https://github.com/bstee615/trace-pintool

A Pintool that prints out the location of each statement in a trace of the program.

https://github.com/bstee615/trace-pintool

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

A Pintool that prints out the location of each statement in a trace of the program.

Basic Info
  • Host: GitHub
  • Owner: bstee615
  • Language: C++
  • Default Branch: master
  • Homepage:
  • Size: 25.9 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created over 5 years ago · Last pushed about 4 years ago
Metadata Files
Readme

README.md

Trace

Trace is a Pintool that prints out the location of each statement in a trace of the program.

Unpacking

  1. Download Pin 3.16(Link for Linux) and unpack.
  2. Clone this project into <pin-3.16-root>/source/tools/ (next to the other example Pintools).

Usage

cd <pin-3.16-root>/source/tools/trace-pintool # Navigate to the project root make # Build the Pintool gcc -g -O0 test.c -o test # Build the example program with debug flags and no optimizations ../../../pin -t obj-intel64/trace.so -- ./test

Make sure to compile the target program with debug flag -g.

Example output: [me@centos8 Trace]$ ../../../pin -t obj-intel64/trace.so -- ./a.out /home/me/work/dynamic/pin-3.16-98275-ge0db48c31-gcc-linux/source/tools/Trace/test.c:3 /home/me/work/dynamic/pin-3.16-98275-ge0db48c31-gcc-linux/source/tools/Trace/test.c:4 /home/me/work/dynamic/pin-3.16-98275-ge0db48c31-gcc-linux/source/tools/Trace/test.c:5 /home/me/work/dynamic/pin-3.16-98275-ge0db48c31-gcc-linux/source/tools/Trace/test.c:8 /home/me/work/dynamic/pin-3.16-98275-ge0db48c31-gcc-linux/source/tools/Trace/test.c:9 /home/me/work/dynamic/pin-3.16-98275-ge0db48c31-gcc-linux/source/tools/Trace/test.c:11 /home/me/work/dynamic/pin-3.16-98275-ge0db48c31-gcc-linux/source/tools/Trace/test.c:13 /home/me/work/dynamic/pin-3.16-98275-ge0db48c31-gcc-linux/source/tools/Trace/test.c:14 /home/me/work/dynamic/pin-3.16-98275-ge0db48c31-gcc-linux/source/tools/Trace/test.c:15 /home/me/work/dynamic/pin-3.16-98275-ge0db48c31-gcc-linux/source/tools/Trace/test.c:16 /home/me/work/dynamic/pin-3.16-98275-ge0db48c31-gcc-linux/source/tools/Trace/test.c:17 /home/me/work/dynamic/pin-3.16-98275-ge0db48c31-gcc-linux/source/tools/Trace/test.c:14 /home/me/work/dynamic/pin-3.16-98275-ge0db48c31-gcc-linux/source/tools/Trace/test.c:19

Owner

  • Name: Benjamin Steenhoek
  • Login: bstee615
  • Kind: user

3rd year PhD student @ ISU. Interests and research: deep learning, program analysis

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 3
  • Total pull requests: 0
  • Average time to close issues: 2 months
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 1.33
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • bstee615 (2)
  • canxdy (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels