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 387 - 416 of 4498   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
387
Pin intercepts the clone system call. Perhaps the message has been lost because multiple threads have been printing to the same file? Or there was an exec? ......
Cohn, Robert S
rscohn2000
Offline Send Email
Aug 1, 2005
11:05 am
388
Hi, My problem is that I instrument a small function "foo" before some function call in the original code (say function "org"). By default, after the execution...
expre4mail
Offline Send Email
Aug 11, 2005
10:13 pm
389
Hi Xipeng, I think you're describing PIN_ExecuteAt(), which is in the checkpointing API. If this feature is not in your current kit, you can download the...
wahbahdoo
Offline Send Email
Aug 12, 2005
1:53 pm
390
We put new kits for ia32/em64t. They have support for simpoint 3.0 and some fixes for attaching to a running process....
rscohn2000
Offline Send Email
Aug 12, 2005
8:54 pm
391
I made a testcase which will hopefully help you reproduce this with pin-2.0-2244-gcc.3.4.2-ia32-linux. http://www.cag.lcs.mit.edu/~kbarr/pin-testcase-1.tgz ...
Ken Barr
kbarr216
Online Now Send Email
Aug 16, 2005
7:58 pm
392
Hi i wanna ask you about the usage of pin -pid . i wrote a simple program using the pin -pid as below. but it does not work. the error is "attaching to...
hcg_c
Offline Send Email
Aug 19, 2005
7:57 am
393
Can you try downloading kit 2411? I fixed the ScanLibraries problem in that kit. With the latest kit, it works for me when I have a sleep(5). Without sleep(5),...
Cohn, Robert S
rscohn2000
Offline Send Email
Aug 19, 2005
11:42 am
394
Hi, when using a pin-tool to print ip-addresses (for example, using ManualExamples/itrace.C), it can print out weird addresses. I believe these are in shared...
mvkrieger
Offline Send Email
Aug 19, 2005
2:58 pm
395
Addresses are not an offset from the shared library, I don't know why you are seeing a low address. A RTN handle can go stale if another thread unloads the...
Cohn, Robert S
rscohn2000
Offline Send Email
Aug 19, 2005
10:01 pm
396
Hi, Fist, I really want to say that PIN is the best tool and then congratulate you because of the effort and the very useful tool. Well, but, I'am having some...
tadmoderatto
Offline Send Email
Aug 21, 2005
3:54 am
397
Hi. In the last message I did three implementatios of INS_InsertCall, but compile just one at a time. Thanks! Best,...
tadmoderatto
Offline Send Email
Aug 21, 2005
4:01 am
398
This is a bug in pin. It only knows how to pass register values that can be an operand in a push instruction. Pin doesn't change the ST registers when calling...
Cohn, Robert S
rscohn2000
Offline Send Email
Aug 21, 2005
12:24 pm
399
Is there a way in Pin to manually (i.e. within a Pintool) insert a trace into the codecache and conversely, extract a trace from the codecache? I would like...
Marc Corliss
corliss44
Offline Send Email
Aug 21, 2005
6:07 pm
400
At the moment there is no way of doing this in the released versions of Pin. What are you trying to accomplish? Perhaps if we understood it better we might...
VJ
thep0rt
Offline Send Email
Aug 22, 2005
1:12 am
401
I have an app which, when run with an unmodified "topopcode" tool, starts printing NAN in place of legit numbers. You can download the app and a sample input...
Ken Barr
kbarr216
Online Now Send Email
Aug 22, 2005
9:04 pm
402
Hi. So, I did the assembly... very very very easy, just to retrieve the operands of 2-operand floating point instruction. __asm__ ("fstp %0":"=m"(ST0)); ...
tadmoderatto
Offline Send Email
Aug 22, 2005
11:58 pm
403
Hi all I am using PIN to profile a video encoding/decoding software(JM9.5). I will like to know if PIN is able to profile (A) the memory access frequency( the...
steveho78
Offline Send Email
Aug 23, 2005
9:29 am
404
... This might sound "duh!" but is still worth making sure of since you are saying "count the number of memory operand in a trace":- Hope you are using...
VJ
thep0rt
Offline Send Email
Aug 23, 2005
1:12 pm
405
... per ... that ... assuming ... kindy ... you are ... the amount...
steveho78
Offline Send Email
Aug 23, 2005
5:55 pm
406
Dear VJ Thank you very much for your reply. best rgds steven ... instructions ... source...
steveho78
Offline Send Email
Aug 23, 2005
5:56 pm
407
Hi there, I'm programming segmentation fault signal handling. I can catch the memory address and also the instruction which causes the fault. But couldn't find...
expre4mail
Offline Send Email
Aug 23, 2005
7:23 pm
408
... Hi Gavin, I wrote XED which is the x86 encoder / decoder embedded in Pin. There was no simple answer to your question; Just lots of brute force tables ...
mark_charney
Offline Send Email
Aug 23, 2005
10:17 pm
409
Hi all and VJ I will like to measure the peak memory usage (maximum memory allocated by the source)using pin. One of the proposed method (thank to VJ) is to ...
steveho78
Offline Send Email
Aug 24, 2005
11:57 am
410
Look at SimpleExamples/malloctrace.C. It gets the size by looking at the first argument passed to malloc. ... From: pinheads@yahoogroups.com...
Cohn, Robert S
rscohn2000
Offline Send Email
Aug 24, 2005
12:01 pm
411
Dear Robert Thank you. Apology for not going thru all examples given. Once again, a million thanks best rgds steven ... at the ... allocated ... is to ... I ...
steveho78
Offline Send Email
Aug 24, 2005
12:11 pm
412
Advance registration for PACT and WBIA, the workshop on binary instrumentation is closing on Friday August 26. The program is also available on the web site. ...
Cohn, Robert S
rscohn2000
Offline Send Email
Aug 24, 2005
6:19 pm
413
Hi, I'm trying to trace memory accessing instructions and call/jump/return instructions. I'm instrumenting all of these instructions and the trace looks OK. ...
a_vd_vliet
Offline Send Email
Aug 25, 2005
5:32 pm
414
Arrie, When you insert multiple functions calls for the same instruction, Pin calls them in the same order that you insert them. If your tool did something...
Cohn, Robert S
rscohn2000
Offline Send Email
Aug 25, 2005
5:44 pm
415
All, Sorry for the long and detailed description. Press delete if you must... Robert, To illustrate what I mean by callbacks being called in the wrong(IMHO) ...
Arrie van der Vliet
a_vd_vliet
Offline Send Email
Aug 26, 2005
2:00 pm
416
Arrie, Read value printing uses IPOINT_BEFORE Write value printing uses IPOINT_AFTER Instruction disassembly uses IPOINT_AFTER Call trace printing uses...
Cohn, Robert S
rscohn2000
Offline Send Email
Aug 29, 2005
9:21 pm
Messages 387 - 416 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