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 2592 - 2623 of 4503   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2592
Re-attaching to an executable after using PIN_Detach() is not currently supported. Gail ... as ... information ... so ... performance ... the ... command ... ...
glyons01
Offline Send Email
May 1, 2008
9:09 pm
2593
Does anyone know the answer of this old problem : http://tech.groups.yahoo.com/group/pinheads/message/682 That the results of dcache are different between...
Farokh
farokh_k
Offline Send Email
May 1, 2008
10:18 pm
2595
Hi, I wanted to see the speed up of instrumenting multithreaded program comparing a single threaded program. I wrote a simple code with four loops for a single...
takeheartjoshua
Offline Send Email
May 2, 2008
5:14 pm
2596
For that tool, all threads try to update a single counter. The counter has to ping-pong between processors so you get negative scaling. Look at ...
Cohn, Robert S
rscohn2000
Offline Send Email
May 2, 2008
6:13 pm
2597
Hello, My Pin tool identifies REP prefixed instructions by calling if( INS_RepPrefix(ins) || INS_RepnePrefix(ins) ) during instrumentation. If this expression...
Stephan Günther
smgtum
Offline Send Email
May 3, 2008
12:02 pm
2598
x86 is fun. F2/F3 prefixes can be interpreted 3 ways: (1) as REP/REPNE prefixes for string ops, (2) as opcode refining prefixes (mostly for SSE and also the...
mark_charney
Offline
May 3, 2008
3:00 pm
2599
Hello, I want to generate PinPoints for multithreaded applications. Running Pin with isimpoint tool does generate separate profile vectors for individual...
Aemen Lodhi
aemen.lodhi
Offline Send Email
May 5, 2008
3:28 pm
2600
Please follow the PinPoints FAQ at: http://rogue.colorado.edu/Wikipin/index.php/PinPoints/FAQ [1] > How can I generate a single 'PinPoint file' for a...
Patil, Harish
harishp1965
Offline Send Email
May 5, 2008
8:35 pm
2601
Hello, I'm trying to statically analyze a binary using the example you suggested, but I can't seem to find an API function that can list the import and export...
mike_sanders777
Offline
May 6, 2008
8:22 am
2602
Pin does not provide an API for looking at import/export tables. ________________________________ From: pinheads@yahoogroups.com...
Cohn, Robert S
rscohn2000
Offline Send Email
May 6, 2008
11:19 am
2603
Thank you. :) When I used inscount2_mt.so,the ping-pong problem was resolved and I got a very good result comparing inscount2.so. However, the overhead of the...
takeheartjoshua
Offline Send Email
May 6, 2008
7:18 pm
2604
Try running without a tool: omit (-t inscount2_mt.so) and see if that matters. Also, please try making the multithread application run longer; it may be that...
Cohn, Robert S
rscohn2000
Offline Send Email
May 6, 2008
8:08 pm
2605
Hi, Robert Thanks again. Without a tool, the scaling is similar to the native case. There was little overhead in both cases without a tool. So, can I think...
takeheartjoshua
Offline Send Email
May 6, 2008
8:30 pm
2606
One thing that comes to mind that could possibly explain some scalability issues is that on a quad core machine, the four cores have only two L2 caches. (Each...
Kim Hazelwood
hazelwood@...
Send Email
May 6, 2008
9:23 pm
2607
hello Robert, is there anyway to access the PE of the binary while still using PIN?...
mike_sanders777
Offline
May 8, 2008
9:32 pm
2608
I am trying to record the number of system APIs dynamically called when the target program is running, and I decide to learn from the example strace.cpp....
jin_ang02
Offline Send Email
May 9, 2008
5:14 am
2609
A windows expert should answer, but I think you could get the file name of the binary and then use imghelp to find the information you need. ...
Cohn, Robert S
rscohn2000
Offline Send Email
May 9, 2008
2:21 pm
2610
Hi, I have to bring this problem up again since I could not find a solution yet. In some cases an instrumentation that uses...
donjonsn
Offline Send Email
May 9, 2008
9:13 pm
2612
Please try using the -rep_initial_ea switch pin -xyzzy -rep_initial_ea -t <tool> .... -- ... ________________________________ From: pinheads@yahoogroups.com...
Cohn, Robert S
rscohn2000
Offline Send Email
May 10, 2008
12:31 pm
2613
Hello Pinheads, I had some trouble some time ago trying to checkpoint (using BLCR) a process instrumented with pin. Well, it checkpointed fine, but when...
Alexandre Strube
alexandre_ganso
Offline Send Email
May 10, 2008
12:47 pm
2614
Addressing memory on ia32 is complicated because most instructions take memory operands and they are not uniform. This makes rewriting memory difficult and the...
Cohn, Robert S
rscohn2000
Offline Send Email
May 10, 2008
1:33 pm
2615
Hi All, I am having latest pin installed on Core2 (x86_64). When I tried to build a pintool mica ( which works on pentium 4 ) on Core2, I got error message...
J K Rai
jk.anurag
Offline Send Email
May 11, 2008
1:13 pm
2616
By default, Pin tools are shared libraries now. The error appears somehow related to building a tool as a shared library. I don't think the "mica" tool is...
Lueck, Gregory M
lueckintel
Offline Send Email
May 12, 2008
4:11 pm
2617
Yes, that tool is not designed to work on Windows. However, see the similar tool "ToolUnitTests/stracewin_ia32.cpp". -- Greg ________________________________ ...
Lueck, Gregory M
lueckintel
Offline Send Email
May 12, 2008
4:16 pm
2618
When LD_PRELOAD contains the libcr.so.0 (The library for BLCR's checkpoint), it segfaults as soon as the PIN_StartProgram is executed. How can I debug pin to...
Alexandre Strube
alexandre_ganso
Offline Send Email
May 13, 2008
3:52 pm
2619
Hi, I'm trying to test super pin tools (icount1sp and icount2sp). I just modified the sources to check return value of SP_Init() to verify TRUE return and...
tokki2cut
Offline Send Email
May 15, 2008
6:17 am
2620
Hi Xinyu, There was a Bug in Pin that prevented it from instrumenting Excel 2007. Fix for this Bug will be availabe in next Kit release. Nadav ... problem ... ...
nadav_chachmon
Offline Send Email
May 15, 2008
10:22 am
2621
New pin kit 19012. Mostly bug fixes....
rscohn2000
Offline Send Email
May 15, 2008
11:58 am
2622
Bonjour je suis la copine a Nicolas c'est pour vous dire que Nicolas est décédé le 20Avril d'une longue maladie...
nicolas.inglart@...
nicko_fr_2004
Offline Send Email
May 18, 2008
8:38 pm
2623
Hi, I am writing pintools to record and instrument applications on windows. The target app is apache 2.2.8, and I use -follow_execv -t "$(TargetPath)" --...
jin_ang02
Offline Send Email
May 19, 2008
8:50 am
Messages 2592 - 2623 of 4503   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