Home
last modified time | relevance | path

Searched refs:PRINT_INFO (Results 1 - 15 of 15) sorted by relevance

/kernel/liteos_a/kernel/base/mem/membox/
H A Dlos_membox.c194 PRINT_INFO("membox(%p,0x%x,0x%x):\r\n", pool, boxInfo->uwBlkSize, boxInfo->uwBlkNum); in LOS_ShowBox()
195 PRINT_INFO("free node list:\r\n"); in LOS_ShowBox()
199 PRINT_INFO("(%u,%p)\r\n", index, node); in LOS_ShowBox()
202 PRINT_INFO("all node list:\r\n"); in LOS_ShowBox()
205 PRINT_INFO("(%u,%p,%p)\r\n", index, node, node->pstNext); in LOS_ShowBox()
/kernel/liteos_m/kernel/src/mm/
H A Dlos_membox.c234 PRINT_INFO("membox(%p, 0x%x, 0x%x):\r\n", pool, boxInfo->uwBlkSize, boxInfo->uwBlkNum); in LOS_ShowBox()
235 PRINT_INFO("free node list:\r\n"); in LOS_ShowBox()
239 PRINT_INFO("(%u, %p)\r\n", index, node); in LOS_ShowBox()
242 PRINT_INFO("all node list:\r\n"); in LOS_ShowBox()
245 PRINT_INFO("(%u, %p, %p)\r\n", index, node, node->pstNext); in LOS_ShowBox()
H A Dlos_memory.c2238 PRINT_INFO("LiteOS heap memory address:%p, size:0x%lx\n", m_aucSysMem0, (unsigned long int)LOSCFG_SYS_HEAP_SIZE);
/kernel/liteos_a/kernel/extended/perf/
H A Dperf_output.c40 PRINT_INFO("perf buf waterline notify!\n"); in OsPerfDefaultNotify()
85 PRINT_INFO("perf buf has no enough space for 0x%x\n", size); in OsPerfOutputBegin()
/kernel/liteos_a/kernel/base/misc/
H A Dkill_shellcmd.c42 #define HILOG_INFO(type, fmt, ...) PRINT_INFO(fmt, __VA_ARGS__)
/kernel/liteos_a/kernel/include/
H A Dlos_printf.h95 #define PRINT_INFO(fmt, args...) LOS_LkPrint(LOS_INFO_LEVEL, __FUNCTION__, __LINE__, fmt, ##args) macro
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Ddebug.h416 #define PRINT_INFO(x...) printk(KERN_INFO PRINTK_HEADER x) macro
422 #define PRINT_INFO(x...) printk(KERN_DEBUG PRINTK_HEADER x) macro
/kernel/liteos_a/arch/arm/arm/src/pmu/
H A Darmv7_pmu.c147 PRINT_INFO("event period value not valid, counter: %u\n", cnt); in Armv7EnableEvent()
234 PRINT_INFO("counter: %u, period: 0x%x\n", event->counter, event->period); in Armv7SetEventPeriod()
/kernel/liteos_a/kernel/extended/perf/pmu/
H A Dperf_timed_pmu.c93 PRINT_INFO("hrtimer config period - sec:%d, usec:%d\n", g_perfTimed.cfgTime.tv.sec, in OsPerfTimedConfig()
/kernel/liteos_m/utils/
H A Dlos_debug.h148 #define PRINT_INFO(fmt, args...) LOS_Printf(LOG_MODULE_KERNEL, LOG_INFO_LEVEL, fmt, ##args) macro
/kernel/liteos_a/kernel/base/vm/
H A Dlos_vm_syscall.c223 PRINT_INFO("brk addr %p , size 0x%x, alignAddr %p, align %d\n", addr, size, alignAddr, PAGE_SIZE); in LOS_DoBrk()
/kernel/liteos_a/kernel/extended/liteipc/
H A Dhm_liteipc.c359 PRINT_INFO("LiteIpcNodeAlloc pid:%d, pool:%x buf:%x size:%d\n", in LiteIpcNodeAlloc()
366 PRINT_INFO("LiteIpcNodeFree pid:%d, pool:%x buf:%x\n", in LiteIpcNodeFree()
/kernel/liteos_a/arch/arm/arm/src/
H A Dlos_exc.c192 PRINT_INFO("page fault entry!!!\n"); in OsArmSharedPageFault()
/kernel/liteos_m/kernel/src/
H A Dlos_task.c1137 PRINT_INFO("In case of task lock, task deletion is not recommended\n"); in LOS_TaskDelete()
/kernel/liteos_a/kernel/base/core/
H A Dlos_process.c200 PRINT_INFO("%s failed! pgroup id = %u\n", __FUNCTION__, gid); in OsFindProcessGroup()

Completed in 16 milliseconds