mirror of https://github.com/torvalds/linux.git
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> |
||
|---|---|---|
| .. | ||
| init.h | ||
| stage1_struct_define.h | ||
| stage2_data_offsets.h | ||
| stage3_trace_output.h | ||
| stage4_event_fields.h | ||
| stage5_get_offsets.h | ||
| stage6_event_callback.h | ||
| stage7_class_define.h | ||