Searched refs:DEFINE_EVENT_FN (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/include/asm/trace/ |
| H A D | irq_vectors.h | 29 DEFINE_EVENT_FN(x86_irq_vector, name##_entry, \ 32 DEFINE_EVENT_FN(x86_irq_vector, name##_exit, \ 182 DEFINE_EVENT_FN(vector_mod, name, \ 211 DEFINE_EVENT_FN(vector_reserve, name, \ 294 DEFINE_EVENT_FN(vector_activate, name, \
|
| /linux/include/trace/ |
| H A D | define_trace.h | 63 #undef DEFINE_EVENT_FN 64 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ macro 146 #undef DEFINE_EVENT_FN
|
| /linux/samples/trace_events/ |
| H A D | trace-events-sample.h | 540 DEFINE_EVENT_FN(foo_template, foo_with_template_fn,
|
| /linux/include/linux/ |
| H A D | tracepoint.h | 666 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ 662 #define DEFINE_EVENT_FN( global() macro
|