Searched refs:DEFINE_EVENT_CONDITION (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/trace/ |
D | define_trace.h | 61 #undef DEFINE_EVENT_CONDITION 62 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ macro 109 #undef DEFINE_EVENT_CONDITION
|
/Linux-v4.19/samples/trace_events/ |
D | trace-events-sample.h | 454 DEFINE_EVENT_CONDITION(foo_template, foo_with_template_cond,
|
/Linux-v4.19/include/trace/events/ |
D | f2fs.h | 1002 DEFINE_EVENT_CONDITION(f2fs__submit_page_bio, f2fs_submit_page_bio, 1011 DEFINE_EVENT_CONDITION(f2fs__submit_page_bio, f2fs_submit_page_write, 1055 DEFINE_EVENT_CONDITION(f2fs__bio, f2fs_prepare_write_bio, 1064 DEFINE_EVENT_CONDITION(f2fs__bio, f2fs_prepare_read_bio, 1073 DEFINE_EVENT_CONDITION(f2fs__bio, f2fs_submit_read_bio, 1082 DEFINE_EVENT_CONDITION(f2fs__bio, f2fs_submit_write_bio,
|
/Linux-v4.19/include/linux/ |
D | tracepoint.h | 528 #define DEFINE_EVENT_CONDITION(template, name, proto, \ macro
|