Searched refs:DECLARE_TRACE (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod-events.h32 DECLARE_TRACE(bpf_testmod_test_write_bare,
43 DECLARE_TRACE(call, PARAMS(proto), PARAMS(args))
/linux-master/include/trace/
H A Ddefine_trace.h71 #undef DECLARE_TRACE macro
72 #define DECLARE_TRACE(name, proto, args) \ macro
97 /* Make all open coded DECLARE_TRACE nops */
98 #undef DECLARE_TRACE macro
99 #define DECLARE_TRACE(name, proto, args) macro
119 #undef DECLARE_TRACE macro
H A Dbpf_probe.h107 #undef DECLARE_TRACE macro
108 #define DECLARE_TRACE(call, proto, args) \ macro
/linux-master/include/trace/events/
H A Dsched.h743 DECLARE_TRACE(pelt_cfs_tp,
747 DECLARE_TRACE(pelt_rt_tp,
751 DECLARE_TRACE(pelt_dl_tp,
755 DECLARE_TRACE(pelt_thermal_tp,
759 DECLARE_TRACE(pelt_irq_tp,
763 DECLARE_TRACE(pelt_se_tp,
767 DECLARE_TRACE(sched_cpu_capacity_tp,
771 DECLARE_TRACE(sched_overutilized_tp,
775 DECLARE_TRACE(sched_util_est_cfs_tp,
779 DECLARE_TRACE(sched_util_est_se_t
[all...]
/linux-master/include/linux/
H A Dtracepoint.h138 * Note: we keep the TRACE_EVENT and DECLARE_TRACE outside the include
145 #ifndef DECLARE_TRACE
433 #define DECLARE_TRACE(name, proto, args) \ macro
447 #endif /* DECLARE_TRACE */
557 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
559 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
561 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
568 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
571 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))

Completed in 142 milliseconds