Searched refs:LOS_GetAllIrqCpuUsage (Results 1 - 8 of 8) sorted by relevance
/kernel/liteos_a/testsuites/kernel/sample/kernel_extend/cpup/ |
H A D | It_extend_cpup.c | 57 (VOID)LOS_GetAllIrqCpuUsage(CPUP_LAST_ONE_SECONDS, g_testPstHwiCpup1s, size); in TestGetSingleHwiCpup() 62 (VOID)LOS_GetAllIrqCpuUsage(CPUP_LAST_TEN_SECONDS, g_testPstHwiCpup10s, size); in TestGetSingleHwiCpup() 69 (VOID)LOS_GetAllIrqCpuUsage(CPUP_ALL_TIME, g_testPstHwiCpupAll, size); in TestGetSingleHwiCpup()
|
/kernel/liteos_a/shell/full/src/cmds/ |
H A D | hwi_shellcmd.c | 109 (VOID)LOS_GetAllIrqCpuUsage(CPUP_ALL_TIME, hwiCpupAll, IRQ_CPUP_INFO_SIZE); in OsShellCmdHwi() 110 (VOID)LOS_GetAllIrqCpuUsage(CPUP_LAST_TEN_SECONDS, hwiCpup10s, IRQ_CPUP_INFO_SIZE); in OsShellCmdHwi() 111 (VOID)LOS_GetAllIrqCpuUsage(CPUP_LAST_ONE_SECONDS, hwiCpup1s, IRQ_CPUP_INFO_SIZE); in OsShellCmdHwi()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_extend/cpup/full/ |
H A D | It_extend_cpup_011.c | 57 ret = LOS_GetAllIrqCpuUsage(CPUP_LAST_ONE_SECONDS, cpup, cpupInfoLen); in Testcase() 63 ret = LOS_GetAllIrqCpuUsage(CPUP_LAST_TEN_SECONDS, cpup, cpupInfoLen); in Testcase() 69 ret = LOS_GetAllIrqCpuUsage(CPUP_ALL_TIME, cpup, cpupInfoLen); in Testcase()
|
/kernel/liteos_m/components/debugtools/ |
H A D | los_hwidump.c | 108 (VOID)LOS_GetAllIrqCpuUsage(CPUP_IN_1S, hwiCpup1s);
in HwiInfoDump() 109 (VOID)LOS_GetAllIrqCpuUsage(CPUP_IN_10S, hwiCpup10s);
in HwiInfoDump()
|
/kernel/liteos_a/kernel/include/ |
H A D | los_cpup.h | 285 extern UINT32 LOS_GetAllIrqCpuUsage(UINT16 mode, CPUP_INFO_S *cpupInfo, UINT32 len);
|
/kernel/liteos_m/components/cpup/ |
H A D | los_cpup.h | 380 extern UINT32 LOS_GetAllIrqCpuUsage(UINT16 mode, CPUP_INFO_S *cpupInfo);
|
H A D | los_cpup.c | 709 LITE_OS_SEC_TEXT_MINOR UINT32 LOS_GetAllIrqCpuUsage(UINT16 mode, CPUP_INFO_S *cpupInfo)
in LOS_GetAllIrqCpuUsage() function
|
/kernel/liteos_a/kernel/extended/cpup/ |
H A D | los_cpup.c | 599 LITE_OS_SEC_TEXT_MINOR UINT32 LOS_GetAllIrqCpuUsage(UINT16 mode, CPUP_INFO_S *cpupInfo, UINT32 len) in LOS_GetAllIrqCpuUsage() function
|
Completed in 4 milliseconds