]> Git Repo - linux.git/commit
perf tools: Support user regs and stack in sample parsing
authorJiri Olsa <[email protected]>
Tue, 7 Aug 2012 13:20:45 +0000 (15:20 +0200)
committerArnaldo Carvalho de Melo <[email protected]>
Fri, 10 Aug 2012 19:47:02 +0000 (16:47 -0300)
commit0f6a30150ca2e0cf4f893e7173d61434a3c02e0e
tree0e20eb1977e7c811a75e5d19d32b67fb7eb7f8f1
parent6a40cd90f5deb6dec322eeb54587ae55a934db2c
perf tools: Support user regs and stack in sample parsing

Adding following info to be parsed out of the event sample:
 - user register set
 - user stack dump

Both are global and specific to all events within the session.
This info will be used in the unwind patches coming in shortly.

Adding simple output printout (report -D) for both register and
stack dumps.

Signed-off-by: Jiri Olsa <[email protected]>
Original-patch-by: Frederic Weisbecker <[email protected]>
Cc: "Frank Ch. Eigler" <[email protected]>
Cc: Arun Sharma <[email protected]>
Cc: Benjamin Redelings <[email protected]>
Cc: Corey Ashford <[email protected]>
Cc: Cyrill Gorcunov <[email protected]>
Cc: Frank Ch. Eigler <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Robert Richter <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Tom Zanussi <[email protected]>
Cc: Ulrich Drepper <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
[ Use evsel->attr.sample_regs_user ]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/util/event.h
tools/perf/util/evsel.c
tools/perf/util/header.c
tools/perf/util/session.c
This page took 0.052329 seconds and 4 git commands to generate.