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>
Showing
- include/trace/stages/stage1_struct_define.h 0 additions, 0 deletionsinclude/trace/stages/stage1_struct_define.h
- include/trace/stages/stage2_data_offsets.h 0 additions, 0 deletionsinclude/trace/stages/stage2_data_offsets.h
- include/trace/stages/stage3_trace_output.h 0 additions, 0 deletionsinclude/trace/stages/stage3_trace_output.h
- include/trace/stages/stage4_event_fields.h 0 additions, 0 deletionsinclude/trace/stages/stage4_event_fields.h
- include/trace/stages/stage5_get_offsets.h 0 additions, 0 deletionsinclude/trace/stages/stage5_get_offsets.h
- include/trace/stages/stage6_event_callback.h 0 additions, 0 deletionsinclude/trace/stages/stage6_event_callback.h
- include/trace/stages/stage7_class_define.h 0 additions, 0 deletionsinclude/trace/stages/stage7_class_define.h
- include/trace/trace_custom_events.h 7 additions, 7 deletionsinclude/trace/trace_custom_events.h
- include/trace/trace_events.h 7 additions, 7 deletionsinclude/trace/trace_events.h
Please register or sign in to comment