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 485 - 514 of 4498   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
485
Hi Wei, I was able to reproduce your problem with the latest version of Pin, and I'm looking into a solution now. -- Greg ________________________________ ...
Lueck, Gregory M
gregorylueck
Offline Send Email
Nov 1, 2005
1:14 pm
486
There was a bug in some error checking code, causing it to fire by mistake. I put up new kits (2772) which do not have the problem: ...
Cohn, Robert S
rscohn2000
Offline Send Email
Nov 1, 2005
1:37 pm
487
When the application does a clone, pin intercepts it and does a clone system call itself and starts up the new thread under the control of the JIT. The other...
Cohn, Robert S
rscohn2000
Offline Send Email
Nov 1, 2005
1:49 pm
488
It was suggested to me recently that there is a version of PIN that functions on FreeBSD (and maybe other BSDs?), however I am unable to find any further...
speisert
Offline Send Email
Nov 9, 2005
10:31 pm
489
Hi, I am a new Pin user. I want to run an application several (e.g., 25-50) times over varying hardware configurations (e.g., varying cache sizes etc.) and...
vasanthv5
Offline Send Email
Nov 10, 2005
9:50 pm
490
There's a typo in EmitIndirectCall(): string 's' is set, but then 'str' is printed: ... string s = FormatAddress(target, RTN_FindByAddress(target)); ...
mvkrieger
Offline Send Email
Nov 11, 2005
3:56 pm
491
I am trying to gather some method-level statistics for Spec CPU2000 benchmarks, using the proccount tool that is in the ManualExamples directory. The command I...
vasanthv5
Offline Send Email
Nov 12, 2005
2:15 am
492
Not really Pin related, but I hope this helps: I derived the spec2000 commandlines and posted them here: ...
Ken Barr
kbarr216
Online Now Send Email
Nov 12, 2005
2:20 am
493
Is there any specific reason you would want the Pin tool to run the different configurations internally? Why not pass the configurations to the Pin tool and...
Aamer Jaleel
aamer0604
Offline Send Email
Nov 12, 2005
2:23 am
494
Hi, I'm not sure what you mean by "passing the configurations to the Pin tool." I was a little vague in my post. Let me clarify what I am trying to do. I have...
vasanthv5
Offline Send Email
Nov 12, 2005
4:09 am
495
Thanks. I saw the links provided. The problem is that according to Spec, the runspec tool has to be used to get *publishable results*. (See...
vasanthv5
Offline Send Email
Nov 12, 2005
4:23 am
496
The way you were trying to run Pin on SPEC is incorrect. I do exactly what you are trying to do in my experimental framework. The thing you do to run pin using...
Veej
thep0rt
Offline Send Email
Nov 12, 2005
4:43 am
497
Hello Vasanth, attached is my script to run spec2k with several training sets with pin. This is obviously specialized for my pin tools and spec tree, but...
Canturk ISCI
canturkisci
Offline Send Email
Nov 12, 2005
5:10 am
498
Veej, Thanks. I am not able to see your attachment. Below your posting it says "Attachment (not stored)". Can you paste the text of the attachment to a...
vasanthv5
Offline Send Email
Nov 12, 2005
6:26 am
499
Sorry about that vasanth. The following is the text in the perl file that you need to edit as I told you in my previous email. # # benchmark.pm # Copyright (C)...
Veej
thep0rt
Offline Send Email
Nov 12, 2005
4:23 pm
500
Veej, I saved your modified benchmark.pm file in my bin directory. My pintool (proccount) is in the root of my spec2000 directory, so I edited line 126 of your...
vasanthv5
Offline Send Email
Nov 12, 2005
7:40 pm
501
Are you running Pin 0 or Pin 2.0? the line should be: PIN_ARGUMENTS=" pin_binary -t pin_tool -- " ... -- &veej....
Veej
thep0rt
Offline Send Email
Nov 12, 2005
7:51 pm
502
Its Pin 2.0, kit # 2772. I changed the line to: PIN_ARGUMENTS="/usr/local/pin/pin-2.0-2772-gcc.3.2-ia32-linux/Bin/pin -t...
vasanthv5
Offline Send Email
Nov 12, 2005
8:09 pm
503
There is no line break in the PIN_ARGUMENTS line is there? It must be all in one cmd line. ... -- &veej....
Veej
thep0rt
Offline Send Email
Nov 12, 2005
8:13 pm
504
No there is no line break. ... directory ... Number', ... Config', ... '') { ... @_); }; ... number ... $me->ext, ... !$fast); ... 'reftime'); ... ...
vasanthv5
Offline Send Email
Nov 12, 2005
8:20 pm
505
Are you using SPEC version 1.0 or 1.2? The script file I gave you is for SPEC 1.0 version. You might have to just copy the code over from the perl file i gave...
Veej
thep0rt
Offline Send Email
Nov 12, 2005
8:25 pm
506
There is a MUCH easier way to do this. In your SPEC config file (one of the files in $SPEC/config), add the following two lines: submit=/my/path/to/pin/Bin/pin...
Tipp Moseley
tippmoseley
Offline Send Email
Nov 13, 2005
6:31 pm
507
Awesome! Thanks!!! Damn Tipp, ya could've told me this about 11 months back?! : ) ... -- &veej....
Veej
thep0rt
Offline Send Email
Nov 13, 2005
7:44 pm
508
Hi Wei, I'm not sure if you are still interested in using Pin on GCJ programs, but there is now a version you can try. This is a preliminary version of Pin...
Lueck, Gregory M
gregorylueck
Offline Send Email
Nov 16, 2005
11:44 pm
509
I need to measure events occuring inside routines of an application. For this I need to record the event count before the invocation of each routine and after...
vasanthv5
Offline Send Email
Nov 17, 2005
4:03 am
510
Interesting... any chance you can point me to the benchmark and the Pin Tool you are using. Perhaps I might be able to help you out with it - given a week's...
Veej
thep0rt
Offline Send Email
Nov 17, 2005
4:53 am
511
Hi Greg, I just tried the 3.4 version of pin. It works with the previously failing GCJ compiled "compress" program. Thanks a bunch! -Wei "Lueck, Gregory M"...
Weihaw Chuang
weihaw
Offline Send Email
Nov 17, 2005
5:31 am
512
It only is called when a routine returns. If a routine calls exit(), then the routine will never return. ... From: pinheads@yahoogroups.com...
Cohn, Robert S
rscohn2000
Offline Send Email
Nov 17, 2005
11:55 am
513
Good morning :) Does PIN_Init "create" a modified copy of the argc and argv variables to be passed to the application (to remove the 'pin -t ... --' arguments)...
Micha Moffie
micha_moffie
Offline Send Email
Nov 18, 2005
3:48 am
514
or it may be another case: when optimizing compiler makes call unwinding (construction like "return a();" is compiled to add esp, XXX jmp a ) in this case PIN...
Sergey Oblomov
sergey_oblomov
Offline Send Email
Nov 18, 2005
7:40 am
Messages 485 - 514 of 4498   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