diff options
author | Steven Rostedt <[email protected]> | 2022-01-07 17:56:56 -0500 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2022-01-13 16:23:05 -0500 |
commit | 3e2a56e6f639492311e0a8533f0a7aed60816308 (patch) | |
tree | 4a87cd45525715ef9e3008e17ead48a41f5ebfc3 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | ecbe794e777aab99de3b753110801a9cda747d2d (diff) |
tracing: Have syscall trace events use trace_event_buffer_lock_reserve()
Currently, the syscall trace events call trace_buffer_lock_reserve()
directly, which means that it misses out on some of the filtering
optimizations provided by the helper function
trace_event_buffer_lock_reserve(). Have the syscall trace events call that
instead, as it was missed when adding the update to use the temp buffer
when filtering.
Link: https://lkml.kernel.org/r/[email protected]
Cc: [email protected]
Cc: Ingo Molnar <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Tom Zanussi <[email protected]>
Reviewed-by: Masami Hiramatsu <[email protected]>
Fixes: 0fc1b09ff1ff4 ("tracing: Use temp buffer when filtering events")
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions