Home
last modified time | relevance | path

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

/include/trace/events/
A 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))
A 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/
A Dtrace_events.h74 #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 Dbpf_probe.h75 #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 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, \
A Dperf.h99 #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 Ddefine_trace.h57 #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 Ddefine_custom_trace.h30 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
/include/linux/iio/
A Dadc-helpers.h23 const struct iio_chan_spec *template,
/include/media/
A Ddvbdev.h207 const struct dvb_device *template; member
261 const struct dvb_device *template,
/include/linux/
A Dtracepoint.h607 #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 Dnvme-fc-driver.h522 struct nvme_fc_port_template *template,
997 struct nvmet_fc_target_template *template,
A Dmsi.h646 const struct msi_domain_template *template,
A Dtrace_events.h968 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
/include/sound/
A Dac97_codec.h317 int snd_ac97_mixer(struct snd_ac97_bus *bus, struct snd_ac97_template *template,

Completed in 752 milliseconds