Searched refs:DECLARE_TRACE (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/trace/ |
H A D | define_trace.h | 71 #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
|
/kernel/linux/linux-6.6/include/trace/ |
H A D | define_trace.h | 71 #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 D | bpf_probe.h | 107 #undef DECLARE_TRACE macro 108 #define DECLARE_TRACE(call, proto, args) \ macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tracepoint.h | 138 * Note: we keep the TRACE_EVENT and DECLARE_TRACE outside the include 145 #ifndef DECLARE_TRACE 419 #define DECLARE_TRACE(name, proto, args) \ macro 435 #endif /* DECLARE_TRACE */ 545 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 547 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 549 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 556 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 559 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tracepoint.h | 138 * Note: we keep the TRACE_EVENT and DECLARE_TRACE outside the include 145 #ifndef DECLARE_TRACE 431 #define DECLARE_TRACE(name, proto, args) \ macro 445 #endif /* DECLARE_TRACE */ 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))
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | sched.h | 773 DECLARE_TRACE(pelt_cfs_tp, 777 DECLARE_TRACE(pelt_rt_tp, 781 DECLARE_TRACE(pelt_dl_tp, 785 DECLARE_TRACE(pelt_thermal_tp, 789 DECLARE_TRACE(pelt_irq_tp, 793 DECLARE_TRACE(pelt_se_tp, 797 DECLARE_TRACE(sched_cpu_capacity_tp, 801 DECLARE_TRACE(sched_overutilized_tp, 805 DECLARE_TRACE(sched_util_est_cfs_tp, 809 DECLARE_TRACE(sched_util_est_se_t [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sched.h | 858 DECLARE_TRACE(pelt_cfs_tp, 862 DECLARE_TRACE(pelt_rt_tp, 866 DECLARE_TRACE(pelt_dl_tp, 870 DECLARE_TRACE(pelt_thermal_tp, 874 DECLARE_TRACE(pelt_irq_tp, 878 DECLARE_TRACE(pelt_se_tp, 882 DECLARE_TRACE(sched_cpu_capacity_tp, 886 DECLARE_TRACE(sched_overutilized_tp, 890 DECLARE_TRACE(sched_util_est_cfs_tp, 894 DECLARE_TRACE(sched_util_est_se_t [all...] |
/kernel/linux/linux-6.6/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))
|
/kernel/linux/linux-5.10/include/trace/hooks/ |
H A D | vendor_hooks.h | 7 #define DECLARE_HOOK DECLARE_TRACE
|
Completed in 4 milliseconds