• S
    tracing: Use direct field, type and system names · 92edca07
    Steven Rostedt 提交于
    The names used to display the field and type in the event format
    files are copied, as well as the system name that is displayed.
    
    All these names are created by constant values passed in.
    If one of theses values were to be removed by a module, the module
    would also be required to remove any event it created.
    
    By using the strings directly, we can save over 100K of memory.
    Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
    92edca07
trace.h 28.6 KB