linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] tracing/user_events: Add empty arguments events
@ 2023-06-06  6:20 sunliming
  2023-06-06  6:20 ` [PATCH v3 1/4] tracing/user_events: Fix the incorrect trace record for " sunliming
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: sunliming @ 2023-06-06  6:20 UTC (permalink / raw)
  To: mhiramat, beaub, rostedt, shuah
  Cc: linux-kernel, linux-trace-kernel, linux-kselftest, kelulanainsley,
	sunliming

This series patches fix the incorrect trace record for empty arguments
events and add correspondent selftests.

V3:
  Improve modification descriptions to maintain consistent formatting

v2:
  Change "i->count" to "i->count !=0 " to prevent compiler optimization
  Add correspondent selftests

sunliming (4):
  tracing/user_events: Fix the incorrect trace record for empty
    arguments events
  selftests/user_events: Add ftrace self-test for empty arguments events
  selftests/user_events: Clear the events after perf self-test
  selftests/user_events: Add perf self-test for empty arguments events

 kernel/trace/trace_events_user.c              |  4 +-
 .../selftests/user_events/ftrace_test.c       | 33 ++++++++
 .../testing/selftests/user_events/perf_test.c | 82 +++++++++++++++++++
 3 files changed, 117 insertions(+), 2 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-06-07 14:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-06  6:20 [PATCH v3 0/4] tracing/user_events: Add empty arguments events sunliming
2023-06-06  6:20 ` [PATCH v3 1/4] tracing/user_events: Fix the incorrect trace record for " sunliming
2023-06-06  6:20 ` [PATCH v3 2/4] selftests/user_events: Add ftrace self-test " sunliming
2023-06-06  6:20 ` [PATCH v3 3/4] selftests/user_events: Clear the events after perf self-test sunliming
2023-06-06  6:20 ` [PATCH v3 4/4] selftests/user_events: Add perf self-test for empty arguments events sunliming
2023-06-06 18:53 ` [PATCH v3 0/4] tracing/user_events: Add " Beau Belgrave
2023-06-07 14:10 ` Masami Hiramatsu

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).