diff options
author | Masami Hiramatsu <[email protected]> | 2020-11-03 14:49:04 +0100 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2020-11-10 17:12:30 +0000 |
commit | ba090f9cafd53dbabe0f0a8c4ccae44203d3731b (patch) | |
tree | 007b9a05464fa6f7eb18ab92e4cc3f1b316196b3 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | f8394f232b1eab649ce2df5c5f15b0e528c92091 (diff) |
arm64: kprobes: Remove redundant kprobe_step_ctx
The kprobe_step_ctx (kcb->ss_ctx) has ss_pending and match_addr, but
those are redundant because those can be replaced by KPROBE_HIT_SS and
&cur_kprobe->ainsn.api.insn[1] respectively.
To simplify the code, remove the kprobe_step_ctx.
Signed-off-by: Masami Hiramatsu <[email protected]>
Reviewed-by: Jean-Philippe Brucker <[email protected]>
Acked-by: Will Deacon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions