Home
last modified time | relevance | path

Searched refs:template (Results 1 – 15 of 15) sorted by relevance

/include/trace/events/
Dbpf_test_run.h29 #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))
Dnbd.h85 #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/
Dtrace_events.h61 #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 …]
Dbpf_probe.h62 #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))
Dperf.h64 #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))
Dtrace_custom_events.h51 #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, \
Ddefine_trace.h53 #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))
Ddefine_custom_trace.h30 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
/include/linux/
Dtracepoint.h554 #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
Dnvme-fc-driver.h522 struct nvme_fc_port_template *template,
993 struct nvmet_fc_target_template *template,
Dmsi.h600 const struct msi_domain_template *template,
Dtrace_events.h975 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
Dpci.h1691 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/
Ddvbdev.h207 const struct dvb_device *template; member
261 const struct dvb_device *template,
/include/sound/
Dac97_codec.h317 int snd_ac97_mixer(struct snd_ac97_bus *bus, struct snd_ac97_template *template,