Home
last modified time | relevance | path

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

/include/trace/
Ddefine_trace.h44 #define DEFINE_EVENT(template, name, proto, args) \ argument
48 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
52 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
56 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
57 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
Dtrace_events.h107 #define DEFINE_EVENT(template, name, proto, args) \ argument
112 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument
113 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
116 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
117 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
186 #define DEFINE_EVENT(template, name, proto, args) argument
189 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
190 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
330 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument
335 struct trace_event_raw_##template *field; \
[all …]
Dperf.h80 #define DEFINE_EVENT(template, call, proto, args) \ argument
83 check_trace_callback_type_##call(perf_trace_##template); \
88 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
89 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
/include/linux/
Dtracepoint.h486 #define DEFINE_EVENT(template, name, proto, args) \ argument
488 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument
490 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
492 #define DEFINE_EVENT_CONDITION(template, name, proto, \ argument
/include/sound/
Dac97_codec.h565 int snd_ac97_mixer(struct snd_ac97_bus *bus, struct snd_ac97_template *template,