Searched refs:DECLARE_TRACE (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/trace/ |
H A D | define_trace.h | 71 #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 D | bpf_probe.h | 107 #undef DECLARE_TRACE 108 #define DECLARE_TRACE(call, proto, args) \ macro
|
/openbmc/linux/include/linux/ |
H A D | tracepoint.h | 145 #ifndef DECLARE_TRACE 431 #define DECLARE_TRACE(name, proto, args) \ macro 555 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 557 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 559 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 566 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 569 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
|
/openbmc/linux/include/trace/events/ |
H A D | sched.h | 746 DECLARE_TRACE(pelt_cfs_tp, 750 DECLARE_TRACE(pelt_rt_tp, 754 DECLARE_TRACE(pelt_dl_tp, 758 DECLARE_TRACE(pelt_thermal_tp, 762 DECLARE_TRACE(pelt_irq_tp, 766 DECLARE_TRACE(pelt_se_tp, 770 DECLARE_TRACE(sched_cpu_capacity_tp, 774 DECLARE_TRACE(sched_overutilized_tp, 778 DECLARE_TRACE(sched_util_est_cfs_tp, 782 DECLARE_TRACE(sched_util_est_se_tp, [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/ |
H A D | bpf_testmod-events.h | 32 DECLARE_TRACE(bpf_testmod_test_write_bare, 43 DECLARE_TRACE(call, PARAMS(proto), PARAMS(args))
|
/openbmc/linux/Documentation/trace/ |
H A D | tracepoints.rst | 55 DECLARE_TRACE(subsys_eventname,
|