Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

pinheads · Pin Dynamic Binary Instrumentation Tool

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 421 - 450 of 9107   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
421 mvkrieger Send Email Sep 1, 2005
12:36 pm
Hi, we are doing this: VOID CallTrace (TRACE trace, INS ins) { if (INS_IsCall (ins)) { if (INS_IsDirectBranchOrCall (ins)) { .. } else { => INS_InsertCall...
422 Cohn, Robert S
rscohn2000 Send Email
Sep 1, 2005
12:56 pm
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...
423 mvkrieger Send Email Sep 1, 2005
1:03 pm
Hi Robert, it's this: INS_InsertCall (ins, IPOINT_TAKEN_BRANCH, AFUNPTR (do_call_indirect), IARG_INST_PTR, IARG_REG_VALUE, REG_STACK_PTR, ...
424 Cohn, Robert S
rscohn2000 Send Email
Sep 2, 2005
3:26 pm
Marco, It was a bug in code generation. Kits numbered 2534 and higher will have the fix. I put a new kit at: ...
425 Marco Krieger
mvkrieger Send Email
Sep 2, 2005
3:38 pm
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. ... ...
426 Marco Krieger
mvkrieger Send Email
Sep 6, 2005
10:02 am
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 === ...
427 gqycougar Send Email Sep 6, 2005
8:14 pm
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...
428 Marc Corliss
corliss44 Send Email
Sep 7, 2005
7:17 pm
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. ...
429 Canturk ISCI
canturkisci Send Email
Sep 7, 2005
7:32 pm
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. ...
430 Marc Corliss
corliss44 Send Email
Sep 7, 2005
8:11 pm
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)....
431 Canturk ISCI
canturkisci Send Email
Sep 7, 2005
8:38 pm
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...
432 Marc Corliss
corliss44 Send Email
Sep 8, 2005
12:16 pm
Canturk, Thanks for the help. This worked for me as well. -Marc ... message ... run ... pin ... that ... statuswill ... Did ... BBLtrace -- ... (required ... ...
433 gqycougar Send Email Sep 12, 2005
4:35 pm
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...
434 bradcalder_ucsd Send Email Sep 12, 2005
5:26 pm
... 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 ...
435 bradcalder_ucsd Send Email Sep 12, 2005
5:37 pm
... program. ... points. ... The following is a paper on the benefits of using checkpoints with SimPoint for architecture simulation research: ...
436 Ken Barr
kbarr216 Send Email
Sep 14, 2005
6:06 pm
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...
437 gqycougar Send Email Sep 14, 2005
9:37 pm
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...
438 Cohn, Robert S
rscohn2000 Send Email
Sep 15, 2005
11:04 am
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...
439 Lyons, Gail
glyons125 Send Email
Sep 15, 2005
8:57 pm
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...
440 Cohn, Robert S
rscohn2000 Send Email
Sep 16, 2005
12:11 am
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...
441 Lyons, Gail
glyons125 Send Email
Sep 16, 2005
1:54 pm
Could you send me the URL for the internal web site? Thanks, Gail ________________________________ From: pinheads@yahoogroups.com...
442 mapelred Send Email Sep 22, 2005
7:02 pm
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...
443 mapelred Send Email Sep 22, 2005
8:19 pm
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 ...
444 Luk, Chi-Keung
ckjuli Send Email
Sep 22, 2005
10:41 pm
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...
445 nicko_fr_2004 Send Email Sep 29, 2005
8:58 am
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...
446 Jungwoo Ha
habals Send Email
Sep 30, 2005
11:03 pm
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...
447 Cohn, Robert S
rscohn2000 Send Email
Sep 30, 2005
11:16 pm
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: ...
448 Cohn, Robert S
rscohn2000 Send Email
Sep 30, 2005
11:24 pm
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...
449 nicko_fr_2004 Send Email Oct 3, 2005
9:15 am
Thanks you but i could not download pin2 in time. if you can re-upload it. Nicolas ... for 24 ... ...
450 Cohn, Robert S
rscohn2000 Send Email
Oct 4, 2005
10:02 pm
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...
Messages 421 - 450 of 9107   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help