]> Pileus Git - ~andy/linux/commit
perf tools: Remove event types from perf data file
authorJiri Olsa <jolsa@redhat.com>
Thu, 11 Jul 2013 15:28:31 +0000 (17:28 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 15 Jul 2013 19:28:10 +0000 (16:28 -0300)
commit44b3c57802b7557d0e2d8c3bd39bce942e9324cc
treebe43f34d893aeae93dd3e17475c7d5a32986f947
parent5936678e7da5f8d2944a2ad45d66c88b4a7ccb67
perf tools: Remove event types from perf data file

Removing event types data storing/reading to/from perf data file as it's
no longer needed. The only user of this data 'perf timechart' was
switched to use tracepoints handler callbacks.

The event_types offset and size stay in the perf data file header but
are ignored from now on.

Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1373556513-3000-4-git-send-email-jolsa@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/header.c
tools/perf/util/header.h