All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] tracing: fprobe: optimization for entry only case
@ 2025-10-10  3:38 Menglong Dong
  2025-10-10  3:38 ` [PATCH v2 1/2] " Menglong Dong
  2025-10-10  3:38 ` [PATCH v2 2/2] lib/test_fprobe: add testcase for mixed fprobe Menglong Dong
  0 siblings, 2 replies; 7+ messages in thread
From: Menglong Dong @ 2025-10-10  3:38 UTC (permalink / raw)
  To: mhiramat
  Cc: rostedt, mathieu.desnoyers, jiang.biao, linux-kernel,
	linux-trace-kernel, bpf

The first patch is to optimize the fprobe for entry only case.
The second patch is to add testcase for mixed fprobe.

This series base on the "linux-trace" tree and "for-next" branch.

Changes since V1:
* merge the rename of fprobe_entry into one
* add some document for fprobe_fgraph_entry as Masami suggested
* use ftrace_test_recursion_trylock() in fprobe_ftrace_entry()
* add the testcase for mixed fprobe

Menglong Dong (2):
  tracing: fprobe: optimization for entry only case
  lib/test_fprobe: add testcase for mixed fprobe

 kernel/trace/fprobe.c   | 104 +++++++++++++++++++++++++++++++++++-----
 lib/tests/test_fprobe.c |  99 +++++++++++++++++++++++++++++++++++++-
 2 files changed, 191 insertions(+), 12 deletions(-)

-- 
2.51.0


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

end of thread, other threads:[~2025-10-15  7:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-10  3:38 [PATCH v2 0/2] tracing: fprobe: optimization for entry only case Menglong Dong
2025-10-10  3:38 ` [PATCH v2 1/2] " Menglong Dong
2025-10-12  4:07   ` Masami Hiramatsu
2025-10-13  1:20     ` Menglong Dong
2025-10-14 14:51   ` Masami Hiramatsu
2025-10-15  7:25     ` Menglong Dong
2025-10-10  3:38 ` [PATCH v2 2/2] lib/test_fprobe: add testcase for mixed fprobe Menglong Dong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.