Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tracing/sched: Remove obsolete comment on suffixes

Commit ac01fa73f530 ("tracepoint: Have tracepoints created with DECLARE_
TRACE() have _tp suffix") makes it unnecessary to manually add a suffix.

Remove a now obsolete comment.

Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Ricardo Neri <ricardo.neri@intel.com>
Link: https://lore.kernel.org/20250620-rneri-tp-comment-fix-v1-1-e0f6495ac33c@linux.intel.com
Signed-off-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>

authored by

Ricardo Neri and committed by
Steven Rostedt (Google)
878e1e94 adc353c0

-2
-2
include/trace/events/sched.h
··· 829 829 /* 830 830 * Following tracepoints are not exported in tracefs and provide hooking 831 831 * mechanisms only for testing and debugging purposes. 832 - * 833 - * Postfixed with _tp to make them easily identifiable in the code. 834 832 */ 835 833 DECLARE_TRACE(pelt_cfs, 836 834 TP_PROTO(struct cfs_rq *cfs_rq),