Searched refs:PRINT_EMG (Results 1 – 6 of 6) sorted by relevance
/kernel/liteos_a/kernel/include/ |
D | los_printf.h | 99 #define PRINT_EMG(fmt, args...) LOS_LkPrint(LOS_EMG_LEVEL, __FUNCTION__, __LINE__, fmt, ##args) macro
|
/kernel/liteos_a/kernel/extended/perf/ |
D | perf_output.c | 115 …PRINT_EMG("dump perf data, addr: %p length: %#x\n", g_perfOutputCb.ringbuf.fifo, g_perfOutputCb.ri… in OsPerfOutputInfo()
|
D | los_perf.c | 130 … PRINT_EMG("[%s] eventType: 0x%x [core %u]: %llu\n", g_pmu->getName(event), event->eventId, cpuid, in OsPerfPrintCount() 143 PRINT_EMG("time used: %.6f(s)\n", time); in OsPerfPrintTs()
|
/kernel/liteos_m/utils/ |
D | los_debug.h | 152 #define PRINT_EMG(fmt, args...) LOS_Printf(LOG_MODULE_KERNEL, LOG_EMG_LEVEL, fmt, ##args) macro
|
/kernel/liteos_m/testsuites/unittest/posix/src/semaphore/ |
D | semaphore_func_test.c | 251 PRINT_EMG("begin PosixSemaphoreFuncTest...."); in PosixSemaphoreFuncTest()
|
/kernel/liteos_m/testsuites/unittest/posix/src/math/ |
D | math_func_test.c | 145 PRINT_EMG("GZHTESTLOG PRINT_EMG: %lf, %lf, %lf", testValues[0], testValues[1], testValues[2]);
|