| /include/trace/events/ |
| A D | bpf_test_run.h | 46 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument 47 DEFINE_EVENT_WRITABLE(template, call, PARAMS(proto), \ 51 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument 52 DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args))
|
| A D | nbd.h | 85 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument 86 DEFINE_EVENT_WRITABLE(template, call, PARAMS(proto), \ 90 #define NBD_DEFINE_EVENT(template, call, proto, args, size) \ argument 91 DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args))
|
| /include/trace/ |
| A D | trace_events.h | 74 #define DEFINE_EVENT(template, name, proto, args) \ argument 80 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args)) 84 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args)) 137 #define DEFINE_EVENT(template, name, proto, args) argument 236 struct trace_event_raw_##template *field; \ 462 #define DEFINE_EVENT(template, call, proto, args) \ argument 492 #define DEFINE_EVENT(template, call, proto, args) \ argument 495 .class = &event_class_##template, \ 499 .event.funcs = &trace_event_type_funcs_##template, \ 500 .print_fmt = print_fmt_##template, \ [all …]
|
| A D | bpf_probe.h | 75 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument 78 check_trace_callback_type_##call(__bpf_trace_##template); \ 88 .bpf_func = __bpf_trace_##template, \ 108 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument 110 __DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args), size) 113 #define DEFINE_EVENT(template, call, proto, args) \ argument 114 __DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args), 0) 117 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 118 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
|
| A D | trace_custom_events.h | 51 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) \ argument 68 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument 175 #define DEFINE_CUSTOM_EVENT(template, call, proto, args) \ argument 178 check_trace_callback_type_##call(trace_custom_event_raw_event_##template); \ 200 #define DEFINE_CUSTOM_EVENT(template, call, proto, args) \ argument 204 .class = &custom_event_class_##template, \ 205 .event.funcs = &trace_custom_event_type_funcs_##template, \ 206 .print_fmt = custom_print_fmt_##template, \
|
| A D | perf.h | 99 #define DEFINE_EVENT(template, call, proto, args) \ argument 102 check_trace_callback_type_##call(perf_trace_##template); \ 107 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 108 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
|
| A D | define_trace.h | 57 #define DEFINE_EVENT_NOP(template, name, proto, args) argument 60 #define DEFINE_EVENT(template, name, proto, args) \ argument 64 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 68 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 72 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument 73 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
|
| A D | define_custom_trace.h | 30 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
|
| /include/linux/iio/ |
| A D | adc-helpers.h | 23 const struct iio_chan_spec *template,
|
| /include/media/ |
| A D | dvbdev.h | 207 const struct dvb_device *template; member 261 const struct dvb_device *template,
|
| /include/linux/ |
| A D | tracepoint.h | 607 #define DEFINE_EVENT(template, name, proto, args) \ argument 609 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument 611 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 613 #define DEFINE_EVENT_CONDITION(template, name, proto, \ argument 651 #define DEFINE_EVENT_NOP(template, name, proto, args) \ argument
|
| A D | nvme-fc-driver.h | 522 struct nvme_fc_port_template *template, 997 struct nvmet_fc_target_template *template,
|
| A D | msi.h | 646 const struct msi_domain_template *template,
|
| A D | trace_events.h | 968 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
|
| /include/sound/ |
| A D | ac97_codec.h | 317 int snd_ac97_mixer(struct snd_ac97_bus *bus, struct snd_ac97_template *template,
|