diff options
author | Steven Rostedt (Google) <rostedt@goodmis.org> | 2022-03-29 16:50:44 -0400 |
---|---|---|
committer | Steven Rostedt (Google) <rostedt@goodmis.org> | 2022-04-02 08:40:04 -0400 |
commit | 84055411d861d3a2b485ad629fce7d2179d72c1e (patch) | |
tree | 07974c30a2970fc5577d02af81b0f42afd01e432 /include/trace/stages | |
parent | 1bc191051dca28fa6d20fd1dc34a1903e7d4fb62 (diff) | |
download | lwn-84055411d861d3a2b485ad629fce7d2179d72c1e.tar.gz lwn-84055411d861d3a2b485ad629fce7d2179d72c1e.zip |
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>
Diffstat (limited to 'include/trace/stages')
-rw-r--r-- | include/trace/stages/stage1_struct_define.h (renamed from include/trace/stages/stage1_defines.h) | 0 | ||||
-rw-r--r-- | include/trace/stages/stage2_data_offsets.h (renamed from include/trace/stages/stage2_defines.h) | 0 | ||||
-rw-r--r-- | include/trace/stages/stage3_trace_output.h (renamed from include/trace/stages/stage3_defines.h) | 0 | ||||
-rw-r--r-- | include/trace/stages/stage4_event_fields.h (renamed from include/trace/stages/stage4_defines.h) | 0 | ||||
-rw-r--r-- | include/trace/stages/stage5_get_offsets.h (renamed from include/trace/stages/stage5_defines.h) | 0 | ||||
-rw-r--r-- | include/trace/stages/stage6_event_callback.h (renamed from include/trace/stages/stage6_defines.h) | 0 | ||||
-rw-r--r-- | include/trace/stages/stage7_class_define.h (renamed from include/trace/stages/stage7_defines.h) | 0 |
7 files changed, 0 insertions, 0 deletions
diff --git a/include/trace/stages/stage1_defines.h b/include/trace/stages/stage1_struct_define.h index a16783419687..a16783419687 100644 --- a/include/trace/stages/stage1_defines.h +++ b/include/trace/stages/stage1_struct_define.h diff --git a/include/trace/stages/stage2_defines.h b/include/trace/stages/stage2_data_offsets.h index 42fd1e8813ec..42fd1e8813ec 100644 --- a/include/trace/stages/stage2_defines.h +++ b/include/trace/stages/stage2_data_offsets.h diff --git a/include/trace/stages/stage3_defines.h b/include/trace/stages/stage3_trace_output.h index e3b183e9d18e..e3b183e9d18e 100644 --- a/include/trace/stages/stage3_defines.h +++ b/include/trace/stages/stage3_trace_output.h diff --git a/include/trace/stages/stage4_defines.h b/include/trace/stages/stage4_event_fields.h index e80cdc397a43..e80cdc397a43 100644 --- a/include/trace/stages/stage4_defines.h +++ b/include/trace/stages/stage4_event_fields.h diff --git a/include/trace/stages/stage5_defines.h b/include/trace/stages/stage5_get_offsets.h index 7ee5931300e6..7ee5931300e6 100644 --- a/include/trace/stages/stage5_defines.h +++ b/include/trace/stages/stage5_get_offsets.h diff --git a/include/trace/stages/stage6_defines.h b/include/trace/stages/stage6_event_callback.h index e1724f73594b..e1724f73594b 100644 --- a/include/trace/stages/stage6_defines.h +++ b/include/trace/stages/stage6_event_callback.h diff --git a/include/trace/stages/stage7_defines.h b/include/trace/stages/stage7_class_define.h index 8a7ec24c246d..8a7ec24c246d 100644 --- a/include/trace/stages/stage7_defines.h +++ b/include/trace/stages/stage7_class_define.h |