linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] tracing/probes: allow no event name input when create group
@ 2022-05-29  3:34 Linyu Yuan
  2022-05-29  3:34 ` [PATCH v2 1/2] tracing: auto generate event name when create a group of events Linyu Yuan
  2022-05-29  3:34 ` [PATCH v2 2/2] tracing: eprobe: remove duplicate is_good_name() operation Linyu Yuan
  0 siblings, 2 replies; 5+ messages in thread
From: Linyu Yuan @ 2022-05-29  3:34 UTC (permalink / raw)
  To: Steven Rostedt, Masami Hiramatsu, Tom Zanussi, Ingo Molnar
  Cc: linux-kernel, Linyu Yuan

take kprobe event as example, when create a group of events,
p[:[GRP/]EVENT] [MOD:]KSYM[+OFFS]|KADDR [FETCHARGS],
according to this format, we must input EVENT name,

this change allow only GRP/ input, EVENT name auto generate from KSYM,
p[:[GRP/][EVENT]] [MOD:]KSYM[+OFFS]|KADDR [FETCHARGS]

siliar change apply to eprobe and uprobe.

V1: https://lore.kernel.org/lkml/1651397651-30454-1-git-send-email-quic_linyyuan@quicinc.com/T/#m33b0665941d9caeeb118afa84db4016321cea9a6
V2: fix remove comment in V1 patch1,
    remove v1 patch2 as it is NACK.

Linyu Yuan (2):
  tracing: auto generate event name when create a group of events
  tracing: eprobe: remove duplicate is_good_name() operation

 Documentation/trace/kprobetrace.rst  |  8 ++++----
 Documentation/trace/uprobetracer.rst |  8 ++++----
 kernel/trace/trace_dynevent.c        |  2 +-
 kernel/trace/trace_eprobe.c          | 24 ++++++++++++------------
 kernel/trace/trace_kprobe.c          | 19 ++++++++++++-------
 kernel/trace/trace_probe.c           |  9 ++++++++-
 kernel/trace/trace_probe.h           |  4 ++++
 kernel/trace/trace_uprobe.c          | 15 ++++++++++-----
 8 files changed, 55 insertions(+), 34 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2022-05-30  1:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-29  3:34 [PATCH v2 0/2] tracing/probes: allow no event name input when create group Linyu Yuan
2022-05-29  3:34 ` [PATCH v2 1/2] tracing: auto generate event name when create a group of events Linyu Yuan
2022-05-30  0:47   ` Masami Hiramatsu
2022-05-30  1:28     ` Linyu Yuan
2022-05-29  3:34 ` [PATCH v2 2/2] tracing: eprobe: remove duplicate is_good_name() operation Linyu Yuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).