/kernel/liteos_a/shell/full/src/cmds/ |
H A D | date_shellcmd.c | 84 PRINTK("date: invalid option or parameter.\n"); in OsCmdUsageDate() 85 PRINTK("Try 'date --help' for more information.\n"); in OsCmdUsageDate() 88 PRINTK("\nUsage: date [+FORMAT]\n"); in OsCmdUsageDate() 89 PRINTK(" or: date [-s] [YY/MM/DD] [hh:mm:ss]\n"); in OsCmdUsageDate() 90 PRINTK("Display the current time in the given FORMAT, or set the system date.\n"); in OsCmdUsageDate() 91 PRINTK("FORMAT controls the output. Interpreted sequences are:\n"); in OsCmdUsageDate() 92 PRINTK(" %%b The abbreviated month name according to the current locale.\n"); in OsCmdUsageDate() 93 PRINTK(" %%B The full month name according to the current locale.\n"); in OsCmdUsageDate() 94 PRINTK(" %%C The century number (year/100) as a 2-digit integer. (SU)\n"); in OsCmdUsageDate() 95 PRINTK(" in OsCmdUsageDate() [all...] |
/kernel/liteos_m/arch/risc-v/riscv32/gcc/ |
H A D | los_interrupt.c | 218 PRINTK("----- traceback start -----\n"); in ExcBackTrace() 223 PRINTK("traceback %d -- lr = 0x%x\n", index, LR[index]); in ExcBackTrace() 225 PRINTK("----- traceback end -----\n"); in ExcBackTrace() 232 PRINTK("mepc = 0x%x\n", taskContext->mepc); in ExcInfoDisplayContext() 233 PRINTK("mstatus = 0x%x\n", taskContext->mstatus); in ExcInfoDisplayContext() 234 PRINTK("mtval = 0x%x\n", exc->context->mtval); in ExcInfoDisplayContext() 235 PRINTK("mcause = 0x%x\n", exc->context->mcause); in ExcInfoDisplayContext() 236 PRINTK("ra = 0x%x\n", taskContext->ra); in ExcInfoDisplayContext() 237 PRINTK("sp = 0x%x\n", taskContext->sp); in ExcInfoDisplayContext() 238 PRINTK("g in ExcInfoDisplayContext() [all...] |
/kernel/liteos_m/arch/arm/arm9/gcc/ |
H A D | los_interrupt.c | 167 PRINTK("Type = %d\n", excInfo->type);
in OsExcTypeInfo() 168 PRINTK("ThrdPid = %d\n", excInfo->thrdPid);
in OsExcTypeInfo() 169 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]);
in OsExcTypeInfo() 170 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr);
in OsExcTypeInfo() 175 PRINTK("Current task info:\n");
in OsExcCurTaskInfo() 178 PRINTK("Task name = %s\n", taskCB->taskName);
in OsExcCurTaskInfo() 179 PRINTK("Task ID = %d\n", taskCB->taskID);
in OsExcCurTaskInfo() 180 PRINTK("Task SP = 0x%x\n", taskCB->stackPointer);
in OsExcCurTaskInfo() 181 PRINTK("Task ST = 0x%x\n", taskCB->topOfStack);
in OsExcCurTaskInfo() 182 PRINTK("Tas in OsExcCurTaskInfo() [all...] |
/kernel/liteos_m/arch/xtensa/lx6/gcc/ |
H A D | los_interrupt.c | 225 PRINTK("Type = %d\n", excInfo->type);
in OsExcTypeInfo() 226 PRINTK("ThrdPid = %d\n", excInfo->thrdPid);
in OsExcTypeInfo() 227 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]);
in OsExcTypeInfo() 228 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr);
in OsExcTypeInfo() 233 PRINTK("Current task info:\n");
in OsExcCurTaskInfo() 236 PRINTK("Task name = %s\n", taskCB->taskName);
in OsExcCurTaskInfo() 237 PRINTK("Task ID = %d\n", taskCB->taskID);
in OsExcCurTaskInfo() 238 PRINTK("Task SP = 0x%x\n", (UINTPTR)taskCB->stackPointer);
in OsExcCurTaskInfo() 239 PRINTK("Task ST = 0x%x\n", taskCB->topOfStack);
in OsExcCurTaskInfo() 240 PRINTK("Tas in OsExcCurTaskInfo() [all...] |
/kernel/liteos_m/arch/arm/cortex-m3/keil/ |
H A D | los_interrupt.c | 208 PRINTK("\r\nOS exception NVIC dump:\n");
in OsExcNvicDump() 212 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len);
in OsExcNvicDump() 215 PRINTK("0x%x ", *(base + j));
in OsExcNvicDump() 217 PRINTK("\n");
in OsExcNvicDump() 220 PRINTK("\n");
in OsExcNvicDump() 228 PRINTK("Type = %d\n", excInfo->type);
in OsExcTypeInfo() 229 PRINTK("ThrdPid = %d\n", excInfo->thrdPid);
in OsExcTypeInfo() 230 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]);
in OsExcTypeInfo() 231 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr);
in OsExcTypeInfo() 236 PRINTK("Curren in OsExcCurTaskInfo() [all...] |
/kernel/liteos_m/arch/arm/cortex-m33/gcc/NTZ/ |
H A D | los_interrupt.c | 210 PRINTK("\r\nOS exception NVIC dump:\n");
in OsExcNvicDump() 214 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len);
in OsExcNvicDump() 217 PRINTK("0x%x ", *(base + j));
in OsExcNvicDump() 219 PRINTK("\n");
in OsExcNvicDump() 222 PRINTK("\n");
in OsExcNvicDump() 230 PRINTK("Type = %d\n", excInfo->type);
in OsExcTypeInfo() 231 PRINTK("ThrdPid = %d\n", excInfo->thrdPid);
in OsExcTypeInfo() 232 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]);
in OsExcTypeInfo() 233 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr);
in OsExcTypeInfo() 238 PRINTK("Curren in OsExcCurTaskInfo() [all...] |
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/non_secure/ |
H A D | los_interrupt.c | 210 PRINTK("\r\nOS exception NVIC dump:\n");
in OsExcNvicDump() 214 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len);
in OsExcNvicDump() 217 PRINTK("0x%x ", *(base + j));
in OsExcNvicDump() 219 PRINTK("\n");
in OsExcNvicDump() 222 PRINTK("\n");
in OsExcNvicDump() 230 PRINTK("Type = %d\n", excInfo->type);
in OsExcTypeInfo() 231 PRINTK("ThrdPid = %d\n", excInfo->thrdPid);
in OsExcTypeInfo() 232 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]);
in OsExcTypeInfo() 233 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr);
in OsExcTypeInfo() 238 PRINTK("Curren in OsExcCurTaskInfo() [all...] |
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/ |
H A D | los_interrupt.c | 210 PRINTK("\r\nOS exception NVIC dump:\n");
in OsExcNvicDump() 214 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len);
in OsExcNvicDump() 217 PRINTK("0x%x ", *(base + j));
in OsExcNvicDump() 219 PRINTK("\n");
in OsExcNvicDump() 222 PRINTK("\n");
in OsExcNvicDump() 230 PRINTK("Type = %d\n", excInfo->type);
in OsExcTypeInfo() 231 PRINTK("ThrdPid = %d\n", excInfo->thrdPid);
in OsExcTypeInfo() 232 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]);
in OsExcTypeInfo() 233 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr);
in OsExcTypeInfo() 238 PRINTK("Curren in OsExcCurTaskInfo() [all...] |
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/ |
H A D | los_interrupt.c | 210 PRINTK("\r\nOS exception NVIC dump:\n");
in OsExcNvicDump() 214 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len);
in OsExcNvicDump() 217 PRINTK("0x%x ", *(base + j));
in OsExcNvicDump() 219 PRINTK("\n");
in OsExcNvicDump() 222 PRINTK("\n");
in OsExcNvicDump() 230 PRINTK("Type = %d\n", excInfo->type);
in OsExcTypeInfo() 231 PRINTK("ThrdPid = %d\n", excInfo->thrdPid);
in OsExcTypeInfo() 232 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]);
in OsExcTypeInfo() 233 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr);
in OsExcTypeInfo() 238 PRINTK("Curren in OsExcCurTaskInfo() [all...] |
/kernel/liteos_m/arch/arm/cortex-m4/gcc/ |
H A D | los_interrupt.c | 209 PRINTK("\r\nOS exception NVIC dump:\n");
in OsExcNvicDump() 213 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len);
in OsExcNvicDump() 216 PRINTK("0x%x ", *(base + j));
in OsExcNvicDump() 218 PRINTK("\n");
in OsExcNvicDump() 221 PRINTK("\n");
in OsExcNvicDump() 229 PRINTK("Type = %d\n", excInfo->type);
in OsExcTypeInfo() 230 PRINTK("ThrdPid = %d\n", excInfo->thrdPid);
in OsExcTypeInfo() 231 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]);
in OsExcTypeInfo() 232 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr);
in OsExcTypeInfo() 237 PRINTK("Curren in OsExcCurTaskInfo() [all...] |
/kernel/liteos_m/arch/arm/cortex-m4/iar/ |
H A D | los_interrupt.c | 209 PRINTK("\r\nOS exception NVIC dump:\n");
in OsExcNvicDump() 213 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len);
in OsExcNvicDump() 216 PRINTK("0x%x ", *(base + j));
in OsExcNvicDump() 218 PRINTK("\n");
in OsExcNvicDump() 221 PRINTK("\n");
in OsExcNvicDump() 229 PRINTK("Type = %d\n", excInfo->type);
in OsExcTypeInfo() 230 PRINTK("ThrdPid = %d\n", excInfo->thrdPid);
in OsExcTypeInfo() 231 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]);
in OsExcTypeInfo() 232 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr);
in OsExcTypeInfo() 237 PRINTK("Curren in OsExcCurTaskInfo() [all...] |
/kernel/liteos_m/arch/arm/cortex-m55/gcc/NTZ/ |
H A D | los_interrupt.c | 213 PRINTK("\r\nOS exception NVIC dump:\n");
in OsExcNvicDump() 217 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len);
in OsExcNvicDump() 220 PRINTK("0x%x ", *(base + j));
in OsExcNvicDump() 222 PRINTK("\n");
in OsExcNvicDump() 225 PRINTK("\n");
in OsExcNvicDump() 233 PRINTK("Type = %d\n", excInfo->type);
in OsExcTypeInfo() 234 PRINTK("ThrdPid = %d\n", excInfo->thrdPid);
in OsExcTypeInfo() 235 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]);
in OsExcTypeInfo() 236 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr);
in OsExcTypeInfo() 241 PRINTK("Curren in OsExcCurTaskInfo() [all...] |
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/non_secure/ |
H A D | los_interrupt.c | 210 PRINTK("\r\nOS exception NVIC dump:\n");
in OsExcNvicDump() 214 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len);
in OsExcNvicDump() 217 PRINTK("0x%x ", *(base + j));
in OsExcNvicDump() 219 PRINTK("\n");
in OsExcNvicDump() 222 PRINTK("\n");
in OsExcNvicDump() 230 PRINTK("Type = %d\n", excInfo->type);
in OsExcTypeInfo() 231 PRINTK("ThrdPid = %d\n", excInfo->thrdPid);
in OsExcTypeInfo() 232 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]);
in OsExcTypeInfo() 233 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr);
in OsExcTypeInfo() 238 PRINTK("Curren in OsExcCurTaskInfo() [all...] |
/kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/ |
H A D | los_interrupt.c | 210 PRINTK("\r\nOS exception NVIC dump:\n");
in OsExcNvicDump() 214 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len);
in OsExcNvicDump() 217 PRINTK("0x%x ", *(base + j));
in OsExcNvicDump() 219 PRINTK("\n");
in OsExcNvicDump() 222 PRINTK("\n");
in OsExcNvicDump() 230 PRINTK("Type = %d\n", excInfo->type);
in OsExcTypeInfo() 231 PRINTK("ThrdPid = %d\n", excInfo->thrdPid);
in OsExcTypeInfo() 232 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]);
in OsExcTypeInfo() 233 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr);
in OsExcTypeInfo() 238 PRINTK("Curren in OsExcCurTaskInfo() [all...] |
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/ |
H A D | los_interrupt.c | 211 PRINTK("\r\nOS exception NVIC dump:\n");
in OsExcNvicDump() 215 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len);
in OsExcNvicDump() 218 PRINTK("0x%x ", *(base + j));
in OsExcNvicDump() 220 PRINTK("\n");
in OsExcNvicDump() 223 PRINTK("\n");
in OsExcNvicDump() 231 PRINTK("Type = %d\n", excInfo->type);
in OsExcTypeInfo() 232 PRINTK("ThrdPid = %d\n", excInfo->thrdPid);
in OsExcTypeInfo() 233 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]);
in OsExcTypeInfo() 234 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr);
in OsExcTypeInfo() 239 PRINTK("Curren in OsExcCurTaskInfo() [all...] |
/kernel/liteos_m/arch/arm/cortex-m7/gcc/ |
H A D | los_interrupt.c | 208 PRINTK("\r\nOS exception NVIC dump:\n");
in OsExcNvicDump() 212 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len);
in OsExcNvicDump() 215 PRINTK("0x%x ", *(base + j));
in OsExcNvicDump() 217 PRINTK("\n");
in OsExcNvicDump() 220 PRINTK("\n");
in OsExcNvicDump() 228 PRINTK("Type = %d\n", excInfo->type);
in OsExcTypeInfo() 229 PRINTK("ThrdPid = %d\n", excInfo->thrdPid);
in OsExcTypeInfo() 230 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]);
in OsExcTypeInfo() 231 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr);
in OsExcTypeInfo() 236 PRINTK("Curren in OsExcCurTaskInfo() [all...] |
/kernel/liteos_m/arch/arm/cortex-m7/iar/ |
H A D | los_interrupt.c | 212 PRINTK("\r\nOS exception NVIC dump:\n");
in OsExcNvicDump() 216 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len);
in OsExcNvicDump() 219 PRINTK("0x%x ", *(base + j));
in OsExcNvicDump() 221 PRINTK("\n");
in OsExcNvicDump() 224 PRINTK("\n");
in OsExcNvicDump() 232 PRINTK("Type = %d\n", excInfo->type);
in OsExcTypeInfo() 233 PRINTK("ThrdPid = %d\n", excInfo->thrdPid);
in OsExcTypeInfo() 234 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]);
in OsExcTypeInfo() 235 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr);
in OsExcTypeInfo() 240 PRINTK("Curren in OsExcCurTaskInfo() [all...] |
/kernel/liteos_a/kernel/base/misc/ |
H A D | mempt_shellcmd.c | 66 PRINTK("\n 0x%lx :", alignAddr); in OsDumpMemByte() 72 PRINTK("%0+16lx ", *alignAddr); in OsDumpMemByte() 74 PRINTK("%0+8lx ", *alignAddr); in OsDumpMemByte() 87 PRINTK("\n"); in OsDumpMemByte() 98 PRINTK("\nUsage: memcheck\n"); in OsShellCmdMemCheck() 103 PRINTK("system memcheck over, all passed!\n"); in OsShellCmdMemCheck() 120 PRINTK("\r\n text data rodata bss\n"); in OsShellCmdSectionInfo() 122 PRINTK("Mem: %-9lu %-10lu %-10lu %-10lu\n", MEM_SIZE_TO_KB(textLen), MEM_SIZE_TO_KB(dataLen), in OsShellCmdSectionInfo() 125 PRINTK("Mem: %-9lu %-10lu %-10lu %-10lu\n", MEM_SIZE_TO_MB(textLen), MEM_SIZE_TO_MB(dataLen), in OsShellCmdSectionInfo() 128 PRINTK("Me in OsShellCmdSectionInfo() [all...] |
H A D | vm_shellcmd.c | 85 PRINTK("-a, print all vm address space information\n" in OsPrintUsage() 96 PRINTK("\tThe process [%d] not valid\n", pid); in OsDoDumpVm() 104 PRINTK("\tThe process [%d] not active\n", pid); in OsDoDumpVm() 123 PRINTK("%s: invalid option: %s\n", VMM_CMD, argv[0]); in OsShellCmdDumpVm() 135 PRINTK("pid vaddr(0x1000000~0x3e000000), print physical address of virtual address\n" in V2PPrintUsage() 155 PRINTK("vaddr %s invalid. should be in range(0x1000000~0x3e000000) \n", argv[1]); in OsShellCmdV2P() 165 PRINTK("vaddr %#x is not in range or mapped\n", vaddr); in OsShellCmdV2P() 167 PRINTK("vaddr %#x is paddr %#x\n", vaddr, paddr); in OsShellCmdV2P() 170 PRINTK("\tThe process [%d] not active\n", pid); in OsShellCmdV2P() 173 PRINTK("\tTh in OsShellCmdV2P() [all...] |
/kernel/liteos_a/kernel/extended/cpup/ |
H A D | cpup_shellcmd.c | 46 PRINTK("\nSysCpuUsage in 10s: "); in OsCmdCpupOperateOneParam() 48 PRINTK("\nSysCpuUsage in 1s: "); in OsCmdCpupOperateOneParam() 50 PRINTK("\nSysCpuUsage in all time: "); in OsCmdCpupOperateOneParam() 53 PRINTK("%u.%u\n", ret / LOS_CPUP_PRECISION_MULT, ret % LOS_CPUP_PRECISION_MULT); in OsCmdCpupOperateOneParam() 61 PRINTK("\npid %u CpuUsage in 10s: ", pid); in OsCmdCpupOperateTwoParam() 63 PRINTK("\npid %u CpuUsage in 1s: ", pid); in OsCmdCpupOperateTwoParam() 65 PRINTK("\npid %u CpuUsage in all time: ", pid); in OsCmdCpupOperateTwoParam() 68 PRINTK("%u.%u\n", ret / LOS_CPUP_PRECISION_MULT, ret % LOS_CPUP_PRECISION_MULT); in OsCmdCpupOperateTwoParam() 73 PRINTK("usage:\n"); in OsCpupCmdHelp() 74 PRINTK(" cpu in OsCpupCmdHelp() [all...] |
/kernel/liteos_a/fs/fat/os_adapt/ |
H A D | fat_shellcmd.c | 46 PRINTK("Usage :\n"); in osShellCmdFormat() 47 PRINTK(" format <dev_vnodename> <sectors> <option> <label>\n"); in osShellCmdFormat() 48 PRINTK(" dev_vnodename : the name of dev\n"); in osShellCmdFormat() 49 PRINTK(" sectors : Size of allocation unit in unit of byte or sector, "); in osShellCmdFormat() 50 PRINTK("0 instead of default size\n"); in osShellCmdFormat() 51 PRINTK(" options : Index of filesystem. 1 for FAT filesystem, "); in osShellCmdFormat() 52 PRINTK("2 for FAT32 filesystem, 7 for any, 8 for erase\n"); in osShellCmdFormat() 53 PRINTK(" label : The volume of device. It will be emptyed when this parameter is null\n"); in osShellCmdFormat() 54 PRINTK("Example:\n"); in osShellCmdFormat() 55 PRINTK(" forma in osShellCmdFormat() [all...] |
H A D | format.c | 54 PRINTK("Usage :\n"); in format() 55 PRINTK(" format <dev_vnodename> <sectors> <option> <label>\n"); in format() 56 PRINTK(" dev_vnodename : the name of dev\n"); in format() 57 PRINTK(" sectors : Size of allocation unit in unit of byte or sector, "); in format() 58 PRINTK("0 instead of default size\n"); in format() 59 PRINTK(" options : Index of filesystem. 1 for FAT filesystem, 2 for FAT32 filesystem, "); in format() 60 PRINTK("7 for any, 8 for erase\n"); in format() 61 PRINTK(" label : The volume of device. It will be emptyed when this parameter is null\n"); in format() 62 PRINTK("Example:\n"); in format() 63 PRINTK(" forma in format() [all...] |
/kernel/liteos_m/arch/csky/v2/gcc/ |
H A D | los_interrupt.c | 243 PRINTK("Type = %d\n", excInfo->type); in OsExcTypeInfo() 244 PRINTK("ThrdPid = %d\n", excInfo->thrdPid); in OsExcTypeInfo() 245 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]); in OsExcTypeInfo() 246 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr); in OsExcTypeInfo() 251 PRINTK("Current task info:\n"); in OsExcCurTaskInfo() 254 PRINTK("Task name = %s\n", taskCB->taskName); in OsExcCurTaskInfo() 255 PRINTK("Task ID = %d\n", taskCB->taskID); in OsExcCurTaskInfo() 256 PRINTK("Task SP = 0x%x\n", (UINTPTR)taskCB->stackPointer); in OsExcCurTaskInfo() 257 PRINTK("Task ST = 0x%x\n", taskCB->topOfStack); in OsExcCurTaskInfo() 258 PRINTK("Tas in OsExcCurTaskInfo() [all...] |
/kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
H A D | api_shell.c | 709 PRINTK("(%.1f %s) \r\n", (float)size + (float)rem / 1024.0, SIZES[divis]); 714 PRINTK("Usage:"\ 753 PRINTK("%s: tcpip_init have not been called\n", __FUNCTION__); 795 PRINTK("%18s:%u\t errors:%u\t ip dropped:%u\t link dropped:%u\t overrun:%d\t bytes:%u ", 816 PRINTK("%18s:%u\t errors:%u\t dropped:%u\t overrun:%d\t bytes:%u ", 833 PRINTK("%18s:%u\t errors:%u\t link dropped:%u\t overrun:0\t bytes:%u", 847 PRINTK("%18s:%u\t errors:%u\t overrun:0\t bytes:%u", 862 PRINTK("%s: sys_sem_new fail\n", __FUNCTION__); 872 PRINTK("ifconfig : strncpy_s error\n"); 878 PRINTK("ifconfi [all...] |
/kernel/liteos_a/kernel/extended/trace/ |
H A D | trace_offline.c | 145 PRINTK("CurObjIndex = %u\n", g_traceRecoder.ctrl.curObjIndex); in OsTraceInfoObj() 146 PRINTK("Index TaskID TaskPrio TaskName \n"); in OsTraceInfoObj() 148 PRINTK("%-7u 0x%-6x %-10u %s\n", i, obj->id, obj->prio, obj->name); in OsTraceInfoObj() 150 PRINTK("\n"); in OsTraceInfoObj() 156 PRINTK("CurEvtIndex = %u\n", g_traceRecoder.ctrl.curIndex); in OsTraceInfoEventTitle() 158 PRINTK("Index Time(cycles) EventType CurPid CurTask Identity "); in OsTraceInfoEventTitle() 160 PRINTK("cpuid hwiActive taskLockCnt "); in OsTraceInfoEventTitle() 163 PRINTK("eventCount "); in OsTraceInfoEventTitle() 167 PRINTK("backtrace "); in OsTraceInfoEventTitle() 169 PRINTK(" "); in OsTraceInfoEventTitle() [all...] |