[PATCH 10/18] tracing: Make func_type enums for easier comparing of arg types

2018-02-02 Thread Steven Rostedt
From: "Steven Rostedt (VMware)" For the function based event args, knowing quickly what type they are is advantageous, as decisions can be made quickly based on them. Having an enum for the types is useful for this purpose. Use macros to create both the func_type array as

[PATCH 10/18] tracing: Make func_type enums for easier comparing of arg types

2018-02-02 Thread Steven Rostedt
From: "Steven Rostedt (VMware)" For the function based event args, knowing quickly what type they are is advantageous, as decisions can be made quickly based on them. Having an enum for the types is useful for this purpose. Use macros to create both the func_type array as well as enums that