]> Git Repo - linux.git/commit
tracing: Remove unused trace_event_file dir field
authorSteven Rostedt (Google) <[email protected]>
Fri, 8 Sep 2023 02:19:12 +0000 (22:19 -0400)
committerSteven Rostedt (Google) <[email protected]>
Sat, 9 Sep 2023 03:13:02 +0000 (23:13 -0400)
commit6fdac58c560e4d164eb8161987bee045147cabe4
treedab8496bfc11b2be95d6f8c8ff7ab8d863278ae7
parent1ef26d8b2ca5d8715563c951083cf6c385c77d1f
tracing: Remove unused trace_event_file dir field

Now that eventfs structure is used to create the events directory via the
eventfs dynamically allocate code, the "dir" field of the trace_event_file
structure is no longer used. Remove it.

Link: https://lkml.kernel.org/r/[email protected]
Cc: Masami Hiramatsu <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Ajay Kaher <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
include/linux/trace_events.h
kernel/trace/trace_events.c
This page took 0.065982 seconds and 4 git commands to generate.