Linux Trace Kernel
 help / color / mirror / Atom feed
* [PATCH 00/10] tracing/probes: Cleanup probe event code
@ 2026-07-20 10:43 Masami Hiramatsu (Google)
  2026-07-20 10:43 ` [PATCH 01/10] tracing/probes: Remove duplicate MAX_ARRAY_LEN macro definition Masami Hiramatsu (Google)
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Masami Hiramatsu (Google) @ 2026-07-20 10:43 UTC (permalink / raw)
  To: Steven Rostedt, Masami Hiramatsu
  Cc: Mathieu Desnoyers, linux-kernel, linux-trace-kernel

Hi,

Here are a patches to cleanup the probe events related code
(kernel/trace/trace_*probe*).

Thank you,

---
base-commit: 1a416ae446afa42d2d8500ce25bd61c564508721

Masami Hiramatsu (Google) (10):
      tracing/probes: Remove duplicate MAX_ARRAY_LEN macro definition
      tracing/probes: Remove redundant boolean conversion in trace_probe_has_single_file()
      tracing/probes: Remove redundant bounds check in trace_probe_compare_arg_type()
      tracing/probes: Remove unused parameter from parse_probe_var_retval()
      tracing/probes: Cleanup pointer arithmetic in store_trace_entry_data()
      tracing/probes: Simplify BTF_KIND_PTR case in fetch_type_from_btf_type()
      tracing/fprobe: Remove redundant snprintf in trace_fprobe_match_command_head()
      tracing/fprobe: Remove redundant memset in fentry_perf_func()
      tracing/kprobe: Remove redundant memset in kprobe_perf_func()
      tracing/probes: Fix extra whitespace in trace_probe_kernel.h


 kernel/trace/trace_fprobe.c       |    6 +-----
 kernel/trace/trace_kprobe.c       |    1 -
 kernel/trace/trace_probe.c        |   18 +++++++-----------
 kernel/trace/trace_probe.h        |    3 +--
 kernel/trace/trace_probe_kernel.h |    2 +-
 5 files changed, 10 insertions(+), 20 deletions(-)

--
Masami Hiramatsu (Google) <mhiramat@kernel.org>

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2026-07-20 10:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-20 10:43 [PATCH 00/10] tracing/probes: Cleanup probe event code Masami Hiramatsu (Google)
2026-07-20 10:43 ` [PATCH 01/10] tracing/probes: Remove duplicate MAX_ARRAY_LEN macro definition Masami Hiramatsu (Google)
2026-07-20 10:43 ` [PATCH 02/10] tracing/probes: Remove redundant boolean conversion in trace_probe_has_single_file() Masami Hiramatsu (Google)
2026-07-20 10:43 ` [PATCH 03/10] tracing/probes: Remove redundant bounds check in trace_probe_compare_arg_type() Masami Hiramatsu (Google)
2026-07-20 10:44 ` [PATCH 04/10] tracing/probes: Remove unused parameter from parse_probe_var_retval() Masami Hiramatsu (Google)
2026-07-20 10:44 ` [PATCH 05/10] tracing/probes: Cleanup pointer arithmetic in store_trace_entry_data() Masami Hiramatsu (Google)
2026-07-20 10:44 ` [PATCH 06/10] tracing/probes: Simplify BTF_KIND_PTR case in fetch_type_from_btf_type() Masami Hiramatsu (Google)
2026-07-20 10:44 ` [PATCH 07/10] tracing/fprobe: Remove redundant snprintf in trace_fprobe_match_command_head() Masami Hiramatsu (Google)
2026-07-20 10:44 ` [PATCH 08/10] tracing/fprobe: Remove redundant memset in fentry_perf_func() Masami Hiramatsu (Google)
2026-07-20 10:44 ` [PATCH 09/10] tracing/kprobe: Remove redundant memset in kprobe_perf_func() Masami Hiramatsu (Google)
2026-07-20 10:45 ` [PATCH 10/10] tracing/probes: Fix extra whitespace in trace_probe_kernel.h Masami Hiramatsu (Google)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox