/include/trace/ |
D | define_trace.h | 44 #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))
|
D | trace_events.h | 107 #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 …]
|
D | perf.h | 80 #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/ |
D | tracepoint.h | 486 #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/ |
D | ac97_codec.h | 565 int snd_ac97_mixer(struct snd_ac97_bus *bus, struct snd_ac97_template *template,
|