Searched refs:DECLARE_TRACE (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/bpf/bpf_testmod/ |
H A D | bpf_testmod-events.h | 32 DECLARE_TRACE(bpf_testmod_test_write_bare, 38 DECLARE_TRACE(bpf_testmod_test_nullable_bare, 45 DECLARE_TRACE(bpf_testmod_test_raw_tp_null, 57 DECLARE_TRACE(call, PARAMS(proto), PARAMS(args))
|
/linux/include/trace/ |
H A D | define_trace.h | 75 #undef DECLARE_TRACE 76 #define DECLARE_TRACE(name, proto, args) \ macro 109 #undef DECLARE_TRACE 110 #define DECLARE_TRACE(name, proto, args) macro 131 #undef DECLARE_TRACE
|
H A D | bpf_probe.h | 120 #undef DECLARE_TRACE 121 #define DECLARE_TRACE(call, proto, args) \ macro
|
/linux/include/trace/events/ |
H A D | sched.h | 778 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/include/linux/ |
H A D | tracepoint.h | 177 #ifndef DECLARE_TRACE 472 #define DECLARE_TRACE(name, proto, args) \ macro 600 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 602 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 604 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 611 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 614 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
|
/linux/Documentation/trace/ |
H A D | tracepoints.rst | 55 DECLARE_TRACE(subsys_eventname,
|