Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/
Ddefine_trace.h61 #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/
Dtrace-events-sample.h454 DEFINE_EVENT_CONDITION(foo_template, foo_with_template_cond,
/Linux-v4.19/include/trace/events/
Df2fs.h1002 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/
Dtracepoint.h528 #define DEFINE_EVENT_CONDITION(template, name, proto, \ macro