Searched refs:IF_ASSIGN (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/trace/ |
| H A D | trace.h | 499 #undef IF_ASSIGN 500 #define IF_ASSIGN(var, entry, etype, id) \ macro 525 IF_ASSIGN(var, ent, struct ftrace_entry, TRACE_FN); \ 526 IF_ASSIGN(var, ent, struct ctx_switch_entry, 0); \ 527 IF_ASSIGN(var, ent, struct stack_entry, TRACE_STACK); \ 536 IF_ASSIGN(var, ent, struct trace_mmiotrace_rw, \ 538 IF_ASSIGN(var, ent, struct trace_mmiotrace_map, \ 541 IF_ASSIGN(var, ent, struct ftrace_graph_ent_entry, \ 543 IF_ASSIGN(var, ent, struct fgraph_retaddr_ent_entry,\ 545 IF_ASSIGN(var, ent, struct ftrace_graph_ret_entry, \ [all …]
|