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 1234 - 1264 of 4500   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1234
Thanks for the guidence~ ... 40yahoogroups.com> , ... memory ... 40yahoogroups.com> ... 40yahoogroups.com> ] ... objects...
gongyu_wang
Offline Send Email
Dec 3, 2006
9:14 pm
1235
Hi, Can anyone tell me the source of this error..? Pin child/app terminated abnormally due to signal 25 I got this while trying to run the Ocean benchmark from...
Gagan Mac
gaganmac
Offline Send Email
Dec 6, 2006
1:59 am
1236
I think this error (SIGXFSZ) is raised when a file size exceed the allowed limits. You are probably writing some log file that is big. Prasad...
Prasad Gopal(à´ªàµ...
prasad_6_gnair
Offline Send Email
Dec 6, 2006
2:25 am
1237
Thanks a lot, Another question is : My pintool runs perfectly sometimes and gives segmentation faults sometimes for the same input file. What possibly could be...
Gagan Mac
gaganmac
Offline Send Email
Dec 6, 2006
2:40 am
1238
Segmentation faults are usually caused by a bug in the tool. Try running your tool under the debugger and see where it crashes. Instructions for debugging a...
Lueck, Gregory M
gregorylueck
Offline Send Email
Dec 6, 2006
1:35 pm
1239
I used the ManualExamples/itrace to generate the instruction address cache. but when i give a commnad "head itrace.out" its gives me around 9-10 addressese and...
rahul mehta
rrahul.mehta
Offline Send Email
Dec 6, 2006
9:19 pm
1240
Problem: I am experiencing an internal Pin assertion failure. Context: I am using the Pthread emulation library included with the Pin distribution. On an...
Jeffrey J. Cook
jjcook79
Offline Send Email
Dec 6, 2006
9:25 pm
1241
... I suggest you run "man head" and "man cat". Nick...
Nicholas Nethercote
njn@...
Send Email
Dec 6, 2006
10:21 pm
1242
Hi, all! I want to monitor the user-specified arbitrary instruction. For example, instructions located at address 1000, 2520, 5430, etc are selected based on...
vainyard66
Offline
Dec 7, 2006
7:26 am
1243
Hi all.. I am working on analyzing the inter processor communication by shared memory. The pintool I developed for this purpose works, but does not terminate. ...
Gagan Mac
gaganmac
Offline Send Email
Dec 10, 2006
5:47 am
1244
Hi all, Can anyone tell me what causes the "Pin child/app terminated abnormally due to signal 13" error ? Thanks, Mac...
Gagan Mac
gaganmac
Offline Send Email
Dec 10, 2006
8:52 am
1245
... It looks like a broken pipe. You can look up signal numbers with `man 7 signal`. Can someone add this to the FAQ? This seems to be a common question. ...
Arun Thomas
arun@...
Send Email
Dec 10, 2006
4:32 pm
1246
Hi, I'm trying to use PIN to analyze the SPEC CPU2006 benchmarks, which are both long-running (~10^12 instructions) and memory-intensive (~1G for some). With...
Kenneth Hoste
kehoste
Offline Send Email
Dec 12, 2006
12:33 pm
1247
On 12 Dec 2006, at 13:31, Kenneth Hoste wrote: To answer my own question: This wasn't PIN related. The reason that PIN crashed before even starting to use the...
Kenneth Hoste
b0egel
Offline Send Email
Dec 12, 2006
7:20 pm
1249
Hello PINheads, I'm trying to relate program characteristics (register dependency distances, memory address strides, ...) to performance characteristics (IPC,...
Kenneth Hoste
kehoste
Offline Send Email
Dec 20, 2006
3:12 pm
1250
My guess is that your number from PAPI is the one that's off, because extra instructions get counted from the library executing to at least start and stop the...
Dan Upton
draqza.rm
Offline Send Email
Dec 20, 2006
3:51 pm
1251
Hi Kenneth, Following up on Dan's comments... We did a simple test case recently where we used a hand-coded assembly program that consisted of 7 or 8...
Kim Hazelwood
hazelwood@...
Send Email
Dec 20, 2006
4:08 pm
1252
... I agree on that, using PAPI (or perfex) can make a lot a difference for very small programs. But mine are several billions (10^9) of instructions. ... ...
Kenneth Hoste
b0egel
Offline Send Email
Dec 20, 2006
5:16 pm
1253
Hi Kenneth, You have a good point. Is there some way you could collect both sets of information (from Pin and PAPI) at the same time? This way the data is ...
Kim Hazelwood
hazelwood@...
Send Email
Dec 20, 2006
6:47 pm
1254
... OK, I see your point. Although, I have some comments: - I'm pretty sure the hardware performance counters aren't stopped because of multiple perl scripts. ...
Kenneth Hoste
b0egel
Offline Send Email
Dec 20, 2006
6:50 pm
1255
... I'm afraid not. While using PIN to analyze the program, there's no good way to measure the counters. Starting and stopping the counters every time PIN code...
Kenneth Hoste
b0egel
Offline Send Email
Dec 20, 2006
7:48 pm
1256
Does PAPI count instructions executed in kernel mode? Pin does not, so this might be the cause of the mismatch. -- Greg ________________________________ From:...
Lueck, Gregory M
gregorylueck
Offline Send Email
Dec 20, 2006
8:46 pm
1257
I don't think I saw a response to this question. Are you still having a problem with your tool? If so, can you provide some more information? The pin tool...
Lueck, Gregory M
gregorylueck
Offline Send Email
Dec 20, 2006
10:00 pm
1258
Hi Gregory, ... This is a very good comment, but unfortunately PAPI counts in user mode by default. I tried enforcing user mode by calling ...
Kenneth Hoste
kehoste
Offline Send Email
Dec 21, 2006
12:25 pm
1259
This could be caused by the string instructions. If you do a: rep movs and ecx == 1000 Pin treats this as a single instruction, while the performance counters ...
Cohn, Robert S
rscohn2000
Offline Send Email
Dec 21, 2006
1:13 pm
1260
... Hi Robert, Again, that sounds plausible. Although I'm not sure that the performance counters would count 1000 (if you would be counting µops, that would...
Kenneth Hoste
kehoste
Offline Send Email
Dec 21, 2006
1:49 pm
1261
Hi Kenneth, Great work. Please do keep us informed about any solutions or workarounds you develop for dealing with the PAPI problem on Pentium4. I imagine that...
Kim Hazelwood
hazelwood@...
Send Email
Dec 21, 2006
3:25 pm
1262
I want to instrument an application to insert some code at specific location in a specific function( let's say before the function returns). the code which I...
alsaleh_111
Offline Send Email
Dec 22, 2006
7:54 pm
1263
Hi; I want to instrument an application to insert some code at specific location in a specific function( let's say before the function returns). the code...
Mohammad Al-Saleh
alsaleh_111
Offline Send Email
Dec 22, 2006
8:00 pm
1264
hello , Is there any simpliest way to find, if the instruction is a load. for example, for IPF we have TYPE_CAT_LOAD. is there any similar command for ia32e? I...
kiran kumar
kirandotkumar
Offline Send Email
Dec 23, 2006
12:36 am
Messages 1234 - 1264 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