Home
last modified time | relevance | path

Searched refs:PRINT_EMG (Results 1 – 6 of 6) sorted by relevance

/kernel/liteos_a/kernel/include/
Dlos_printf.h99 #define PRINT_EMG(fmt, args...) LOS_LkPrint(LOS_EMG_LEVEL, __FUNCTION__, __LINE__, fmt, ##args) macro
/kernel/liteos_a/kernel/extended/perf/
Dperf_output.c115PRINT_EMG("dump perf data, addr: %p length: %#x\n", g_perfOutputCb.ringbuf.fifo, g_perfOutputCb.ri… in OsPerfOutputInfo()
Dlos_perf.c130PRINT_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/
Dlos_debug.h152 #define PRINT_EMG(fmt, args...) LOS_Printf(LOG_MODULE_KERNEL, LOG_EMG_LEVEL, fmt, ##args) macro
/kernel/liteos_m/testsuites/unittest/posix/src/semaphore/
Dsemaphore_func_test.c251 PRINT_EMG("begin PosixSemaphoreFuncTest...."); in PosixSemaphoreFuncTest()
/kernel/liteos_m/testsuites/unittest/posix/src/math/
Dmath_func_test.c145 PRINT_EMG("GZHTESTLOG PRINT_EMG: %lf, %lf, %lf", testValues[0], testValues[1], testValues[2]);