• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/

Lines Matching refs:template

28  * TRACE_EVENT is a one to one mapping between tracepoint and template.
70 #define DEFINE_EVENT(template, name, proto, args) \
75 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
76 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
126 #define DEFINE_EVENT(template, name, proto, args)
129 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
130 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
243 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \
249 struct ftrace_raw_##template *field; \
324 #define DEFINE_EVENT(template, name, proto, args)
327 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
328 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
372 #define DEFINE_EVENT(template, name, proto, args)
375 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
376 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))
427 * static struct ftrace_event_class __used event_class_<template> = {
440 * .class = event_class_<template>,
530 #define DEFINE_EVENT(template, call, proto, args) \
533 check_trace_callback_type_##call(ftrace_raw_event_##template); \
537 #define DEFINE_EVENT_PRINT(template, name, proto, args, print)
567 #define DEFINE_EVENT(template, call, proto, args) \
573 .class = &event_class_##template, \
574 .event.funcs = &ftrace_event_type_funcs_##template, \
575 .print_fmt = print_fmt_##template, \
579 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \
587 .class = &event_class_##template, \
732 #define DEFINE_EVENT(template, call, proto, args) \
735 check_trace_callback_type_##call(perf_trace_##template); \
740 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
741 DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args))