tracing: Rename the staging files for trace_events
authorSteven Rostedt (Google) <rostedt@goodmis.org>
Tue, 29 Mar 2022 20:50:44 +0000 (16:50 -0400)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Sat, 2 Apr 2022 12:40:04 +0000 (08:40 -0400)
commit84055411d861d3a2b485ad629fce7d2179d72c1e
tree07974c30a2970fc5577d02af81b0f42afd01e432
parent1bc191051dca28fa6d20fd1dc34a1903e7d4fb62
tracing: Rename the staging files for trace_events

When looking for implementation of different phases of the creation of the
TRACE_EVENT() macro, it is pretty useless when all helper macro
redefinitions are in files labeled "stageX_defines.h". Rename them to
state which phase the files are for. For instance, when looking for the
defines that are used to create the event fields, seeing
"stage4_event_fields.h" gives the developer a good idea that the defines
are in that file.

Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
16 files changed:
include/trace/stages/stage1_defines.h [deleted file]
include/trace/stages/stage1_struct_define.h [new file with mode: 0644]
include/trace/stages/stage2_data_offsets.h [new file with mode: 0644]
include/trace/stages/stage2_defines.h [deleted file]
include/trace/stages/stage3_defines.h [deleted file]
include/trace/stages/stage3_trace_output.h [new file with mode: 0644]
include/trace/stages/stage4_defines.h [deleted file]
include/trace/stages/stage4_event_fields.h [new file with mode: 0644]
include/trace/stages/stage5_defines.h [deleted file]
include/trace/stages/stage5_get_offsets.h [new file with mode: 0644]
include/trace/stages/stage6_defines.h [deleted file]
include/trace/stages/stage6_event_callback.h [new file with mode: 0644]
include/trace/stages/stage7_class_define.h [new file with mode: 0644]
include/trace/stages/stage7_defines.h [deleted file]
include/trace/trace_custom_events.h
include/trace/trace_events.h