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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 811 - 842 of 4498   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
811
Hi all, I was trying to use the IARG_CALLSITE_***_REFERENCE and had some questions regarding the same. 1) The documentation says...
Prasad Gopal
prasad_6_gnair
Offline Send Email
May 2, 2006
5:58 am
812
On ia32 all arguments are passed on the stack and pin is giving you a pointer to the application stack location. On em64t (64 bit ia32) and itanium some...
Cohn, Robert S
rscohn2000
Offline Send Email
May 2, 2006
12:36 pm
813
Hello, I just have a couple of brief questions that I could not figure out from the documentation. I am using the latest Pin 2 (3585) kit. Is there a check...
enightingale05
Offline Send Email
May 2, 2006
1:10 pm
814
... calls? Not at the moment. Looking at the INT_ALU category, I think I can separate it a little more, but after a while it gets to be splitting hairs about...
mark_charney
Offline
May 2, 2006
1:59 pm
815
We are planning on releasing a new kit at the end of the week with finer instruction categories. I implemented the finer categories this morning. ...Mark...
mark_charney
Offline
May 2, 2006
7:02 pm
816
... Mark Thanks so much-the finer categories will be much appreciated. Ed...
enightingale05
Offline Send Email
May 2, 2006
7:08 pm
819
Hi all-just a brief question about grabbing the effective address of a write... For a given instruction such as movd 0xffffffc8(%ebp),%edi Pin says that...
enightingale05
Offline Send Email
May 4, 2006
4:04 pm
820
Hi all-just a brief question about grabbing the effective address of a write... For a given instruction such as movd 0xffffffc8(%ebp),%edi Pin says that...
enightingale05
Offline Send Email
May 4, 2006
4:07 pm
821
I worked around this by passing the scale, displacement, base reg and index reg into the callback function and calculated the effective address by hand when...
enightingale05
Offline Send Email
May 4, 2006
6:13 pm
822
This is att syntax, destination is second. The first operand is a memory read. ... Behalf ... is ... a ... address...
Cohn, Robert S
rscohn2000
Offline Send Email
May 4, 2006
6:21 pm
823
... My fault! -- Thanks for clearing that up. Ed...
enightingale05
Offline Send Email
May 4, 2006
6:29 pm
824
I posted a reply but I guess it got eaten. The next kit will have an API to select the disassmebly format (ATT SYSV, Intel or XED). ... memory...
mark_charney
Offline
May 4, 2006
6:33 pm
825
Hi, I have used SimpleScalar/PISA, because I need to use the annotation field of binary code for modifying some instructions. Does PIN have the same feature as...
vainyard66
Offline
May 9, 2006
4:57 pm
826
Hi all, I got this weird error which I didn't understand. Could someone please explain it to me. If possible also let me now what to do to get this error...
Libin Varghese
libin_v
Online Now Send Email
May 9, 2006
5:12 pm
827
Hi everyone, I am trying to make it so that if a Pin error or assertion occurs, Pin dies quietly without printing out to stdout or stderr. Does anyone know...
Alex Shye
arexchi79
Offline Send Email
May 11, 2006
11:06 pm
828
Hi all, Can someone tell me what this error means cannot allocate TLS data structures for initial thread Pin child/app terminated abnormally due to signal 6. ...
Libin Varghese
libin_v
Online Now Send Email
May 12, 2006
5:10 pm
829
Hi all. I have a Java application which has a large number of very small threads. These threads are cooperative. For performance reasons, I would like to move...
jon_nall
Offline Send Email
May 13, 2006
8:34 pm
830
Look at Probes/malloctrace.C it shows how you can replace functions with low overhead (couple extra branches per replaced functions). Probes/malloctrace2.C is...
Cohn, Robert S
rscohn2000
Offline Send Email
May 14, 2006
12:16 pm
831
... Robert, Thanks for the reply. It sounds like supplying a binary-compatible libpthread.so is probably the right approach. Are the "secret handshakes"...
Jon Nall
jon_nall
Offline Send Email
May 14, 2006
4:14 pm
832
Sorry, I don't have anything. You could take a simple pthreads program and use the debugtrace pintool (Debugtrace directory in the pin kit) to display a call...
Cohn, Robert S
rscohn2000
Offline Send Email
May 14, 2006
6:07 pm
833
hi everyone, I am trying to use the perfmon kernel interface http://www.hpl.hp.com/research/linux/perfmon/perfmon.php4 to switch performance monitoring on and...
Rahul Saxena
rahulsaxon
Offline Send Email
May 17, 2006
5:42 pm
834
Hi Pinheads, I was hoping to hear from the users out there who have run Pin on an OS that has the perfctr kernel patch. I'm trying to configure a machine to...
Kim Hazelwood
hazelwood@...
Send Email
May 19, 2006
1:55 pm
835
... With regards to RHEL, there is a distribution called CentOS that is a free rebuild of RHEL. You could try that before spending the big bucks for RHEL. ...
Eddie Aftandilian
afty698
Offline Send Email
May 19, 2006
2:33 pm
836
Hi, Can I use Pin to instrument multithreaded windows OpenMP application. Now, I have linux pin tool written in C++, and want to port it to Windows version to...
lwl_ts
Offline
May 23, 2006
7:43 am
837
Hi, I am not sure if I understand your question. In any event, here is some info you might find helpful. We just use cygwin to build pintools, but pin and the...
mark_charney
Offline
May 23, 2006
1:01 pm
838
Great, I think you have answered my question. I will try it. Thx for your help ... here is ... support). ... to ... confused. ... instrument ... tool to ... ...
lwl_ts
Offline
May 24, 2006
1:20 am
839
I have installed the cygwin successfully, and copied the latest windows pin package from the website and deployed it into cygwin environment. The gcc I...
lwl_ts
Offline
May 25, 2006
4:07 am
840
Hi, You should use the makefile(s). They builds are rather tricky. I just downloaded kit 3592, and did the following, in a cygwin window: tar zxf...
mark_charney
Offline
May 25, 2006
4:21 am
841
Thx for your help. I tried your approach, and it does build all the tools, but the final executive file is dll suffix, is it right? I tried the icount tool...
lwl_ts
Offline
May 25, 2006
5:32 am
842
Another question is when I tried to run the icount.dll file indivisually, an error occurs: bash: ./icount.dll: permission denied I checked with the property of...
lwl_ts
Offline
May 25, 2006
5:59 am
Messages 811 - 842 of 4498   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