perf util: No need to call read_trace_init() in tracing_data_header()
authorNamhyung Kim <namhyung.kim@lge.com>
Tue, 4 Jun 2013 05:20:30 +0000 (14:20 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 12 Jul 2013 16:52:31 +0000 (13:52 -0300)
commitcfd0e8cf7fe7ad6f6c08e23ca4410bd718eeaf0b
tree260ca351c9b33c2537fc96d4143e659b96e16028
parent077f159d0402ac90a3ea9975f4089a042e0be065
perf util: No need to call read_trace_init() in tracing_data_header()

It's useless to call the read_trace_init() function at this time as we
don't need a returned pevent and it makes me confusing. :)

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/1370323231-14022-16-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/trace-event-info.c
This page took 0.025338 seconds and 5 git commands to generate.