Skip to content

Commit 878e1e9

Browse files
ricardonrostedt
authored andcommitted
tracing/sched: Remove obsolete comment on suffixes
Commit ac01fa7 ("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 <[email protected]> Cc: Mathieu Desnoyers <[email protected]> Cc: Ricardo Neri <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Ricardo Neri <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent adc353c commit 878e1e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/trace/events/sched.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,8 +829,6 @@ TRACE_EVENT(sched_wake_idle_without_ipi,
829829
/*
830830
* Following tracepoints are not exported in tracefs and provide hooking
831831
* mechanisms only for testing and debugging purposes.
832-
*
833-
* Postfixed with _tp to make them easily identifiable in the code.
834832
*/
835833
DECLARE_TRACE(pelt_cfs,
836834
TP_PROTO(struct cfs_rq *cfs_rq),

0 commit comments

Comments
 (0)