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...
Show off your group to the world. Share a photo of your group with us.

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 2244 - 2273 of 4505   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2244
Hi All, I am using both trace and RTN instrumentation in a PINTOOL. The trace instrumentation is used to instrument all Basic Blocks while the RTN...
Monu Kedia
kedia_grd
Offline Send Email
Jan 1, 2008
10:06 am
2245
You are right, this is a bug. #include <fstream> fixes this problem. Also, the compiler/linker may report that some header files and libraries are missing in...
alexs_2000_il
Offline Send Email
Jan 2, 2008
2:32 pm
2246
The stack trace that you are seeing is most likely that of code cache execution. The code cache consists of instructions resulting from JIT-compilation of the...
Yadavalli, S Bharadwaj
aadibharani
Offline Send Email
Jan 3, 2008
5:28 pm
2247
Hi Jons, Can you elaborate a little on how your tool is failing? As I understand, the code below works if you comment out the call to printf, is that correct?...
Lueck, Gregory M
lueckintel
Offline Send Email
Jan 3, 2008
8:03 pm
2248
... ^^^^^^^^^^^^^ This is not a good idea, fflush(stdout); <- that is what you want. -K...
rightwing654321
Offline
Jan 3, 2008
8:08 pm
2249
Morning, I'm having a problem with RTN_Replace in certain circumstances. I have a simple Pin tool (source below) that replaces a single function using...
jim.clause
Offline Send Email
Jan 4, 2008
5:30 pm
2250
The most common explanation for this problem is that the replaced function is not being called. This can happen when the replaced function is inlined. You can...
Cohn, Robert S
rscohn2000
Offline Send Email
Jan 4, 2008
6:49 pm
2251
Hi Javier, Can you send a little more information about exactly what you are trying to do? You say that you already have a trace of BBL addresses. How did you ...
Kim Hazelwood
hazelwood@...
Send Email
Jan 4, 2008
9:22 pm
2252
Hi guys, I am using the pin checkpointing tool and have a few questions regarding it: Suppose I have the following c code: /////////////// CODE BEGINS int var...
dan_pk
Offline Send Email
Jan 4, 2008
11:05 pm
2253
This is related to last post of Pin checkpointing tool. The checkpointing tool only saves the context and resume once. What do I have to do if I want it to...
dan_pk
Offline Send Email
Jan 5, 2008
12:52 am
2254
Yeah, that's the problem. Thanks ~Jim...
James Clause
clause33
Offline Send Email
Jan 5, 2008
2:07 pm
2255
Hello, I'm seeing the following error message when analyzing the wrf benchmark in CPU2006. Anybody have any clue what the problem is? I haven't seen this with...
Kenneth Hoste
kehoste
Offline Send Email
Jan 6, 2008
8:13 am
2256
Hi Gregory, yeas, it is correct that the tool works fine if printf is commented out. When I attach with gdb I get following backtrace: #0 0xffffe410 in...
donjonsn
Offline Send Email
Jan 6, 2008
5:12 pm
2257
Hi Kenneth, I have a fix for Pin's handling of LOOP/LOOPE/LOOPNE. It'll be in the next pin kit. Thanks for the bug report! Regards, Mark...
mark_charney
Offline
Jan 7, 2008
2:52 pm
2258
Hi, In the pin checkpointing tool, currently it saves the context (say at routine S) and when it reaches the resuming routine (say routine R) it resumes the...
dan_pk
Offline Send Email
Jan 8, 2008
1:00 am
2259
1. are you logging stores and restoring memory? CONTEXT only saves the register state. 2. how far are you going past the save point before going back? in my...
Heidi Pan
wahbahdoo
Offline Send Email
Jan 8, 2008
1:05 am
2260
Hi Heidi, thanks for your reply Heidi, I am saving the memory using memlog.h: memlog->DumpMemState(memfile,tracefile, original_stackpointer); before each...
dan_pk
Offline Send Email
Jan 8, 2008
9:20 pm
2261
Hi Pinheads, Just thought I'd draw your attention to the publications page on the Pin Wiki: http://rogue.colorado.edu/Wikipin/index.php/Publications If you've...
Kim Hazelwood
hazelwood@...
Send Email
Jan 9, 2008
2:16 am
2262
Hi Pinheads, We are pleased to announce that the next "Hands-on" Pin tutorial will be held at ASPLOS 2008 in Seattle on March 1. Here is our tutorial website: ...
Kim Hazelwood
hazelwood@...
Send Email
Jan 9, 2008
4:31 am
2263
I downloaded pin-2.2-15865-msvc8-ia32-windows, compiled the opcodemix tool as per the instructions, and ran ...
evan.mallory
Offline Send Email
Jan 10, 2008
3:44 am
2264
sorry i'm not quite sure how to diagnose your problem do you need the multiple calls to span multiple runs? if not, i'm pretty sure resuming from a CHECKPOINT...
Heidi Pan
wahbahdoo
Offline Send Email
Jan 14, 2008
6:09 am
2265
You may want to consider publishing here. TIMERS CFP Workshop on Tools Infrastructures and Methodologies for the Evaluation of Research Systems (TIMERS-1)...
rscohn2000
Offline Send Email
Jan 15, 2008
9:58 pm
2266
Hello everyone, My question is probably stupid, but I am a new in developing on Windows. I downloaded pin-2.2-15865-msvc8-ia32-windows and tried to compile the...
slice4e
Offline Send Email
Jan 16, 2008
3:31 am
2267
For me, the instructions in the README http://rogue.colorado.edu/Pin/docs/15865/README worked: To build and run a sample tool on Windows*: cd SimpleExamples ...
evan.mallory
Offline Send Email
Jan 16, 2008
1:00 pm
2268
Well in the same document, I am following the instructions for using Visual Studio 8.0 : " Building tools for VC8 kit in Visual Studio 2005* In order to...
slice4e
Offline Send Email
Jan 16, 2008
1:27 pm
2269
The sample project file was out of date. I uploaded a new kit, 16358 that has a project file that works: http://rogue.colorado.edu/Wikipin/index.php/Downloads ...
Cohn, Robert S
rscohn2000
Offline Send Email
Jan 16, 2008
2:21 pm
2270
Thank you very much. Thank worked! Martin...
slice4e
Offline Send Email
Jan 16, 2008
6:16 pm
2271
Hi, I am trying to profile some important optimization functions in QuantLib library (an opensource quantative analysis library). My pintool doesn't seem to...
brsheikh
Offline Send Email
Jan 18, 2008
4:53 pm
2272
Hi, can you verify the quantLib program you are specifying on the command line is actually a real binary, and not just a script? You can do a file <filename>...
Vijay Janapa Reddi
vijay.janapa...
Offline Send Email
Jan 18, 2008
4:58 pm
2273
It's a C++ program with a function main(). But strangely enough, when I did file <program_file_name>, it returned: program_file_name: Bourne shell script text ...
brsheikh
Offline Send Email
Jan 18, 2008
5:12 pm
Messages 2244 - 2273 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