/include/trace/events/ |
D | bpf_test_run.h | 29 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument 30 DEFINE_EVENT_WRITABLE(template, call, PARAMS(proto), \ 34 #define BPF_TEST_RUN_DEFINE_EVENT(template, call, proto, args, size) \ argument 35 DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args))
|
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/ |
D | trace_events.h | 61 #define DEFINE_EVENT(template, name, proto, args) \ argument 66 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 67 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args)) 70 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 71 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args)) 121 #define DEFINE_EVENT(template, name, proto, args) argument 124 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument 212 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument 217 struct trace_event_raw_##template *field; \ 248 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument [all …]
|
D | bpf_probe.h | 62 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument 65 check_trace_callback_type_##call(__bpf_trace_##template); \ 75 .bpf_func = __bpf_trace_##template, \ 95 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument 97 __DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args), size) 100 #define DEFINE_EVENT(template, call, proto, args) \ argument 101 __DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args), 0) 104 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 105 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
|
D | perf.h | 64 #define DEFINE_EVENT(template, call, proto, args) \ argument 67 check_trace_callback_type_##call(perf_trace_##template); \ 72 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 73 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
|
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, \
|
D | define_trace.h | 53 #define DEFINE_EVENT_NOP(template, name, proto, args) argument 56 #define DEFINE_EVENT(template, name, proto, args) \ argument 60 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 64 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 68 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument 69 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
|
D | define_custom_trace.h | 30 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
|
/include/linux/ |
D | tracepoint.h | 554 #define DEFINE_EVENT(template, name, proto, args) \ argument 556 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument 558 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 560 #define DEFINE_EVENT_CONDITION(template, name, proto, \ argument 595 #define DEFINE_EVENT_NOP(template, name, proto, args) \ argument
|
D | nvme-fc-driver.h | 522 struct nvme_fc_port_template *template, 993 struct nvmet_fc_target_template *template,
|
D | msi.h | 600 const struct msi_domain_template *template,
|
D | trace_events.h | 975 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
|
D | pci.h | 1691 bool pci_create_ims_domain(struct pci_dev *pdev, const struct msi_domain_template *template, 1761 const struct msi_domain_template *template, in pci_create_ims_domain() argument
|
/include/media/ |
D | dvbdev.h | 207 const struct dvb_device *template; member 261 const struct dvb_device *template,
|
/include/sound/ |
D | ac97_codec.h | 317 int snd_ac97_mixer(struct snd_ac97_bus *bus, struct snd_ac97_template *template,
|