Home
last modified time | relevance | path

Searched refs:IF_ASSIGN (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/trace/
A Dtrace.h424 #undef IF_ASSIGN
425 #define IF_ASSIGN(var, entry, etype, id) \ macro
450 IF_ASSIGN(var, ent, struct ftrace_entry, TRACE_FN); \
451 IF_ASSIGN(var, ent, struct ctx_switch_entry, 0); \
452 IF_ASSIGN(var, ent, struct stack_entry, TRACE_STACK); \
454 IF_ASSIGN(var, ent, struct print_entry, TRACE_PRINT); \
461 IF_ASSIGN(var, ent, struct trace_mmiotrace_rw, \
463 IF_ASSIGN(var, ent, struct trace_mmiotrace_map, \
466 IF_ASSIGN(var, ent, struct ftrace_graph_ent_entry, \
468 IF_ASSIGN(var, ent, struct ftrace_graph_ret_entry, \
[all …]

Completed in 9 milliseconds