diff options
author | Namhyung Kim <[email protected]> | 2014-01-17 17:08:37 +0900 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2014-02-20 12:30:09 -0500 |
commit | dd9fa555d7bbfcc7dbc63eb744806e9f6cb62e9f (patch) | |
tree | ad217cf792aef4dad4b951bce456d6b0c0e5c082 /tools/perf/scripts/python/syscall-counts.py | |
parent | a43b97043048eac1686f409af7ad3bb8071b9d83 (diff) |
tracing/uprobes: Move argument fetching to uprobe_dispatcher()
A single uprobe event might serve different users like ftrace and
perf. And this is especially important for upcoming multi buffer
support. But in this case it'll fetch (same) data from userspace
multiple times. So move it to the beginning of the dispatcher
function and reuse it for each users.
Link: http://lkml.kernel.org/r/[email protected]
Reviewed-by: Masami Hiramatsu <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Srikar Dronamraju <[email protected]>
Cc: zhangwei(Jovi) <[email protected]>
Signed-off-by: Namhyung Kim <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions