Searched refs:DEFINE_EVENT_FN (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/x86/include/asm/trace/ |
| 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, \
|
| A D | exceptions.h | 38 DEFINE_EVENT_FN(x86_exceptions, name, \
|
| /linux/include/trace/ |
| A D | define_trace.h | 59 #undef DEFINE_EVENT_FN 60 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ macro 115 #undef DEFINE_EVENT_FN
|
| A D | trace_events.h | 129 #undef DEFINE_EVENT_FN 130 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ macro
|
| /linux/include/trace/events/ |
| A D | mmap_lock.h | 43 DEFINE_EVENT_FN(mmap_lock, name, \
|
| /linux/samples/trace_events/ |
| A D | trace-events-sample.h | 487 DEFINE_EVENT_FN(foo_template, foo_with_template_fn,
|
| /linux/include/linux/ |
| A D | tracepoint.h | 543 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ macro
|
Completed in 12 milliseconds