All of lore.kernel.org
 help / color / mirror / Atom feed
* off-box analysis of perf.data file
@ 2010-11-15  4:03 David S. Ahern
  2010-11-16 23:40 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 9+ messages in thread
From: David S. Ahern @ 2010-11-15  4:03 UTC (permalink / raw)
  To: linux-perf-users


I'm trying to understand how the latest perf tools are designed with
respect to off-line analysis.

Specifically, I have a system running binaries and libraries that are
stripped and no vmlinux is installed. For analysis, I have a local tree
based on software versions with full debug symbols. Events are collected
into a perf.data file and the file is pushed off-box for analysis.

Without assuming write access to local tree or even ownership of the
perf.data I imagine running a command something like:

perf report -fi /path/to/perf.data \
    --rootfs /path/to/symboled-tree \
    --kallsyms /path/to/kallsyms
    ...

where /proc/kallsyms is dumped for the running system and retrieved
along with the perf.data file.

I've been reading the source and can't say I follow all of the build-id
stuff. Before I spend time working on code modifications I wanted to
better understand the expectations and options for the latest code.

Thanks,

David

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-11-20 17:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-15  4:03 off-box analysis of perf.data file David S. Ahern
2010-11-16 23:40 ` Arnaldo Carvalho de Melo
2010-11-17  1:27   ` Arnaldo Carvalho de Melo
2010-11-17 23:31   ` David S. Ahern
2010-11-18 20:19     ` Arnaldo Carvalho de Melo
2010-11-18 21:54       ` David S. Ahern
2010-11-19 12:50         ` Arnaldo Carvalho de Melo
2010-11-20 15:44           ` David S. Ahern
2010-11-20 17:12             ` Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.