aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <[email protected]>2015-01-14 12:24:37 -0500
committerSteven Rostedt <[email protected]>2015-01-15 09:41:11 -0500
commit83829b74f54186a154ae6b586c05cdb838c2ebc6 (patch)
tree4275f390c63316a220fd385aebd81616ba531b1b /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf
parent237d28db036e411f22c03cfd5b0f6dc2aa9bf3bc (diff)
tracing: Remove extra call to init_ftrace_syscalls()
trace_init() calls init_ftrace_syscalls() and then calls trace_event_init() which also calls init_ftrace_syscalls(). It makes more sense to only call it from trace_event_init(). Calling it twice wastes memory, as it allocates the syscall events twice, and loses the first copy of it. Link: http://lkml.kernel.org/r/[email protected] Link: http://lkml.kernel.org/r/[email protected] Reported-by: Wang Nan <[email protected]> Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions