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

123456789

/linux-master/include/trace/events/
H A Drpcgss.h111 DEFINE_EVENT(rpcgss_gssapi_event, rpcgss_##name, \
166 DEFINE_EVENT(rpcgss_ctx_class, rpcgss_ctx_##name, \
202 DEFINE_EVENT(rpcgss_svc_gssapi_class, rpcgss_svc_##name, \
512 DEFINE_EVENT(rpcgss_svc_seqno_class, rpcgss_svc_seqno_##name, \
H A Dsock.h299 DEFINE_EVENT(sock_msg_length, sock_send_length,
305 DEFINE_EVENT(sock_msg_length, sock_recv_length,
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/samples/trace_events/
H A Dtrace-events-sample.h482 * tracepoint. Then DEFINE_EVENT() is use to hook a tracepoint to those
483 * functions. This DEFINE_EVENT() is an instance of the class and can
485 * or other DEFINE_EVENT()s).
491 * DEFINE_EVENT(name, name, proto, args)
493 * The DEFINE_EVENT() also can be declared with conditions and reg functions:
521 DEFINE_EVENT(foo_template, foo_with_template_simple,
538 * the same output, use the DECLARE_EVENT_CLASS() and DEFINE_EVENT()
/linux-master/drivers/block/rnbd/
H A Drnbd-srv-trace.h40 DEFINE_EVENT(rnbd_srv_link_class, name, \
/linux-master/include/linux/
H A Dtracepoint.h556 #define DEFINE_EVENT(template, name, proto, args) \ macro
/linux-master/scripts/
H A Dkernel-doc1860 if ($prototype =~ m/DEFINE_EVENT\((.*?),(.*?),/) {
1934 if ($prototype =~ /TRACE_EVENT/ || $prototype =~ /DEFINE_EVENT/ ||

Completed in 278 milliseconds

123456789