Searched refs:IF_ASSIGN (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/trace/ |
| A D | trace.h | 471 #undef IF_ASSIGN 472 #define IF_ASSIGN(var, entry, etype, id) \ macro 497 IF_ASSIGN(var, ent, struct ftrace_entry, TRACE_FN); \ 498 IF_ASSIGN(var, ent, struct ctx_switch_entry, 0); \ 499 IF_ASSIGN(var, ent, struct stack_entry, TRACE_STACK); \ 501 IF_ASSIGN(var, ent, struct print_entry, TRACE_PRINT); \ 508 IF_ASSIGN(var, ent, struct trace_mmiotrace_rw, \ 510 IF_ASSIGN(var, ent, struct trace_mmiotrace_map, \ 513 IF_ASSIGN(var, ent, struct ftrace_graph_ent_entry, \ 515 IF_ASSIGN(var, ent, struct ftrace_graph_ret_entry, \ [all …]
|
Completed in 25 milliseconds