Home
last modified time | relevance | path

Searched refs:hwiCpup1s (Results 1 - 2 of 2) sorted by relevance

/kernel/liteos_a/shell/full/src/cmds/
H A Dhwi_shellcmd.c48 STATIC VOID ShellCmdHwiInfoShow(OsIrqCpupCB *irqData, CPUP_INFO_S *hwiCpup1s, in ShellCmdHwiInfoShow() argument
82 hwiCpup1s[index].usage / CPUP_PRECISION_MULT, hwiCpup1s[index].usage % CPUP_PRECISION_MULT, in ShellCmdHwiInfoShow()
106 CPUP_INFO_S *hwiCpup1s = (CPUP_INFO_S *)(irqCpup + 2 * IRQ_CPUP_INFO_SIZE); /* 2: offset */ in OsShellCmdHwi() local
111 (VOID)LOS_GetAllIrqCpuUsage(CPUP_LAST_ONE_SECONDS, hwiCpup1s, IRQ_CPUP_INFO_SIZE); in OsShellCmdHwi()
114 ShellCmdHwiInfoShow(irqData, hwiCpup1s, hwiCpup10s, hwiCpupAll); in OsShellCmdHwi()
/kernel/liteos_m/components/debugtools/
H A Dlos_hwidump.c49 STATIC VOID ShellCmdHwiInfoShow(OsIrqCpupCB *irqData, CPUP_INFO_S *hwiCpup1s, in ShellCmdHwiInfoShow() argument
88 hwiCpup1s[i].uwUsage / CPUP_PRECISION_MULT, hwiCpup1s[i].uwUsage % CPUP_PRECISION_MULT, in ShellCmdHwiInfoShow()
105 CPUP_INFO_S *hwiCpup1s = (CPUP_INFO_S *)(hwiCpup10s + IRQ_CPUP_INFO_SIZE); in HwiInfoDump() local
108 (VOID)LOS_GetAllIrqCpuUsage(CPUP_IN_1S, hwiCpup1s); in HwiInfoDump()
112 ShellCmdHwiInfoShow(irqData, hwiCpup1s, hwiCpup10s); in HwiInfoDump()

Completed in 2 milliseconds