diff options
author | Masami Hiramatsu <mhiramat@kernel.org> | 2018-04-25 15:18:03 +0300 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2018-10-11 05:19:07 +0300 |
commit | 533059281ee594f9fbb9e58042aaec77083ef251 (patch) | |
tree | 92019727bc72f3253f5e9de7152ced000cc4f27b /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 7bfbc63eda08b8158c040d6882c807f62b0750bb (diff) | |
download | linux-533059281ee594f9fbb9e58042aaec77083ef251.tar.xz |
tracing: probeevent: Introduce new argument fetching code
Replace {k,u}probe event argument fetching framework with switch-case based.
Currently that is implemented with structures, macros and chain of
function-pointers, which is more complicated than necessary and may get a
performance penalty by retpoline.
This simplify that with an array of "fetch_insn" (opcode and oprands), and
make process_fetch_insn() just interprets it. No function pointers are used.
Link: http://lkml.kernel.org/r/152465868340.26224.2551120475197839464.stgit@devbox
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions