Home
last modified time | relevance | path

Searched refs:HLOGF (Results 1 - 7 of 7) sorted by relevance

/developtools/hiperf/include/
H A Ddebug_logger.h277 #ifndef HLOGF
279 #define HLOGF(format, ...) HLOG(LEVEL_FATAL, "FATAL error occured, " format, ##__VA_ARGS__) macro
281 #define HLOGF(format, ...) \ macro
332 #define HLOGF(...) \ macro
/developtools/profiler/device/plugins/native_daemon/include/
H A Ddebug_logger.h248 #ifndef HLOGF
249 #define HLOGF(format, ...) \ macro
353 #define HLOGF(...) \ macro
/developtools/profiler/device/plugins/native_daemon/src/
H A Dutilities.cpp128 HLOGF("tmpfile create failed '%s'", fileName.c_str()); in Start()
136 HLOGF("std dup failed"); in Start()
145 HLOGF("std dup2 failed"); in Start()
/developtools/hiperf/test/unittest/common/native/
H A Ddebug_logger_test.cpp72 HLOGF("%s", logMessage.c_str()); in LogLevelTest()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H A Ddebug_logger_test.cpp66 HLOGF("%s", logMessage.c_str()); in LogLevelTest()
/developtools/hiperf/src/
H A Dutilities.cpp176 HLOGF("tmpfile create failed '%s'", fileName.c_str()); in Start()
190 HLOGF("std dup2 failed"); in Start()
H A Dreport_protobuf_file.cpp105 HLOGF("record.GetType() == PERF_RECORD_SAMPLE"); in ProcessRecord()

Completed in 6 milliseconds