summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2017-11-05 09:24:59 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-12-12 05:33:18 -0500
commit7dbbb4bf1e00bbd4612f84047906d781a370611d (patch)
treeb74b2ff5a59f19a5653a84c82a2a6f798b789c94 /tools/perf/scripts/python/event_analyzing_sample.py
parent1b54da77f32a88104d45e7d3d9b274fea619e0d6 (diff)
downloadkernel-7dbbb4bf1e00bbd4612f84047906d781a370611d.tar.gz
media: si2165: Make checkpatch happy
Fix almost all of checkpatch --strict warnings. The remaining warnings are about: * macro REG16 (should be enclosed in parentheses) * macro REG16 (Macro argument reuse) Signed-off-by: Matthias Schwarzott <zzam@gentoo.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
.c?h=master&id=d24fa977eec53399a9a49a2e1dc592430ea0a607'>tracing: fprobe: Fix to lock module while registering fprobeMasami Hiramatsu (Google) 2025-02-21fprobe: Fix accounting of when to unregister from function graphSteven Rostedt 2025-02-21fprobe: Always unregister fgraph function from opsSteven Rostedt 2024-12-26fprobe: Add fprobe_header encoding featureMasami Hiramatsu (Google) 2024-12-26fprobe: Rewrite fprobe on function-graph tracerMasami Hiramatsu (Google) 2024-12-26fprobe: Use ftrace_regs in fprobe exit handlerMasami Hiramatsu (Google) 2024-12-26fprobe: Use ftrace_regs in fprobe entry handlerMasami Hiramatsu (Google) 2024-03-01fprobe: Fix to allocate entry_data_size buffer with rethook instancesMasami Hiramatsu (Google) 2023-11-01Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds 2023-10-18kprobes: kretprobe scalability improvementwuqiang.matt 2023-10-17fprobe: Fix to ensure the number of active retprobes is not zeroMasami Hiramatsu (Google) 2023-07-16Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2023-07-14fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is runningMasami Hiramatsu (Google) 2023-07-12Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2023-07-11fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google) 2023-07-11fprobe: add unlock to match a succeeded ftrace_test_recursion_trylockZe Gao 2023-06-27fprobe: Release rethook after the ftrace_ops is unregisteredJiri Olsa 2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google) 2023-06-06fprobe: Pass return address to the handlersMasami Hiramatsu (Google) 2023-05-18fprobe: add recursion detection in fprobe_exit_handlerZe Gao 2023-05-18fprobe: make fprobe_kprobe_handler recursion freeZe Gao 2023-05-17tracing: fprobe: Initialize ret valiable to fix smatch errorMasami Hiramatsu (Google) 2023-03-28fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google) 2023-03-28fprobe: Add nr_maxactive to specify rethook_node pool sizeMasami Hiramatsu (Google) 2023-03-28fprobe: Pass entry_data to handlersMasami Hiramatsu (Google) 2022-11-04tracing/fprobe: Fix to check whether fprobe is registered correctlyMasami Hiramatsu (Google) 2022-11-04fprobe: Check rethook_alloc() return in rethook initializationRafael Mendonca