Searched refs:DEFINE_EVENT_FN (Results 1 – 7 of 7) sorted by relevance
/linux/arch/x86/include/asm/trace/ |
H A D | irq_vectors.h | 30 DEFINE_EVENT_FN(x86_irq_vector, name##_entry, \ 33 DEFINE_EVENT_FN(x86_irq_vector, name##_exit, \ 183 DEFINE_EVENT_FN(vector_mod, name, \ 212 DEFINE_EVENT_FN(vector_reserve, name, \ 295 DEFINE_EVENT_FN(vector_activate, name, \
|
H A D | exceptions.h | 38 DEFINE_EVENT_FN(x86_exceptions, 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 127 #undef DEFINE_EVENT_FN
|
H A D | trace_events.h | 78 #undef DEFINE_EVENT_FN 79 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ macro
|
/linux/include/trace/events/ |
H A D | mmap_lock.h |
|
/linux/samples/trace_events/ |
H A D | trace-events-sample.h | 501 * DEFINE_EVENT_FN(template, name, proto, args, reg, unreg); 536 DEFINE_EVENT_FN(foo_template, foo_with_template_fn,
|
/linux/include/linux/ |
H A D | tracepoint.h | 601 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ macro
|