From dbd434b1c66fea2d965eea7d0421af5c9af3e5ff Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 7 Mar 2006 00:08:30 +0000 Subject: [PATCH] update git-svn-id: http://ltt.polymtl.ca/svn@1594 04897980-b3bd-0310-b5e0-8ef037075253 --- usertrace-generic/README | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/usertrace-generic/README b/usertrace-generic/README index 9d471ebe..02e7d0c9 100644 --- a/usertrace-generic/README +++ b/usertrace-generic/README @@ -180,10 +180,8 @@ Then, to see only the function_entry and function_exit events : lttv -m textDump -t /tmp/trace1 -e "event.facility=user_generic & (event.name=function_entry & event.name=function_exit)" It will show, for example : -user_generic.function_entry: 59329.709939111 (/cpu_0), 19250, 18581, SYSCALL { -0x8048454, 0x80484c2 } -user_generic.function_exit: 59329.709944613 (/cpu_0), 19250, 18581, SYSCALL { 0 -x8048454, 0x80484c2 } +user_generic.function_entry: 59329.709939111 (/cpu_0), 19250, 18581, SYSCALL { 0x8048454, 0x80484c2 } +user_generic.function_exit: 59329.709944613 (/cpu_0), 19250, 18581, SYSCALL { 0x8048454, 0x80484c2 } you can then use (from the binutils package) addr2line -e sample-instrument-fct -i -f 0x8048454 -- 2.34.1