Home
last modified time | relevance | path

Searched refs:PRINT_DEBUG (Results 1 - 25 of 40) sorted by relevance

12

/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/sem/smp/
H A DIt_smp_los_sem_034.c47 PRINT_DEBUG("task f01 pend begin\n"); in TaskF01()
50 PRINT_DEBUG("task f01 pend success\n"); in TaskF01()
64 PRINT_DEBUG("task f02 lock\n"); in TaskF02()
72 PRINT_DEBUG("task f02 unlock\n"); in TaskF02()
74 PRINT_DEBUG("task f02 back\n"); in TaskF02()
107 PRINT_DEBUG("sem post\n"); in Testcase()
117 PRINT_DEBUG("try to unlock\n"); in Testcase()
122 PRINT_DEBUG("finally\n"); in Testcase()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/smp/
H A DIt_smp_los_queue_027.c48 PRINT_DEBUG("task f01 pend begin\n"); in TaskF01()
51 PRINT_DEBUG("task f01 pend success\n"); in TaskF01()
63 PRINT_DEBUG("task f02 lock\n"); in TaskF02()
72 PRINT_DEBUG("task f02 unlock\n"); in TaskF02()
75 PRINT_DEBUG("task f02 back\n"); in TaskF02()
115 PRINT_DEBUG("sem post\n"); in Testcase()
127 PRINT_DEBUG("try to unlock\n"); in Testcase()
131 PRINT_DEBUG("finally\n"); in Testcase()
H A DIt_smp_los_queue_032.c89 PRINT_DEBUG("writeRet = 0x%x, delRet = 0x%x\n", g_ret, ret); in Testcase()
100 PRINT_DEBUG("finally delRet = 0x%x\n", ret); in Testcase()
H A DIt_smp_los_queue_031.c98 PRINT_DEBUG("finally delRet = 0x%x\n", ret); in Testcase()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/mux/smp/
H A DIt_smp_los_mux_2015.c49 PRINT_DEBUG("TaskF01 pend timeout\n"); in TaskF01()
68 PRINT_DEBUG("delay in task f02\n"); in TaskF02()
72 PRINT_DEBUG("post mux in task f02\n"); in TaskF02()
81 PRINT_DEBUG("after post in hwi \n"); in HwiF01()
141 PRINT_DEBUG("delay in testtask begin\n"); in Testcase()
143 PRINT_DEBUG("delay in testtask end\n"); in Testcase()
H A DIt_smp_los_mux_2029.c85 PRINT_DEBUG("i = %d\n", i); in Testcase()
124 PRINT_DEBUG("g_testCount = %d ,g_ret = 0x%x\n", g_testCount, g_ret); in Testcase()
/kernel/liteos_m/testsuites/sample/kernel/lms/
H A DIt_los_lms_008.c41 PRINT_DEBUG("str = 0x%x\n", str); in TestCase()
45 PRINT_DEBUG("bigger = 0x%x,%d\n", bigger, __LINE__); in TestCase()
49 PRINT_DEBUG("tmp = 0x%x,%d\n", tmp, __LINE__); in TestCase()
56 PRINT_DEBUG("newPtr = 0x%x,%d\n", newPtr, __LINE__); in TestCase()
H A DIt_los_lms_009.c41 PRINT_DEBUG("str = 0x%x,%d\n", str, __LINE__); in TestCase()
45 PRINT_DEBUG("bigger = 0x%x,%d\n", bigger, __LINE__); in TestCase()
49 PRINT_DEBUG("tmp = 0x%x,%d\n", tmp, __LINE__); in TestCase()
56 PRINT_DEBUG("newPtr = 0x%x,%d\n", newPtr, __LINE__); in TestCase()
H A DIt_los_lms_007.c41 PRINT_DEBUG("str = 0x%x\n", str); in TestCase()
45 PRINT_DEBUG("bigger addr = 0x%x, %d\n", bigger, __LINE__); in TestCase()
49 PRINT_DEBUG("tmp addr = 0x%x,%d\n", tmp, __LINE__); in TestCase()
H A DIt_los_lms_010.c42 PRINT_DEBUG("str = 0x%x,%d\n", str, __LINE__); in TestCase()
46 PRINT_DEBUG("newPtr = 0x%x,%d\n", newPtr, __LINE__); in TestCase()
H A DIt_los_lms_006.c41 PRINT_DEBUG("str = 0x%x\n", str); in TestCase()
H A DIt_los_lms_005.c41 PRINT_DEBUG("str = 0x%x\n", str); in TestCase()
H A DIt_los_lms_004.c49 PRINT_DEBUG("size = %d, boundary = %d\n", size[k], boundary); in TestCase()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/event/smp/
H A DIt_smp_los_event_032.c48 PRINT_DEBUG("index = %d,cpuid=%d\n", index, ArchCurrCpuid()); in TaskF01()
51 PRINT_DEBUG("---000---\n"); in TaskF01()
58 PRINT_DEBUG("---111---\n"); in TaskF01()
65 PRINT_DEBUG("---222---\n"); in TaskF01()
103 PRINT_DEBUG("ret1= 0x%x,ret2 = 0x%x,ret3=0x%x\n", g_ret1, g_ret2, g_ret3); in Testcase()
/kernel/liteos_a/kernel/extended/perf/pmu/
H A Dperf_hw_pmu.c98 PRINT_DEBUG("Perf Config %u eventId = 0x%x, counter = 0x%x, period = 0x%x\n", i, event->eventId, event->counter, in OsPerfHwConfig()
142 PRINT_DEBUG("perf stop readCnt value = 0x%x\n", value); in OsPerfHwStop()
148 PRINT_DEBUG("perf stop is cycle\n"); in OsPerfHwStop()
151 PRINT_DEBUG("perf stop eventCount[0x%x] : [%s] = %llu\n", event->eventId, g_eventName[eventId], in OsPerfHwStop()
/kernel/liteos_a/arch/arm/arm/src/pmu/
H A Darmv7_pmu.c90 PRINT_DEBUG("bind event: %u to counter: %u\n", value, index); in Armv7BindEvt2Cnt()
99 PRINT_DEBUG("index : %u, counter: %u\n", index, counter); in Armv7EnableCnt()
106 PRINT_DEBUG("index : %u, counter: %u\n", index, counter); in Armv7DisableCnt()
172 PRINT_DEBUG("enabled event: %u cnt: %u\n", event->eventId, cnt); in Armv7EnableEvent()
193 PRINT_DEBUG("starting pmu...\n"); in Armv7StartAllCnt()
209 PRINT_DEBUG("stopping pmu...\n"); in Armv7StopAllCnt()
/kernel/liteos_a/kernel/extended/perf/
H A Dlos_perf_pri.h135 PRINT_DEBUG("pc = 0x%x, fp = 0x%x\n", regs->pc, regs->fp); in OsPerfFetchIrqRegs()
145 PRINT_DEBUG("pc = 0x%x, fp = 0x%x\n", regs->pc, regs->fp); in OsPerfFetchCallerRegs()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/hwi/smp/
H A DIt_smp_los_hwi_ipi_003.c53 PRINT_DEBUG("g_targetCpuid = %d\n", g_targetCpuid); in TaskF01()
H A DIt_smp_los_hwi_ipi_004.c53 PRINT_DEBUG("g_targetCpuid = %d\n", g_targetCpuid); in TaskF01()
H A DIt_smp_los_hwi_ipi_001.c84 PRINT_DEBUG("g_targetCpuid = %d\n", g_targetCpuid); in Testcase()
H A DIt_smp_los_hwi_ipi_002.c80 PRINT_DEBUG("g_targetCpuid = %d\n", g_targetCpuid); in Testcase()
H A DIt_smp_los_hwi_ipi_005.c83 PRINT_DEBUG("g_targetCpuid = %d\n", g_targetCpuid); in Testcase()
H A DIt_smp_los_hwi_share_010.c122 PRINT_DEBUG("ret = 0x%x\n", ret); in Testcase()
/kernel/liteos_a/kernel/include/
H A Dlos_printf.h94 #define PRINT_DEBUG(fmt, args...) LOS_LkPrint(LOS_DEBUG_LEVEL, __FUNCTION__, __LINE__, fmt, ##args) macro
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Ddebug.h415 #define PRINT_DEBUG(x...) printk(KERN_DEBUG PRINTK_HEADER x) macro
421 #define PRINT_DEBUG(x...) printk(KERN_DEBUG PRINTK_HEADER x) macro

Completed in 12 milliseconds

12