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 your group to be featured on the Yahoo! Groups website? 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 72 - 101 of 4505   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
72
Hi, I 've used PIN to extract all memory references of my benchmarks. I used "Atrace" tool but it registers all references of the code is executed (my program...
Mehdi
m_plusplus
Offline Send Email
Jan 2, 2005
7:24 pm
73
Look at InstLibExamples/filter.C If you add the filter to atrace, then the switch -filter_no_shared_libs will prevent instrumenting shared libraries. ... From:...
Cohn, Robert S
rscohn2000
Offline Send Email
Jan 2, 2005
7:29 pm
74
Hello, I have the same problem. Does anyone have the necessary files to fix this. My OS: mandrake 9.2 gcc 3.3.1) thanks, Sada...
sadagopan78
Offline Send Email
Jan 7, 2005
10:29 pm
75
Robert, Since it's not in the FAQ yet, I'm guessing that you haven't received a response to this yet. The problem is somewhat trivial, but it manifests itself...
petaflops
Offline Send Email
Jan 9, 2005
8:05 pm
76
Hi, We get the same error with or without -d option. Just the basic ../Bin/pin -- /bin/ls alone works. We compiled it using gcc version 3.3.2 (Mandrake Linux...
sadagopan78
Offline Send Email
Jan 9, 2005
8:24 pm
77
We are pleased to announce that our latest paper describing Pin has been accepted to PLDI 2005! Pin: Building Customized Program Analysis Tools with Dynamic ...
Hazelwood Cettei, Kim...
hazelwoodkim
Offline Send Email
Jan 20, 2005
10:08 pm
78
We have released kit 1508 ia32/ia32e versions of pin. There are many minor bug fixes and better management of memory. It also includes a preview for using pin...
rscohn2000
Offline Send Email
Jan 22, 2005
2:34 pm
79
Hi, I'm running an emptry callback on every RTN as below. -- #include "pin.H" VOID nullproc(VOID) { } VOID Routine(RTN rtn, VOID *v) { RTN_Open(rtn); ...
habals
Offline Send Email
Jan 25, 2005
11:51 pm
80
Jungwoo: The instrumentation via RTN_AddInstrumentFunction is expensive if the application does not run very long. Try to remove RTN_InsertCall(), you should...
Muth, Robert
rmuth
Offline Send Email
Jan 26, 2005
12:26 am
81
Hi, Thanks for the kind answers for my previous question. I found out that FiniFunction is not executed when application crashes. Also any functions registered...
habals
Offline Send Email
Jan 27, 2005
4:37 am
82
Jungwoo: Having a crashing application is somewhat tricky. atexit() will most likely not work in pintools even when there is no crash. One option would be a to...
Muth, Robert
rmuth
Offline Send Email
Jan 27, 2005
5:40 am
83
You can use sigaction to register your own handler for segv in the main of the pintool. The handler could close the gzip file. It would catch the case in your...
Cohn, Robert S
rscohn2000
Offline Send Email
Jan 27, 2005
4:50 pm
84
Hi, I was trying to use PIN to check stack overflows. I had talked to Robert Cohn earlier and my code is given below. I am facing a weird problem : there are...
akshatagarwal
Offline Send Email
Feb 4, 2005
5:30 pm
85
For the symbol problem, you are passing the address of a local variable (rtn) in the instrumentation function to an analysis function. This cannot work because...
Cohn, Robert S
rscohn2000
Offline Send Email
Feb 4, 2005
6:15 pm
86
Hi, Heres a newbie question. The following is an attempt to generate routine names from traces. However, I end up getting a whole ot of ' .text 's instead....
Kapil Vaswani
kapil_vaswani
Offline Send Email
Feb 7, 2005
5:55 pm
87
.text means pin could not find symbol information. What application are you running? /bin/ls and other system utilities are often stripped of symbols: file...
Cohn, Robert S
rscohn2000
Offline Send Email
Feb 7, 2005
6:02 pm
88
We usually get the .text symbol when the symbol table information is not there in the binary. And PIN_InitSymbols parses the symbol table in order to provide...
JANAPA REDDI VIJAY
thep0rt
Offline Send Email
Feb 7, 2005
6:07 pm
89
Hi, Thanks for pointing that out. I was infact using a stripped binary of my program! Kapil ... -- Kapil Vaswani Ph.D. Scholar Department of Computer Science...
Kapil Vaswani
kapil_vaswani
Offline Send Email
Feb 7, 2005
7:37 pm
90
Hello Pinheads, the Pin website at (http://rogue.colorado.edu/Pin) is currently down for system maintainance. An update message will be posted once the server...
JANAPA REDDI VIJAY
thep0rt
Offline Send Email
Feb 8, 2005
10:40 pm
91
Hello Pin Heads, I am glad to inform you that the system maintenance was successful and our Pin server is up again. However, should you run into any trouble...
JANAPA REDDI VIJAY
thep0rt
Offline Send Email
Feb 10, 2005
12:50 am
92
Hi, I had a query very same to this so I am continuing this message. The addresses generated by atrace.C are the effective addresses. But if I need the virtual...
tannagaurav
Offline Send Email
Feb 12, 2005
2:13 am
93
Gaurav, Pin always gives you the linear (virtual) address, so no conversion is necessary. When I chose the name effective address for the API, I was not...
Cohn, Robert S
rscohn2000
Offline Send Email
Feb 12, 2005
1:44 pm
94
* On linux, the ds, cs, and ss segment addresses all use a base of 0. This means that effective address == linear address. Just a clarification -...
Patil, Harish
harishp1965
Offline Send Email
Feb 12, 2005
2:39 pm
95
Good morning, I was just playing a little and executed the following command to get the following error. ... A:base/bigarray.C:New:755: bigarray for ext pool...
micha_moffie
Online Now Send Email
Feb 28, 2005
6:35 pm
96
Micha, There was a bug in pin when it saw instructions that could not be decoded. We fixed it a while ago, but have not released a new kit yet. Can you try: ...
Cohn, Robert S
rscohn2000
Offline Send Email
Feb 28, 2005
9:10 pm
97
Hi, when using the 'debugtrace' tool, I get this error: "A:base/bigarray.C:New:752: bigarray for sym pool too small, change dimensions and recompile" Is there...
mvkrieger
Offline Send Email
Mar 1, 2005
3:43 pm
98
Marco: What version of pin are you running? (try "pin -version") Are you processing a really large app? Could you run: "readelf -W -s your-app | grep FUNC |...
Muth, Robert
rmuth
Offline Send Email
Mar 1, 2005
3:49 pm
99
Hi, the version is: VERSION: 1157 BUILDER: rscohn1 DATE: Sep 8 2004 the application is indeed large, the problems started occurring when I recompiled about 13...
mvkrieger
Offline Send Email
Mar 1, 2005
4:01 pm
100
Marco, Can you try a new kit to see if it works: ftp://ftp.intel.com/pub/outgoing/pin-2.0-1643-gcc.3.2-ia32.tar.gz ...
Cohn, Robert S
rscohn2000
Offline Send Email
Mar 1, 2005
5:12 pm
101
Hi, if I try the first file (3.2-ia32) it seems to work ok, but it prints 'tid 0' to stdout all the time. If I try the second file, the example does not...
mvkrieger
Offline Send Email
Mar 1, 2005
6:52 pm
Messages 72 - 101 of 4505   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