Home
last modified time | relevance | path

Searched refs:DEFINE_EVENT_PRINT (Results 1 – 12 of 12) sorted by relevance

/linux/include/trace/
H A Dtrace_events.h82 #undef DEFINE_EVENT_PRINT
83 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ macro
139 #undef DEFINE_EVENT_PRINT
140 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) macro
230 #undef DEFINE_EVENT_PRINT
231 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ macro
269 #undef DEFINE_EVENT_PRINT
270 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) macro
506 #undef DEFINE_EVENT_PRINT
507 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ macro
H A Ddefine_trace.h67 #undef DEFINE_EVENT_PRINT
68 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ macro
128 #undef DEFINE_EVENT_PRINT
H A Dperf.h106 #undef DEFINE_EVENT_PRINT
107 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ macro
H A Dbpf_probe.h116 #undef DEFINE_EVENT_PRINT
117 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ macro
/linux/drivers/gpu/drm/xe/
H A Dxe_trace_guc.h52 DEFINE_EVENT_PRINT(xe_guc_ct_flow_control, xe_guc_ct_g2h_flow_control,
93 DEFINE_EVENT_PRINT(xe_guc_ctb, xe_guc_ctb_g2h,
/linux/samples/trace_events/
H A Dtrace-events-sample.h549 * to have a different output, then use DEFINE_EVENT_PRINT() which
553 DEFINE_EVENT_PRINT(foo_template, foo_with_template_print,
/linux/drivers/misc/cxl/
H A Dtrace.h464 DEFINE_EVENT_PRINT(cxl_afu_psl_ctrl, cxl_psl_ctrl,
475 DEFINE_EVENT_PRINT(cxl_afu_psl_ctrl_done, cxl_psl_ctrl_done,
/linux/net/ieee802154/
H A Dtrace.h189 DEFINE_EVENT_PRINT(802154_le16_template, 802154_rdev_set_short_addr,
/linux/net/tipc/
H A Dtrace.h319 DEFINE_EVENT_PRINT(tipc_link_transmq_class, tipc_link_bc_ack,
/linux/include/trace/events/
H A Dpower.h460 DEFINE_EVENT_PRINT(pm_qos_update, pm_qos_update_flags,
H A Dfirewire.h166 DEFINE_EVENT_PRINT(async_inbound_template, async_request_inbound,
188 DEFINE_EVENT_PRINT(async_outbound_initiate_template, async_response_outbound_initiate,
/linux/include/linux/
H A Dtracepoint.h603 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ macro