perf tools: Add missing 'abi' member to 'struct regs_dump'
authorAdrian Hunter <[email protected]>
Tue, 27 Aug 2013 08:23:10 +0000 (11:23 +0300)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 29 Aug 2013 19:10:58 +0000 (16:10 -0300)
commit5b95a4a3b52a1de84022dfaf580df4b5251f4a15
tree44aac01a7b1efa2fbd4597c1b76286751bc40fca
parent75562573bab35b129cfd342fc2bcf89da84a6644
perf tools: Add missing 'abi' member to 'struct regs_dump'

And store the parsed value there.  Note that the 'abi' is 0 (no
registers), 1 (32-bit registers) or 2 (64-bit registers), but the
registers are anyway copied one-by-one as 64-bit values onto the event
i.e. see 'perf_output_sample_regs()'

Acked-by: Jiri Olsa <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Adrian Hunter <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/util/event.h
tools/perf/util/evsel.c