Searched refs:hwiCpup10s (Results 1 - 2 of 2) sorted by relevance
/kernel/liteos_m/components/debugtools/ |
H A D | los_hwidump.c | 50 CPUP_INFO_S *hwiCpup10s)
in ShellCmdHwiInfoShow() 89 hwiCpup10s[i].uwUsage / CPUP_PRECISION_MULT, hwiCpup10s[i].uwUsage % CPUP_PRECISION_MULT,
in ShellCmdHwiInfoShow() 104 CPUP_INFO_S *hwiCpup10s = (CPUP_INFO_S *)(irqCpup);
in HwiInfoDump() local 105 CPUP_INFO_S *hwiCpup1s = (CPUP_INFO_S *)(hwiCpup10s + IRQ_CPUP_INFO_SIZE);
in HwiInfoDump() 109 (VOID)LOS_GetAllIrqCpuUsage(CPUP_IN_10S, hwiCpup10s);
in HwiInfoDump() 112 ShellCmdHwiInfoShow(irqData, hwiCpup1s, hwiCpup10s);
in HwiInfoDump() 49 ShellCmdHwiInfoShow(OsIrqCpupCB *irqData, CPUP_INFO_S *hwiCpup1s, CPUP_INFO_S *hwiCpup10s) ShellCmdHwiInfoShow() argument
|
/kernel/liteos_a/shell/full/src/cmds/ |
H A D | hwi_shellcmd.c | 49 CPUP_INFO_S *hwiCpup10s, CPUP_INFO_S *hwiCpupAll) in ShellCmdHwiInfoShow() 81 hwiCpup10s[index].usage / CPUP_PRECISION_MULT, hwiCpup10s[index].usage % CPUP_PRECISION_MULT, in ShellCmdHwiInfoShow() 105 CPUP_INFO_S *hwiCpup10s = (CPUP_INFO_S *)(irqCpup + IRQ_CPUP_INFO_SIZE); in OsShellCmdHwi() local 110 (VOID)LOS_GetAllIrqCpuUsage(CPUP_LAST_TEN_SECONDS, hwiCpup10s, IRQ_CPUP_INFO_SIZE); in OsShellCmdHwi() 114 ShellCmdHwiInfoShow(irqData, hwiCpup1s, hwiCpup10s, hwiCpupAll); in OsShellCmdHwi() 48 ShellCmdHwiInfoShow(OsIrqCpupCB *irqData, CPUP_INFO_S *hwiCpup1s, CPUP_INFO_S *hwiCpup10s, CPUP_INFO_S *hwiCpupAll) ShellCmdHwiInfoShow() argument
|
Completed in 2 milliseconds