Searched refs:HLOGF (Results 1 - 7 of 7) sorted by relevance
/developtools/hiperf/include/ |
H A D | debug_logger.h | 277 #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 D | debug_logger.h | 248 #ifndef HLOGF 249 #define HLOGF(format, ...) \ macro 353 #define HLOGF(...) \ macro
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | utilities.cpp | 128 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 D | debug_logger_test.cpp | 72 HLOGF("%s", logMessage.c_str()); in LogLevelTest()
|
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
H A D | debug_logger_test.cpp | 66 HLOGF("%s", logMessage.c_str()); in LogLevelTest()
|
/developtools/hiperf/src/ |
H A D | utilities.cpp | 176 HLOGF("tmpfile create failed '%s'", fileName.c_str()); in Start() 190 HLOGF("std dup2 failed"); in Start()
|
H A D | report_protobuf_file.cpp | 105 HLOGF("record.GetType() == PERF_RECORD_SAMPLE"); in ProcessRecord()
|
Completed in 6 milliseconds