Searched refs:DECLARE_TRACE (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | sched.h | 636 DECLARE_TRACE(pelt_cfs_tp, 640 DECLARE_TRACE(pelt_rt_tp, 644 DECLARE_TRACE(pelt_dl_tp, 648 DECLARE_TRACE(pelt_thermal_tp, 652 DECLARE_TRACE(pelt_irq_tp, 656 DECLARE_TRACE(pelt_se_tp, 660 DECLARE_TRACE(sched_cpu_capacity_tp, 664 DECLARE_TRACE(sched_overutilized_tp, 668 DECLARE_TRACE(sched_util_est_cfs_tp, 672 DECLARE_TRACE(sched_util_est_se_tp, [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tracepoint.h | 145 #ifndef DECLARE_TRACE 422 #define DECLARE_TRACE(name, proto, args) \ macro 548 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 550 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 552 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 559 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) 562 DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
|
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | vendor_hooks.h | 16 #define DECLARE_HOOK DECLARE_TRACE
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | tracepoints.rst | 55 DECLARE_TRACE(subsys_eventname,
|