Home
last modified time | relevance | path

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

/include/trace/events/
Dbpf_test_run.h46 #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))
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; \
251 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
[all …]
Dbpf_probe.h61 #define __DEFINE_EVENT(template, call, proto, args, size) \ argument
64 check_trace_callback_type_##call(__bpf_trace_##template); \
74 .bpf_func = __bpf_trace_##template, \
94 #define DEFINE_EVENT_WRITABLE(template, call, proto, args, size) \ argument
96 __DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args), size)
99 #define DEFINE_EVENT(template, call, proto, args) \ argument
100 __DEFINE_EVENT(template, call, PARAMS(proto), PARAMS(args), 0)
103 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
104 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/media/
Ddvbdev.h207 const struct dvb_device *template; member
261 const struct dvb_device *template,
/include/linux/
Dtracepoint.h595 #define DEFINE_EVENT(template, name, proto, args) \ argument
597 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument
599 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
601 #define DEFINE_EVENT_CONDITION(template, name, proto, \ argument
636 #define DEFINE_EVENT_NOP(template, name, proto, args) \ argument
Dnvme-fc-driver.h522 struct nvme_fc_port_template *template,
997 struct nvmet_fc_target_template *template,
Dmsi.h599 const struct msi_domain_template *template,
Dtrace_events.h1005 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
/include/sound/
Dac97_codec.h317 int snd_ac97_mixer(struct snd_ac97_bus *bus, struct snd_ac97_template *template,