linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] [PATCH v2 0/2] tracing/probes: allow no event name input when create group
@ 2022-05-31  6:29 Linyu Yuan
  2022-05-31  6:29 ` [PATCH v3 1/3] tracing: eprobe: remove duplicate is_good_name() operation Linyu Yuan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Linyu Yuan @ 2022-05-31  6:29 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.
v3: (v2 link: https://lore.kernel.org/lkml/1653795294-19764-1-git-send-email-quic_linyyuan@quicinc.com/)
    add selftest cases for kprobe and eprobe event,
    remove macro used in v1,v2,
    change location to generate eprobe event name.

Linyu Yuan (3):
  tracing: eprobe: remove duplicate is_good_name() operation
  tracing: auto generate event name when create a group of events
  selftests/ftrace: add test case for GRP/ only input

 Documentation/trace/kprobetrace.rst                |  8 +++----
 Documentation/trace/uprobetracer.rst               |  8 +++----
 kernel/trace/trace.c                               |  8 +++----
 kernel/trace/trace_dynevent.c                      |  2 +-
 kernel/trace/trace_eprobe.c                        | 25 +++++++++++-----------
 kernel/trace/trace_kprobe.c                        | 16 ++++++++------
 kernel/trace/trace_probe.c                         |  6 ++++++
 kernel/trace/trace_uprobe.c                        | 12 +++++++----
 .../ftrace/test.d/dynevent/add_remove_eprobe.tc    |  7 +++++-
 .../ftrace/test.d/dynevent/add_remove_kprobe.tc    |  7 +++++-
 10 files changed, 61 insertions(+), 38 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2022-06-02  1:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-31  6:29 [PATCH v3 0/3] [PATCH v2 0/2] tracing/probes: allow no event name input when create group Linyu Yuan
2022-05-31  6:29 ` [PATCH v3 1/3] tracing: eprobe: remove duplicate is_good_name() operation Linyu Yuan
2022-05-31  6:29 ` [PATCH v3 2/3] tracing: auto generate event name when create a group of events Linyu Yuan
2022-05-31  6:29 ` [PATCH v3 3/3] selftests/ftrace: add test case for GRP/ only input Linyu Yuan
2022-06-01 14:57   ` Masami Hiramatsu
2022-06-02  1:14     ` 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).