Home
last modified time | relevance | path

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

/include/trace/
Ddefine_trace.h50 #define DEFINE_EVENT(template, name, proto, args) \ argument
54 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
58 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
62 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
63 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
Dtrace_events.h121 #define DEFINE_EVENT(template, name, proto, args) \ argument
126 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
127 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
130 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
131 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
209 #define DEFINE_EVENT(template, name, proto, args) argument
212 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
213 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
369 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
374 struct trace_event_raw_##template *field; \
[all …]
Dperf.h79 #define DEFINE_EVENT(template, call, proto, args) \ argument
82 check_trace_callback_type_##call(perf_trace_##template); \
87 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
88 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
/include/linux/
Dtracepoint.h476 #define DEFINE_EVENT(template, name, proto, args) \ argument
478 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument
480 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
482 #define DEFINE_EVENT_CONDITION(template, name, proto, \ argument
Dnvme-fc-driver.h441 struct nvme_fc_port_template *template,
876 struct nvmet_fc_target_template *template,
/include/sound/
Dac97_codec.h568 int snd_ac97_mixer(struct snd_ac97_bus *bus, struct snd_ac97_template *template,