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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 267 - 297 of 4505   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
267
Good afternoon :) I am trying to identify newly inserted and executed basic blocks .... I am trying to use: CODECACHE_ChangeMaxBblsPerTrace(1); in order to be...
Micha Moffie
micha_moffie
Online Now Send Email
May 9, 2005
6:50 pm
268
Hi Micha, This is a bug. Thanks for letting us know. Stay tuned for a new kit. Kim ... From: pinheads@yahoogroups.com [mailto:pinheads@yahoogroups.com] On ...
Hazelwood Cettei, Kim...
hazelwoodkim
Offline Send Email
May 9, 2005
7:04 pm
269
Thanks so much, I changed the last line in mozilla shell script (a copy of it) from exec $MOZ_PROGRAM $MOZARGS ${1+"$@"} to exec pin -mt -t <mytool> --...
Micha Moffie
micha_moffie
Online Now Send Email
May 9, 2005
8:12 pm
270
Hi Micha, At second glance, we realized that the interface is behaving as expected. The fetching mechanism limits the traces to a single basic block. However,...
Hazelwood Cettei, Kim...
hazelwoodkim
Offline Send Email
May 9, 2005
10:13 pm
271
Hi kim, I understand that the traces inserted to the code cache are optimized and include the instrumentation code.. I instrumented TRACEs to get the...
Micha Moffie
micha_moffie
Online Now Send Email
May 10, 2005
2:22 pm
272
Hi Micha, We apply register allocation to the traces we insert into the code cache. If another trace has a different mapping, we will need to generate...
Hazelwood Cettei, Kim...
hazelwoodkim
Offline Send Email
May 10, 2005
2:33 pm
273
Dear Pinheads, We are able to launch Mozilla or Acrobat Reader and then start instrumenting by using the command: % pin -pid 12345 -mt -t atrace However, when...
aviator22
Offline Send Email
May 12, 2005
6:06 pm
274
Can you try giving the full path for atrace? Maybe opera changes its cwd. ... From: pinheads@yahoogroups.com [mailto:pinheads@yahoogroups.com] On Behalf Of...
Cohn, Robert S
rscohn2000
Offline Send Email
May 12, 2005
6:09 pm
275
The latest version of PIN available is for gcc version 3.3. Is the version for the gcc version : 3.4.3 20050227 (Red Hat 3.4.3-22.fc3) available ? I have a ...
Rakesh
catch_rr
Offline Send Email
May 14, 2005
1:52 pm
276
Not yet. However, most distributions come with a 3.2 compatibility compiler. Can you look at the directions for Red Hat EL4 in the faq and let us know if...
Cohn, Robert S
rscohn2000
Offline Send Email
May 14, 2005
2:10 pm
277
hi. i'm trying to use PIN for my research. i installed pin on a linux machine and i got this message when i tried to run pin. ...
jwc630
Offline Send Email
May 16, 2005
7:57 am
278
what do u really mean by pin. can someone please explain to me. thanks jwc630 <jwchung@...> wrote:hi. i'm trying to use PIN for my research. i...
ishaya okem
alpachinothe...
Offline Send Email
May 16, 2005
8:07 am
279
thanks for paying attention to this. when i said "pin", it means i downloaded and uncompressed one of pin tar file, went to Bin directory, and tried to execute...
jwc630
Offline Send Email
May 16, 2005
8:37 am
281
Good morning, using the inet_aton(..) function call (using the ip address directly instead of gethostbyname) I succeeded opening a socket from pin Thanks so...
Micha Moffie
micha_moffie
Online Now Send Email
May 20, 2005
1:34 pm
282
CK Luk recently implemented pthread_once so gethostbyname should work in a pintool in the next release. ... From: pinheads@yahoogroups.com...
Cohn, Robert S
rscohn2000
Offline Send Email
May 20, 2005
3:56 pm
283
Hi: I'm trying to run kit 179 on an Itanium machine. The compilation went through smoothly. When I do: ./icount -p ../bin/pin.179 -- /bin/ls The CPU gets 100%...
ram
ramkumar_sri...
Offline Send Email
May 25, 2005
7:04 pm
284
Hi: Problem fixed. It was to do with my page size. Aparently, pin does not like 4K page sizes. Changing to the default (16K) fixed the problem. -ram...
ram
ramkumar_sri...
Offline Send Email
May 26, 2005
9:11 pm
285
Hi: I was wondering why the INS_Category() function of the Itanium PIN toolkit does not account for imprtant instuctions such as fadd, fsub,.. Thanks. -ram...
ram
ramkumar_sri...
Offline Send Email
May 31, 2005
7:24 pm
286
Itanium only has multiply accumulate, so fadd (fn = fm + fp) is really fma (fn = fm + fp * f1). Look for TYPE_CAT_FLT_MULACC. Robert ... From:...
Cohn, Robert S
rscohn2000
Offline Send Email
May 31, 2005
7:49 pm
287
Use the -mt switch: pin -mt -t <tool> -- <app> ... ... From: Arrvindh Shriraman [mailto:ashriram@...] Sent: Friday, June 03, 2005 3:46 AM To: PIN...
Cohn, Robert S
rscohn2000
Offline Send Email
Jun 3, 2005
11:10 am
288
Hi, I'm a new user of Pin and I want to report an assert that I get when using Pin 2.0. I'm using the latest version of Pin 2.0 for 64bit x86 on a 2P machine...
akhaleel2001
Offline Send Email
Jun 8, 2005
5:16 pm
289
Please send me the output for the following commands: ../Bin/pin ../Bin/pin -- uname cat /proc/version Robert ... From: pinheads@yahoogroups.com...
Cohn, Robert S
rscohn2000
Offline Send Email
Jun 8, 2005
9:04 pm
290
[hwsuse:SimpleExamples]$ ../Bin/pin Use -- to specify an application to run VERSION: 1816 BUILDER: rscohn1 DATE: Apr 15 2005 Usage: pin [OPTION] [-t <tool>...
akhaleel2001
Offline Send Email
Jun 8, 2005
9:38 pm
291
We normally test x86_64 on red hat 3. I tried doing a test on a x86_64 suse linux enterprise server 9 system and "pin -- uname" works. I do see a problem using...
Cohn, Robert S
rscohn2000
Offline Send Email
Jun 9, 2005
5:36 pm
292
Hi everyone, I want to instrument backward going jumps in ia32. I am using INS_Category to determine if the instruction is a conditional JMP. I want to use...
Rahul Saxena
rahulsaxon
Offline Send Email
Jun 12, 2005
4:09 am
293
Indirect branches get their target from a register or memory so if you want to handle these cases, you must use IARG_BRANCH_TARGET_ADDR because their target is...
Cohn, Robert S
rscohn2000
Offline Send Email
Jun 12, 2005
11:28 am
294
I'm trying to use the instruction tracing plugin to trace the instruction execution of the SPECJBB2000 benchmark. Essentially this calls the java vm along with...
akhaleel2001
Offline Send Email
Jun 13, 2005
5:25 pm
295
Pin does not support self-modifying code (JVM is self modifying). Rmesh ________________________________ From: pinheads@yahoogroups.com...
Peri, Ramesh V
rperi3679
Offline Send Email
Jun 13, 2005
5:51 pm
296
But the benchmark still runs to completion without any problems....
akhaleel2001
Offline Send Email
Jun 14, 2005
4:27 pm
297
Java might do a fork/exec. The exec wipes out the current address space, including pin and you will lose control of the child process. If you do a "strace -ff"...
Cohn, Robert S
rscohn2000
Offline Send Email
Jun 14, 2005
4:32 pm
Messages 267 - 297 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