Home
last modified time | relevance | path

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

/linux/include/trace/
H A Ddefine_trace.h71 #undef DECLARE_TRACE
72 #define DECLARE_TRACE(name, proto, args) \ macro
98 #undef DECLARE_TRACE
99 #define DECLARE_TRACE(name, proto, args) macro
119 #undef DECLARE_TRACE
H A Dbpf_probe.h106 #undef DECLARE_TRACE
107 #define DECLARE_TRACE(call, proto, args) \ macro
/linux/include/trace/events/
H A Dsched.h778 DECLARE_TRACE(pelt_cfs_tp,
782 DECLARE_TRACE(pelt_rt_tp,
786 DECLARE_TRACE(pelt_dl_tp,
790 DECLARE_TRACE(pelt_hw_tp,
794 DECLARE_TRACE(pelt_irq_tp,
798 DECLARE_TRACE(pelt_se_tp,
802 DECLARE_TRACE(sched_cpu_capacity_tp,
806 DECLARE_TRACE(sched_overutilized_tp,
810 DECLARE_TRACE(sched_util_est_cfs_tp,
814 DECLARE_TRACE(sched_util_est_se_tp,
[all …]
/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod-events.h32 DECLARE_TRACE(bpf_testmod_test_write_bare,
38 DECLARE_TRACE(bpf_testmod_test_nullable_bare,
49 DECLARE_TRACE(call, PARAMS(proto), PARAMS(args))
/linux/include/linux/
H A Dtracepoint.h157 * Note: we keep the TRACE_EVENT and DECLARE_TRACE outside the include
164 #ifndef DECLARE_TRACE
452 #define DECLARE_TRACE(name, proto, args) \
466 #endif /* DECLARE_TRACE */
576 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
578 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
580 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
587 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
590 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
432 #define DECLARE_TRACE( global() macro
/linux/Documentation/trace/
H A Dtracepoints.rst55 DECLARE_TRACE(subsys_eventname,