Searched refs:DEFINE_EVENT_PRINT (Results 1 – 12 of 12) sorted by relevance
/linux/include/trace/ |
H A D | trace_events.h | 82 #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 D | define_trace.h | 67 #undef DEFINE_EVENT_PRINT 68 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ macro 128 #undef DEFINE_EVENT_PRINT
|
H A D | perf.h | 106 #undef DEFINE_EVENT_PRINT 107 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ macro
|
H A D | bpf_probe.h | 116 #undef DEFINE_EVENT_PRINT 117 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ macro
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_trace_guc.h | 52 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 D | trace-events-sample.h | 549 * 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 D | trace.h | 464 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 D | trace.h | 189 DEFINE_EVENT_PRINT(802154_le16_template, 802154_rdev_set_short_addr,
|
/linux/net/tipc/ |
H A D | trace.h | 319 DEFINE_EVENT_PRINT(tipc_link_transmq_class, tipc_link_bc_ack,
|
/linux/include/trace/events/ |
H A D | power.h | 460 DEFINE_EVENT_PRINT(pm_qos_update, pm_qos_update_flags,
|
H A D | firewire.h | 166 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 D | tracepoint.h | 603 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ macro
|