diff options
author | Song Chen <chensong_2000@189.cn> | 2022-12-30 09:33:53 +0300 |
---|---|---|
committer | Masami Hiramatsu (Google) <mhiramat@kernel.org> | 2023-02-24 04:04:13 +0300 |
commit | bd78acc89d4147aa4897a4c43e2a74c7df999b12 (patch) | |
tree | 326f886571f1265d2e591241ba75c46073bb2d24 /tools/perf/scripts/python/stackcollapse.py | |
parent | 672a2bf84061f0f19acfc5869f5b3689759a55a8 (diff) | |
download | linux-bd78acc89d4147aa4897a4c43e2a74c7df999b12.tar.xz |
kernel/trace: extract common part in process_fetch_insn
Each probe has an instance of process_fetch_insn respectively,
but they have something in common.
This patch aims to extract the common part into
process_common_fetch_insn which can be shared by each probe,
and they only need to focus on their special cases.
Signed-off-by: Song Chen <chensong_2000@189.cn>
Suggested-by: Masami Hiramatsu <mhiramat@kernel.org>
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions