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 421 - 450 of 4500   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
421
Hi, we are doing this: VOID CallTrace (TRACE trace, INS ins) { if (INS_IsCall (ins)) { if (INS_IsDirectBranchOrCall (ins)) { .. } else { => INS_InsertCall...
mvkrieger
Offline Send Email
Sep 1, 2005
12:36 pm
422
The error message is about the IARG_* so I need to see what you used for the "..." to know what happened. Robert ... From: pinheads@yahoogroups.com...
Cohn, Robert S
rscohn2000
Offline Send Email
Sep 1, 2005
12:56 pm
423
Hi Robert, it's this: INS_InsertCall (ins, IPOINT_TAKEN_BRANCH, AFUNPTR (do_call_indirect), IARG_INST_PTR, IARG_REG_VALUE, REG_STACK_PTR, ...
mvkrieger
Offline Send Email
Sep 1, 2005
1:03 pm
424
Marco, It was a bug in code generation. Kits numbered 2534 and higher will have the fix. I put a new kit at: ...
Cohn, Robert S
rscohn2000
Offline Send Email
Sep 2, 2005
3:26 pm
425
Hi Robert, thanks. I've picked up the kit and will let you know if things are ok now (I guess on Monday). Regards, Marco. ... ...
Marco Krieger
mvkrieger
Offline Send Email
Sep 2, 2005
3:38 pm
426
Hi Robert, it looks ok now. Thanks ! Marco. ... ftp://ftp.intel.com/pub/outgoing/pin-2.0-2534-gcc.3.2-ia32-linux.tar.gz ... === message truncated === ...
Marco Krieger
mvkrieger
Offline Send Email
Sep 6, 2005
10:02 am
427
PinPoint could find out the simulation point of a large scale program. I wonder if it is possible to checkpoint on those simulation points. Since Pin is a...
gqycougar
Online Now Send Email
Sep 6, 2005
8:14 pm
428
Hello, I'm actually having the exact same problem as described in this message (below). Did anyone find a solution to this? Any help would be appreciated. ...
Marc Corliss
corliss44
Offline Send Email
Sep 7, 2005
7:17 pm
429
Hello, I actually compared my results with the old and new platforms, and Pin worked fine except for giving these warnings. But never got to fix them. ...
Canturk ISCI
canturkisci
Offline Send Email
Sep 7, 2005
7:32 pm
430
Thanks for the quick response, Canturk. I guess I should have cited your other message as well (http://groups.yahoo.com/group/pinheads/message/206)....
Marc Corliss
corliss44
Offline Send Email
Sep 7, 2005
8:11 pm
431
Hello, Do you have a newer machine with default gcc3.3/4 that you can compile the pintool? If you do, Try compiling on the new machine and then running on your...
Canturk ISCI
canturkisci
Offline Send Email
Sep 7, 2005
8:38 pm
432
Canturk, Thanks for the help. This worked for me as well. -Marc ... message ... run ... pin ... that ... statuswill ... Did ... BBLtrace -- ... (required ... ...
Marc Corliss
corliss44
Offline Send Email
Sep 8, 2005
12:16 pm
433
Use PinPoint, we could find the simulation point. The simulation point is actually determined by (basicblock#, #of execution) I think if there a easy way to...
gqycougar
Online Now Send Email
Sep 12, 2005
4:35 pm
434
... exact ... The reason why we specify the simulation point based upon BB# and # of occurrences is to make sure you are simulating the exact same part of ...
bradcalder_ucsd
Offline Send Email
Sep 12, 2005
5:26 pm
435
... program. ... points. ... The following is a paper on the benefits of using checkpoints with SimPoint for architecture simulation research: ...
bradcalder_ucsd
Offline Send Email
Sep 12, 2005
5:37 pm
436
I have a couple of notes you might want to add to the documentation (assuming they are true) and a few XED questions: HasFallThrough can be true for...
Ken Barr
kbarr216
Offline Send Email
Sep 14, 2005
6:06 pm
437
Brad, thank you for the advice especially the link to the paper,but it is not very clear in the methodology section. And I got some questions. 1.Just like you...
gqycougar
Online Now Send Email
Sep 14, 2005
9:37 pm
438
Thanks Ken. We will add these notes to make the documentation more precise. The call instruction with 0 displacement is an idiom for capturing the IP. It...
Cohn, Robert S
rscohn2000
Offline Send Email
Sep 15, 2005
11:04 am
439
I am seeing a pin anomaly using the 2411 3.4.2 kit. OS: RH 4AS-2.8 system for EM64T. G++ version 3.4.4 g++ -c...
Lyons, Gail
glyons125
Offline Send Email
Sep 15, 2005
8:57 pm
440
Gail, It looks like you are using a 64 bit compiler with the 32 bit pin kit. The ia32e kits are 64 bits applications. You can pick up an ia32e gcc3.4 pin kit...
Cohn, Robert S
rscohn2000
Offline Send Email
Sep 16, 2005
12:11 am
441
Could you send me the URL for the internal web site? Thanks, Gail ________________________________ From: pinheads@yahoogroups.com...
Lyons, Gail
glyons125
Offline Send Email
Sep 16, 2005
1:54 pm
442
I could not find the output in dcache.out when using the dcache pin tool from SimpleExamples. ../Bin/pin -mt -t dcache -- applExe Any reason why? Thanks, map...
mapelred
Offline Send Email
Sep 22, 2005
7:02 pm
443
Any clue about the error below $make coco g++ -I../InstLib -fomit-frame-pointer -Wall -Werror -Wno-unknown-pragmas -g -O2 -MMD coco.C -o coco ...
mapelred
Offline Send Email
Sep 22, 2005
8:19 pm
444
You are missing the header files in the gcc command line that you need to build a pintool. Goto to the directory SimpleExamples in the kit. Edit the...
Luk, Chi-Keung
ckjuli
Offline Send Email
Sep 22, 2005
10:41 pm
445
Hello, I have a serious problem with pin. When i test icount1 with /bin/ls for example, i obtain a segmentation fault. With other applications, i obtain...
nicko_fr_2004
Offline Send Email
Sep 29, 2005
8:58 am
446
Hi, I'm trying to run apache with pin. Since, apache forks() it's child process, I tried to attach to the child process, but it is killed. I tried to debug...
Jungwoo Ha
habals
Offline Send Email
Sep 30, 2005
11:03 pm
447
Pin0 does not work on 2.6 kernels. If you want to try a prerelease of pin2 for ipf. It will be here for 24 hours: ...
Cohn, Robert S
rscohn2000
Offline Send Email
Sep 30, 2005
11:16 pm
448
There was a bug in attach for kits earlier than 2411. Have you tried the most recent kit? When a process does a fork, pin will still be in the child. If the...
Cohn, Robert S
rscohn2000
Offline Send Email
Sep 30, 2005
11:24 pm
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
Messages 421 - 450 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