commit | 9782243353ec135327a80c76c63464e592949cd1 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <[email protected]> | Tue Aug 07 23:50:21 2012 -0300 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Tue Aug 07 23:50:21 2012 -0300 |
tree | 74e7269019ba3d7cb63b8fb9bd933fdc41c070d7 | |
parent | 7f7f8d0bea5d6bb985f4ae84ca3daff34802fd32 [diff] |
perf script: Stop using pevent directly We can get all that is needed using just event_format, that is available via evsel->tp_format now. Cc: David Ahern <[email protected]> Cc: Frederic Weisbecker <[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/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>