Searched refs:TRACE (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| H A D | trace.cpp | 34 LOG(ERROR, TRACE) << "Already init."; in DoInit() 44 LOG(INFO, TRACE) << "Cannot init, " << PANDA_TRACE_KEY << "=" << panda_trace_val; in DoInit() 51 PLOG(ERROR, TRACE) << "Cannot open file: " << TRACE_MARKER_PATH; in DoInit() 55 LOG(INFO, TRACE) << "Trace enabled"; in DoInit() 64 LOG(ERROR, TRACE) << "Cannot write trace event. Try enabling tracing and run app again"; \
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | trace.cpp | 34 LOG(ERROR, TRACE) << "Already init."; in DoInit() 44 LOG(INFO, TRACE) << "Cannot init, " << PANDA_TRACE_KEY << "=" << pandaTraceVal; in DoInit() 51 PLOG(ERROR, TRACE) << "Cannot open file: " << TRACE_MARKER_PATH; in DoInit() 55 LOG(INFO, TRACE) << "Trace enabled"; in DoInit() 64 LOG(ERROR, TRACE) << "Cannot write trace event. Try enabling tracing and run app again"; \
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| H A D | trace.cpp | 26 LOG(ERROR, TRACE) << "Tracing not implemented for this platform."; in DoInit()
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| H A D | trace.cpp | 26 LOG(ERROR, TRACE) << "Tracing not implemented for this platform."; in DoInit()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | log_wrapper.h | 30 #define LOG_TRACE(level) ARK_LOG(level, Component::TRACE)
|
| H A D | log.h | 59 TRACE = 1ULL << 6ULL, enumerator 110 case Component::TRACE: in GetComponentStr()
|
| H A D | log.cpp | 187 components_ |= Component::TRACE; in SetLogComponentFromString()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | codegen-inl.h | 64 * @param params parameters to be passed to the TRACE entrypoint, first parameter must be TraceId value. 80 EmitCallRuntimeCode(nullptr, EntrypointId::TRACE); in InsertTrace()
|
Completed in 5 milliseconds