Searched refs:DEFINE_EVENT (Results 201 - 207 of 207) sorted by relevance

123456789

/linux-master/include/trace/events/
H A Dscsi.h322 DEFINE_EVENT(scsi_cmd_done_timeout_template, scsi_dispatch_cmd_done,
326 DEFINE_EVENT(scsi_cmd_done_timeout_template, scsi_dispatch_cmd_timeout,
H A Ddlm.h383 DEFINE_EVENT(dlm_rcom_template, dlm_send_rcom,
387 DEFINE_EVENT(dlm_rcom_template, dlm_recv_rcom,
625 DEFINE_EVENT(dlm_plock_template, dlm_plock_read,
628 DEFINE_EVENT(dlm_plock_template, dlm_plock_write,
H A Dkmem.h235 DEFINE_EVENT(mm_page, mm_page_alloc_zone_locked,
/linux-master/drivers/block/rnbd/
H A Drnbd-srv-trace.h40 DEFINE_EVENT(rnbd_srv_link_class, name, \
/linux-master/samples/trace_events/
H A Dtrace-events-sample.h481 * tracepoint. Then DEFINE_EVENT() is use to hook a tracepoint to those
482 * functions. This DEFINE_EVENT() is an instance of the class and can
484 * or other DEFINE_EVENT()s).
490 * DEFINE_EVENT(name, name, proto, args)
492 * The DEFINE_EVENT() also can be declared with conditions and reg functions:
520 DEFINE_EVENT(foo_template, foo_with_template_simple,
537 * the same output, use the DECLARE_EVENT_CLASS() and DEFINE_EVENT()
/linux-master/include/linux/
H A Dtracepoint.h556 #define DEFINE_EVENT(template, name, proto, args) \ macro
/linux-master/scripts/
H A Dkernel-doc1859 if ($prototype =~ m/DEFINE_EVENT\((.*?),(.*?),/) {
1933 if ($prototype =~ /TRACE_EVENT/ || $prototype =~ /DEFINE_EVENT/ ||

Completed in 137 milliseconds

123456789