Searched refs:DECLARE_TRACE (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/include/trace/ |
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
|
A D | bpf_probe.h | 105 #undef DECLARE_TRACE 106 #define DECLARE_TRACE(call, proto, args) \ macro
|
/linux-6.3-rc2/include/trace/events/ |
A D | sched.h | 694 DECLARE_TRACE(pelt_cfs_tp, 698 DECLARE_TRACE(pelt_rt_tp, 702 DECLARE_TRACE(pelt_dl_tp, 706 DECLARE_TRACE(pelt_thermal_tp, 710 DECLARE_TRACE(pelt_irq_tp, 714 DECLARE_TRACE(pelt_se_tp, 718 DECLARE_TRACE(sched_cpu_capacity_tp, 722 DECLARE_TRACE(sched_overutilized_tp, 726 DECLARE_TRACE(sched_util_est_cfs_tp, 730 DECLARE_TRACE(sched_util_est_se_tp, [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | tracepoint.h | 145 #ifndef DECLARE_TRACE 429 #define DECLARE_TRACE(name, proto, args) \ macro 553 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 555 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 557 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 564 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 567 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
|
/linux-6.3-rc2/tools/testing/selftests/bpf/bpf_testmod/ |
A D | bpf_testmod-events.h | 32 DECLARE_TRACE(bpf_testmod_test_write_bare, 43 DECLARE_TRACE(call, PARAMS(proto), PARAMS(args))
|
/linux-6.3-rc2/Documentation/trace/ |
A D | tracepoints.rst | 55 DECLARE_TRACE(subsys_eventname,
|
Completed in 8 milliseconds