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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1416 - 1457 of 4500   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1416
Hi,While I was trying compileing pin in Visual Studio.Net 2005,I always ... C:\pin-2.0-9474-vc8-ia32- windows\ManualExamples>nmake "TARGET_COMPILER=ms" ...
kennytzeng0712
Offline Send Email
Mar 1, 2007
8:05 am
1417
Hello I apologize if this is already a known issue. I just want to give this warning so no one else has to waste time tracking this all down like I did. Do...
Vince Weaver
vince@...
Send Email
Mar 1, 2007
5:13 pm
1418
sorry for following up on my own post, it turns out I misunderstood what the Memory tool is doing (it needs better commenting!). So the "-1" value isn't being...
Vince Weaver
vince@...
Send Email
Mar 1, 2007
7:25 pm
1419
Hi, I was just studying some pintool for my project. I got the following functions but I am not quite sure about the purpose of them. Can someone please...
Abdullah Al Muzahid
prince_cse99
Offline Send Email
Mar 2, 2007
1:33 am
1420
... These need to be called before you can use some other functions. I don't remember what they are right now. Pin will complain if you try and use them with...
Jim Clause
clause33
Offline Send Email
Mar 2, 2007
2:37 am
1430
Hi, I've just started using DBI tools, and wished to get my bearings on Pin vis-a-vis Valgrind. Both seem really popular which makes understanding their...
mohit tewari
tewarimohit
Offline Send Email
Mar 5, 2007
10:03 am
1431
Hi Pin developers, Can someone tell me if Pin can (quickly) switch between instrumented code and original code in a programmable way? For example, I want it to...
ericyifeng
Offline
Mar 8, 2007
2:15 am
1432
Pin doesn't seem to have fine grained control over running instrumented or noninstrumented code. You maybe able to accomplish something using the code cache...
Jim Clause
clause33
Offline Send Email
Mar 8, 2007
3:48 am
1433
Hi, Any chance you will be attending code generation and optimization (CGO) conference next week? Well, if you are you will see a paper that does precisely...
Vijay Janapa Reddi
persistentpi...
Offline Send Email
Mar 8, 2007
11:03 am
1434
I'd also be interested in getting a preprint of the paper, if possible :) (I won't be attending CGO.) Also, I looked at the CGO program, and your paper...
Michael Abd-El-Malek
mabdelmalek314
Offline Send Email
Mar 8, 2007
2:04 pm
1435
Vijay, I won't be attending CGO either. I'd like to have a copy of the paper you mentioned. Can you share a link to the paper maybe? :) Jim, Thanks for the...
ericyifeng
Offline
Mar 8, 2007
5:04 pm
1436
Yi, That's is exactly what the paper I linked you to does. I've wanted to do this with Pin for a while but I never got around to it. The stumbling block ...
Jim Clause
clause33
Offline Send Email
Mar 8, 2007
5:52 pm
1437
Hi, I am new to Pin and am using it to generate traces of memory references. I am using *IARG_MEMORYREAD_EA and * *IARG_MEMORYWRITE_EA *to get the memory ...
Sampath Krishna
samkris420
Offline Send Email
Mar 8, 2007
6:25 pm
1438
All addresses reported by Pin are virtual. -- Greg ________________________________ From: pinheads@yahoogroups.com [mailto:pinheads@yahoogroups.com] On Behalf...
Lueck, Gregory M
gregorylueck
Offline Send Email
Mar 8, 2007
6:35 pm
1439
My memory reference gathering tool is causeing a slowdown of more than 100X. I suspect one of the culprits is the IARG_TYPE arguments I used, e.g....
ericyifeng
Offline
Mar 8, 2007
11:07 pm
1440
Hey all, Here's the paper on sampling instrumentation that I'll be presenting at CGO. Feel free to send any questions or comments my way. ...
tippmoseley
Offline Send Email
Mar 9, 2007
5:18 am
1441
Computing MEMORYREAD_EA and MEMORYREAD_SIZE is tricky for the x86 string instructions because the size varies at runtime. (See the movsb instruction, for...
Lueck, Gregory M
gregorylueck
Offline Send Email
Mar 9, 2007
1:57 pm
1442
I agree, 100x sounds pretty reasonable depending on what your analysis does. A better way to reduce the overhead is to see if there are portions of the...
Jim Clause
clause33
Offline Send Email
Mar 9, 2007
3:07 pm
1443
Hi, If you are using makefile provided in the pin kit, you have to run it with make and not nmake. I assume that you downloaded pin for msvc8.0. The latest...
alexs_2000_il
Offline Send Email
Mar 10, 2007
8:23 am
1444
We have released Pin version 10520 kits today for all platforms except Mac and ARM. Features include: . Improved API documentation based on user feedback ....
Kim Hazelwood
hazelwood@...
Send Email
Mar 10, 2007
8:37 pm
1445
I have a question about SuperPin and multi-threaded programs. In the future work section, there's the following statement: "Finally, we would like to provide...
Michael Abd-El-Malek
mabdelmalek314
Offline Send Email
Mar 10, 2007
9:09 pm
1446
The short answer is, no, SuperPin doesn't support applications that are already multithreaded. The goal of SuperPin is to parallelize instrumentation, so it...
Kim Hazelwood
hazelwood@...
Send Email
Mar 11, 2007
12:21 am
1447
Hi, I have a question about instrumenting a routine. Let, I want to add a hook before "foo" routine. But when I search for string "foo" in routine names, then...
Abdullah Al Muzahid
prince_cse99
Offline Send Email
Mar 12, 2007
1:35 am
1448
Abdullah, You can also check what image the routine is in. Calling IMG_Name(SEC_Img(RTN_Sec(rtn))) will give you the name of the image. You might be able to...
Jim Clause
clause33
Offline Send Email
Mar 12, 2007
2:03 am
1449
Hi, I am trying to write a pin tool that captures the function calls and their returns. I noticed that in PIN, there are several functions: INS_IsProcedureCall...
jiayuan.meng
Offline
Mar 18, 2007
2:40 am
1450
I'm also capturing the function call sequence. Here's what I've found out. The Pin manual states that IsProcedureCall is like IsCall, but excludes abuses of...
Michael Abd-El-Malek
mabdelmalek314
Offline Send Email
Mar 18, 2007
5:59 pm
1451
Thanks Michael! This is very helpful! Jiayuan...
jiayuan.meng
Offline
Mar 19, 2007
8:14 pm
1452
HI I am a newbie of Pin. My application is 32-bit running on 64-bit RHEL U4. I have no problem in following the manual using the "ManualExamples" or...
Wu
kqwu88
Offline Send Email
Mar 20, 2007
1:11 am
1453
Pin does support mixed mode. You must use the 32 bit pin to instrument a 32 bit application when running on a 64 bit system. You can do a quick test that it...
Cohn, Robert S
rscohn2000
Offline Send Email
Mar 20, 2007
10:30 am
1457
Hi, I was trying to instrument a multithreaded program. Do I have to use any special option for compilation of pintool? Because every time I run the pintool,...
Abdullah Al Muzahid
prince_cse99
Offline Send Email
Mar 23, 2007
7:54 am
Messages 1416 - 1457 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