Home
last modified time | relevance | path

Searched refs:LOS_GetAllIrqCpuUsage (Results 1 - 8 of 8) sorted by relevance

/kernel/liteos_a/testsuites/kernel/sample/kernel_extend/cpup/
H A DIt_extend_cpup.c57 (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 Dhwi_shellcmd.c109 (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 DIt_extend_cpup_011.c57 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 Dlos_hwidump.c108 (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 Dlos_cpup.h285 extern UINT32 LOS_GetAllIrqCpuUsage(UINT16 mode, CPUP_INFO_S *cpupInfo, UINT32 len);
/kernel/liteos_m/components/cpup/
H A Dlos_cpup.h380 extern UINT32 LOS_GetAllIrqCpuUsage(UINT16 mode, CPUP_INFO_S *cpupInfo);
H A Dlos_cpup.c709 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 Dlos_cpup.c599 LITE_OS_SEC_TEXT_MINOR UINT32 LOS_GetAllIrqCpuUsage(UINT16 mode, CPUP_INFO_S *cpupInfo, UINT32 len) in LOS_GetAllIrqCpuUsage() function

Completed in 4 milliseconds