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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 449 - 478 of 4500   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
449
Thanks you but i could not download pin2 in time. if you can re-upload it. Nicolas ... for 24 ... ...
nicko_fr_2004
Offline Send Email
Oct 3, 2005
9:15 am
450
Here is another one: ftp://ftp.intel.com/pub/outgoing/pin-2.0-2665-gcc.3.2.2-ipf-linux.tar.gz ... From: pinheads@yahoogroups.com...
Cohn, Robert S
rscohn2000
Offline Send Email
Oct 4, 2005
10:02 pm
451
Hi, When checking the download section of the pin-pages, it looks like a lot of releases were withdrawn (the most recent on the pages is 2411) ? We are running...
mvkrieger
Offline Send Email
Oct 5, 2005
12:55 pm
452
I don't think we have withdrawn any kits. We probably just gave you a special kit and have not been doing releases as often. I put in a fix for the limited...
Cohn, Robert S
rscohn2000
Offline Send Email
Oct 5, 2005
1:55 pm
453
Hi, it doesn't quite work: when specifying -separate_memory, it crashes. Also using 'setlocale' causes it to crash. Testprogram: /tmp/a.c: main() { ...
Marco Krieger
mvkrieger
Offline Send Email
Oct 6, 2005
8:52 am
454
I recently read about the user level thread package in "Controlling Program Execution through Binary Instrumentation" published at WBIA, PACT 2005. Is that...
arrvindh_shriraman
arrvindh_shr...
Offline Send Email
Oct 7, 2005
6:57 am
455
Hi Is it feasible to do something like the following: pin -t toolA -- pin -t toolB -- application In my case, toolA is one kind of profiler that I want to use...
Satish Narayanasamy
nsatz
Offline Send Email
Oct 7, 2005
8:25 am
456
This will not work. I have heard that others have gotten gprof to work on pintools. You have to call exit() from the pintool fini to get it to write out the...
Cohn, Robert S
rscohn2000
Offline Send Email
Oct 7, 2005
9:30 am
457
the library is not included in the current pin distribution but will be included in future distributions for those of you who want a copy of the library, you...
wahbahdoo
Offline Send Email
Oct 10, 2005
7:12 pm
458
I fixed the "separate_memory" problem, but it seems to have uncovered another bug that has been difficult to track down. Hopefully it will not take much...
rscohn2000
Offline Send Email
Oct 13, 2005
9:14 pm
459
Dear Pin Team, I've heard rumors that you guys don't like to deal in Pin0 issues, but we are trying to use it for class projects here at University of Colorado...
kalahastyiyer
Offline Send Email
Oct 14, 2005
7:41 pm
460
I am really sorry for the way that sounded... what I meant to say was that I hope I am not being a bother by asking for help with the Pin0 kit. I realize it...
kalahastyiyer
Offline Send Email
Oct 15, 2005
12:23 am
461
Hello. I have been trying to get instruction traces of some server programs, and had a few questions about how pin deals with fork() and threads. It appears...
Joseph Tucek
tucek@...
Send Email
Oct 17, 2005
8:42 pm
462
After a fork, pin will be in parent and child. Pin doesn't insert any locking for calls to analysis routines so there is nothing to prevent fine grain...
Cohn, Robert S
rscohn2000
Offline Send Email
Oct 17, 2005
9:17 pm
463
Marco, I fixed the memory problems, but have not been able to reproduce the setlocate problem in original message. Can you send me some more information about...
rscohn2000
Offline Send Email
Oct 19, 2005
2:27 pm
464
Hi, this is the test program I use (/tmp/a.c): main() { printf("hello world: %d\n",getpid()); sleep(60); } It's built with: cc -g a.c -o c. In debugtrace.C, I...
Marco Krieger
mvkrieger
Offline Send Email
Oct 19, 2005
9:59 pm
465
Here is a kit that fixes the separate_memory problem: ftp://ftp.intel.com/pub/outgoing/pin-2.0-2736-gcc.3.2-ia32-linux.tar.gz I will look at setlocale. ... ...
Cohn, Robert S
rscohn2000
Offline Send Email
Oct 19, 2005
10:05 pm
466
Hi, I'm using the IA32 Pin Kit 2411 from 8/12/2005 (gcc 3.4 version). I'm having some problems when compiling the coco example in SimpleExamples. I added...
jim_clause
Offline Send Email
Oct 20, 2005
6:57 pm
467
It will at least compile if you modify the code like At line 186: INT32 -> UINT32 line 228: IMG_sec_head -> IMG_SecHead SEC_valid -> SEC_Valid SEC_next ->...
Jungwoo Ha
habals
Offline Send Email
Oct 21, 2005
12:11 am
468
That seems to have taken care of the problem. Thanks for the quick reply. ~jim ... ...
James Clause
jim_clause
Offline Send Email
Oct 21, 2005
2:42 pm
469
Hi, I have a simple pin module that prints out for each instruction executed various register values. However, I've noticed that sometimes (maybe once every...
fooblah2003
Offline Send Email
Oct 24, 2005
2:59 pm
470
Hello, I'm trying to print out symbol names in a binary, but the code prints nothing. Wonder if I'm doing something wrong. Thanks, -ram ...
ram
ramkumar_sri...
Offline Send Email
Oct 25, 2005
7:43 am
471
I don't think any images are loaded until you start the program. You could put the code in an image instrumentation function and bail early if you do not want...
Cohn, Robert S
rscohn2000
Offline Send Email
Oct 25, 2005
11:59 am
472
Hi, if a Pentium system has a trace cache for 12k uOps, what settings should I use to add this type of cache to the pin cache-simulator ? Instruction trace...
mvkrieger
Offline Send Email
Oct 26, 2005
2:17 pm
473
I run the following program through pin #include <stdio.h> void to() { int *b; b=malloc(10); printf("asffaf"); } main() { char *a;int i; to(); ...
arrvindh_shriraman
arrvindh_shr...
Offline Send Email
Oct 28, 2005
8:35 pm
474
The executable you are running the Pin Tool upon might not have any symbols. Also, in the Pin Tool's main() you have to call PIN_InitSymbols() to get Pin to...
Veej
thep0rt
Offline Send Email
Oct 28, 2005
9:30 pm
475
If you have the object file of the executable you are looking at, you can use the statica Pin Tool in the Tests/ to parse the executable for symbol...
thep0rt
Offline Send Email
Oct 28, 2005
9:32 pm
476
I tried the Pin_init_symbols but that didn't change anything. VOID Routine(RTN rtn, VOID *v) { .. cout<<RTN_Name() .. } continues to display .text .init even...
arrvindh_shriraman
arrvindh_shr...
Offline Send Email
Oct 29, 2005
7:35 pm
477
Did you do RTN_Open()/Close()? VOID Routine(RTN rtn, VOID *v) { RTN_Open(rtn); .. cout<<RTN_Name() .. RTN_Close(rtn); } Jungwoo ... -- -- Jungwoo Ha...
Jungwoo Ha
habals
Offline Send Email
Oct 29, 2005
10:23 pm
478
Also, do an "objdump -t" on the binary to verify that symbols are present. ________________________________ From: pinheads@yahoogroups.com...
Cohn, Robert S
rscohn2000
Offline Send Email
Oct 30, 2005
2:07 pm
Messages 449 - 478 of 4500   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