29#ifndef _LOS_SCHED_DEBUG_PRI_H
30#define _LOS_SCHED_DEBUG_PRI_H
39#ifdef LOSCFG_KERNEL_SMP
48#ifdef LOSCFG_KERNEL_SMP
63#ifdef LOSCFG_KERNEL_SMP
73#ifdef LOSCFG_KERNEL_SMP
83#ifdef LOSCFG_KERNEL_SMP
#define LOSCFG_KERNEL_CORE_NUM
Definition los_config.h:258
UINT32 OsSchedStatCpuInfoGet(SchedStatCpuInfo *info, UINT32 cpuId)
VOID OsSchedStatResume(VOID)
VOID OsSchedStatStop(VOID)
VOID OsSchedStatPause(VOID)
VOID OsSchedStatInfo(VOID)
VOID OsSchedStatHwi(size_t intNum)
VOID OsSchedStatStart(VOID)
UINT32 OsSchedStatTaskInfoGet(SchedStatTaskInfo *info, UINT32 taskId)
unsigned long long UINT64
Definition los_typedef.h:72
#define VOID
Definition los_typedef.h:88
unsigned int UINT32
Definition los_typedef.h:52
double DOUBLE
Definition los_typedef.h:57
char CHAR
Definition los_typedef.h:58
Definition los_sched_debug_pri.h:36
UINT32 contextSwitch
Definition los_sched_debug_pri.h:38
UINT64 runtime
Definition los_sched_debug_pri.h:37
Definition los_sched_debug_pri.h:54
DOUBLE passTime
Definition los_sched_debug_pri.h:55
DOUBLE hiTaskAvgRunTime
Definition los_sched_debug_pri.h:62
UINT32 hiTaskSwiNum
Definition los_sched_debug_pri.h:61
DOUBLE hiTaskTimePercent
Definition los_sched_debug_pri.h:60
UINT32 taskSwiNum
Definition los_sched_debug_pri.h:57
DOUBLE noIdleTaskSwiAvgPri
Definition los_sched_debug_pri.h:59
DOUBLE idleTaskTimePercent
Definition los_sched_debug_pri.h:56
UINT32 hwiNum
Definition los_sched_debug_pri.h:58
Definition los_sched_debug_pri.h:69
DOUBLE cpuRunTime
Definition los_sched_debug_pri.h:71
UINT32 cpuId
Definition los_sched_debug_pri.h:70
UINT32 cpuTaskSwiNum
Definition los_sched_debug_pri.h:72
Definition los_sched_debug_pri.h:78
UINT32 taskUseCpuNum
Definition los_sched_debug_pri.h:86
DOUBLE passTime
Definition los_sched_debug_pri.h:80
CHAR * taskName
Definition los_sched_debug_pri.h:79
DOUBLE allRuntime
Definition los_sched_debug_pri.h:81
UINT32 allTaskSwiNum
Definition los_sched_debug_pri.h:82
Definition los_sched_debug_pri.h:44
UINT32 allContextSwitch
Definition los_sched_debug_pri.h:47
UINT64 allRuntime
Definition los_sched_debug_pri.h:46
UINT64 startRuntime
Definition los_sched_debug_pri.h:45