Re: [PATCH 2/3] tracing: Clean up and document pred_funcs_##type creation and use

2018-03-12 Thread Masami Hiramatsu
On Fri, 09 Mar 2018 21:34:44 -0500 Steven Rostedt wrote: > From: "Steven Rostedt (VMware)" > > The pred_funcs_##type arrays consist of five functions that are assigned > based on the ops. The array must be in the same order of the ops each > function

Re: [PATCH 2/3] tracing: Clean up and document pred_funcs_##type creation and use

2018-03-12 Thread Masami Hiramatsu
On Fri, 09 Mar 2018 21:34:44 -0500 Steven Rostedt wrote: > From: "Steven Rostedt (VMware)" > > The pred_funcs_##type arrays consist of five functions that are assigned > based on the ops. The array must be in the same order of the ops each > function represents. The PRED_FUNC_START macro

[PATCH 2/3] tracing: Clean up and document pred_funcs_##type creation and use

2018-03-09 Thread Steven Rostedt
From: "Steven Rostedt (VMware)" The pred_funcs_##type arrays consist of five functions that are assigned based on the ops. The array must be in the same order of the ops each function represents. The PRED_FUNC_START macro denotes the op enum that starts the op that maps to

[PATCH 2/3] tracing: Clean up and document pred_funcs_##type creation and use

2018-03-09 Thread Steven Rostedt
From: "Steven Rostedt (VMware)" The pred_funcs_##type arrays consist of five functions that are assigned based on the ops. The array must be in the same order of the ops each function represents. The PRED_FUNC_START macro denotes the op enum that starts the op that maps to the pred_funcs_##type