hi, following up on the 'perf timechart' FIXME note and changing its tracepoint match not to use event types data.
Original RFC sent here: http://marc.info/?l=linux-kernel&m=137344263513417&w=2 v2 changes: - using tracepoints haler callbacks to get power data in timechart command (patch 2) - separating enum removal of 'enum trace_flag_type' (patch 1) Again, timechart (and perf.data) tests look ok, but would appreciate another tester ;-). It's reachable here: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/et2 thanks, jirka Signed-off-by: Jiri Olsa <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Corey Ashford <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: David Ahern <[email protected]> Cc: Thomas Renninger <[email protected]> --- tools/perf/builtin-inject.c | 7 ---- tools/perf/builtin-record.c | 13 -------- tools/perf/builtin-report.c | 1 - tools/perf/builtin-script.c | 1 - tools/perf/builtin-timechart.c | 176 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------- tools/perf/util/event.h | 2 +- tools/perf/util/header.c | 118 +------------------------------------------------------------------ tools/perf/util/header.h | 16 +--------- tools/perf/util/session.c | 11 ------- tools/perf/util/tool.h | 3 -- 10 files changed, 102 insertions(+), 246 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

