aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <[email protected]>2016-11-23 11:40:34 -0500
committerSteven Rostedt <[email protected]>2016-11-23 11:40:34 -0500
commit929ddbf3ef4e07fef67e93e998020d49d2533724 (patch)
tree63491f91f9566e7e541eb6592fb95bb331da88bb /tools/perf/scripts/python/syscall-counts-by-pid.py
parentfa7ffb39efccd574163ebc5dbfe4ff066186f261 (diff)
ring-buffer: Always inline rb_event_data()
The rb_event_data() is the fast path of getting the ring buffer data from an event. Externally, ring_buffer_event_data() is used to access this function. But unfortunately, rb_event_data() is not inlined, and calling ring_buffer_event_data() causes that function to be called again. Force rb_event_data() to be inlined to lower the number of operations needed when calling ring_buffer_event_data(). Link: http://lkml.kernel.org/r/[email protected] Reported-by: Andi Kleen <[email protected]> Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions