Search the web
Sign In
New User? Sign Up
pinheads · Pin Dynamic Binary Instrumentation Tool
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1766 - 1798 of 4505   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1766
Hi, I have a question about tracking memory writes, 32bit, x86. In DebugTrace, function SetMemWriteAddrSize() is used to get the size of the write, then 2...
mvkrieger
Offline Send Email
Jul 2, 2007
7:02 am
1767
It uses IPOINT_AFTER,IPOINT_TAKEN_BRANCH so the instrumentation occurs after the instruction executes and it can print out the value that was written to...
Cohn, Robert S
rscohn2000
Offline Send Email
Jul 2, 2007
11:46 am
1768
Hi, I am sandhya and am a student at UTSA.I haven't used this pin tool before and am a novice.I am trying to get familiar with pin tool but having some...
sandy_joy1
Offline Send Email
Jul 2, 2007
3:03 pm
1769
RHEL3 AS Update 8, x86_64 Pin kit 12211, gcc 3.2.3 When I do a pthread_create() in my tool, I get the following error at execution time: ...
Rick Gorton
rgorton_amt
Offline Send Email
Jul 3, 2007
11:49 am
1770
... This also happens on RHEL4 AS Update 5. same kit, but for gcc 3.4 By modifying my code to using clone() instead, I have been able to work around the...
Rick Gorton
rgorton_amt
Offline Send Email
Jul 3, 2007
2:10 pm
1771
Hi, when running a test-program without and with a pin-tool, I see a huge difference in system calls. When running with pin (the pin-tool issues a lot of...
mvkrieger
Offline Send Email
Jul 4, 2007
1:46 pm
1772
Hi PINheads, I'm getting the following error using Pin kit pin-2.1-12211-gcc.3.2.3- ia32-linux: E:Invalid IARG for instruction at address: 0x8048120 ...
Kenneth Hoste
b0egel
Offline Send Email
Jul 6, 2007
12:42 pm
1773
... I should've really waited 5 minutes to send this... It appears there was a faulty InsertCall in my code: INS_InsertCall(ins, IPOINT_BEFORE, (AFUNPTR) ...
Kenneth Hoste
b0egel
Offline Send Email
Jul 6, 2007
1:02 pm
1774
We check for as many errors as we can but cannot detect this kind of error. When we see an IARG_UINT32, we interpret the next argument as a number and then...
Cohn, Robert S
rscohn2000
Offline Send Email
Jul 6, 2007
6:48 pm
1775
hello All, I am tring to install PIN on my new AMD opteron machine. but it shows me a lot of error. I know that pin "Intel64 (64-bit x86) - Linux" also works...
mcmillian nz
mcmillian_nz
Offline Send Email
Jul 11, 2007
7:15 pm
1776
Hi McMillian, We do not test on AMD Opteron, so we can neither confirm nor deny whether it works there. As a side note, make sure that your operating system is...
Kim Hazelwood
hazelwood@...
Send Email
Jul 11, 2007
7:31 pm
1777
Is there a way to go from an address to a BBL or INS? I would like for my pin tool to be able to dump a disassembly of a basic block to my logfile, given a...
Rick Gorton
rgorton_amt
Offline Send Email
Jul 12, 2007
2:34 pm
1778
Hi - I downloaded the 13087 version for RHEL4/gcc 3.4/x86_64 and it worked correctly on an opteron system a while ago. Regards, Rick Gorton...
Rick Gorton
rgorton_amt
Offline Send Email
Jul 12, 2007
6:46 pm
1780
Hi, I am trying to build branch instruction type trace files using some binary and use that trace files as an input to my predictor model to determine the...
sandy_joy1
Offline Send Email
Jul 16, 2007
4:23 pm
1781
Hello All, I was tring to install PIN IA32 (x86) -linux (11356-- gcc 4.0 version) on Intel Pentium D machine. On my machine I have gcc 4.1 version, Fedora core...
mcmillian nz
mcmillian_nz
Offline Send Email
Jul 16, 2007
4:50 pm
1782
Hi McMillian, Please see the following Frequently Asked Question on the Pin website: ...
Kim Hazelwood
hazelwood@...
Send Email
Jul 16, 2007
5:34 pm
1783
Hi Sandhya, Please see slides 64-67 of the Pin tutorial from PLDI: http://rogue.colorado.edu/Wikipin/index.php/Education Kim _____ From:...
Kim Hazelwood
hazelwood@...
Send Email
Jul 16, 2007
5:47 pm
1784
Thanks kim, I went through the slides and am trying to create a pintool and it gives this error: ...................................................... ...
sandy_joy1
Offline Send Email
Jul 17, 2007
4:21 am
1785
I just heard about PIN and I have a basic question (I did not read all of its features yet). I have a DRAM simulator which uses trace file as its input. The...
Forum Forum
forum_86
Online Now Send Email
Jul 17, 2007
5:30 am
1786
Hello All, I want to know is there another method to spec along with my PIN tool, other than using the "submit" flag in spec config. I used the "submit" flag...
mcmillian nz
mcmillian_nz
Offline Send Email
Jul 18, 2007
6:29 pm
1787
I want to use pinatrace tool (which detects read/write mem acccesses) for the SPECjbb2005. I tried to set the submit flag in the SPEC config file but the...
Qasim
qasimali80
Offline Send Email
Jul 19, 2007
12:59 am
1788
Has anyone done this ?...
Qasim
qasimali80
Offline Send Email
Jul 19, 2007
1:27 am
1789
It sounds like you are running Pin on a JVM. JVM's normally have self-modifying code (due to their JIT compiler), and Pin does not currently handle self...
Lueck, Gregory M
lueckintel
Offline Send Email
Jul 19, 2007
1:00 pm
1790
Hello Greg, Thanks for your prompt reply..I tried the following ../Bin/pin -t smc_check -- ./test1 where test1.c is a simple c file below void f(void) { int i,...
Qasim
qasimali80
Offline Send Email
Jul 19, 2007
7:21 pm
1791
Hello, Is PinOS available for download? Thanks, Avishay...
avishay_traeger
Offline
Jul 19, 2007
7:21 pm
1792
Hello Greg, Thanks for your prompt reply..I tried the following ../Bin/pin -t smc_check -- ./test1 where test1.c is a simple c file below void f(void) { int i,...
Qasim
qasimali80
Offline Send Email
Jul 19, 2007
7:42 pm
1793
I used gdb and error is at line 101 in smc_check.c...
Qasim
qasimali80
Offline Send Email
Jul 19, 2007
8:09 pm
1794
I was able to run smc_check on the test program you sent. What Pin kit are you using? What O/S version? Verify that your O/S version is supported by Pin: ...
Lueck, Gregory M
lueckintel
Offline Send Email
Jul 19, 2007
8:56 pm
1796
Hi,all, I have found some problem in my program that I cannot debug it successfully. Please help me. I am using instruction-level tracing. INS_InsertCall(ins,...
lzwict
Offline Send Email
Jul 19, 2007
9:58 pm
1798
Sandhya, You are using the letter o in two places where you should be using the number zero in main. Kim _____ From: pinheads@yahoogroups.com...
Kim Hazelwood
hazelwood@...
Send Email
Jul 20, 2007
1:17 am
Messages 1766 - 1798 of 4505   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help