/include/trace/ |
D | define_trace.h | 50 #define DEFINE_EVENT(template, name, proto, args) \ argument 54 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 58 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 62 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument 63 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
|
D | trace_events.h | 121 #define DEFINE_EVENT(template, name, proto, args) \ argument 126 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 127 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args)) 130 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 131 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args)) 209 #define DEFINE_EVENT(template, name, proto, args) argument 212 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 213 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args)) 369 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument 374 struct trace_event_raw_##template *field; \ [all …]
|
D | perf.h | 79 #define DEFINE_EVENT(template, call, proto, args) \ argument 82 check_trace_callback_type_##call(perf_trace_##template); \ 87 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 88 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
|
/include/linux/ |
D | tracepoint.h | 476 #define DEFINE_EVENT(template, name, proto, args) \ argument 478 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument 480 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 482 #define DEFINE_EVENT_CONDITION(template, name, proto, \ argument
|
D | nvme-fc-driver.h | 441 struct nvme_fc_port_template *template, 876 struct nvmet_fc_target_template *template,
|
/include/sound/ |
D | ac97_codec.h | 568 int snd_ac97_mixer(struct snd_ac97_bus *bus, struct snd_ac97_template *template,
|