Searched refs:HLOG (Results 1 - 2 of 2) sorted by relevance
/developtools/hiperf/include/ |
H A D | debug_logger.h | 184 #ifndef HLOG 186 #define HLOG(level, format, ...) \ macro 196 #define HLOG(level, format, ...) \ macro 214 HLOG(LEVEL_VERBOSE, format, ##__VA_ARGS__); \ 216 HLOG(LEVEL_VERBOSE, " nexttime log will be suppressed..."); \ 226 HLOG(LEVEL_VERBOSE, format, ##__VA_ARGS__); \ 228 HLOG(LEVEL_VERBOSE, " nexttime log will be suppressed..."); \ 237 HLOG(LEVEL_VERBOSE, format, ##__VA_ARGS__) \ 247 #define HLOGM(format, ...) HLOG(LEVEL_MUCH, format, ##__VA_ARGS__) 252 #define HLOGV(format, ...) HLOG(LEVEL_VERBOS [all...] |
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | debug_logger.h | 167 #ifndef HLOG 168 #define HLOG(level, format, ...) \ macro 185 HLOG(LEVEL_VERBOSE, format, ##__VA_ARGS__); \ 187 HLOG(LEVEL_VERBOSE, " nexttime log will be suppressed..."); \ 197 HLOG(LEVEL_VERBOSE, format, ##__VA_ARGS__); \ 199 HLOG(LEVEL_VERBOSE, " nexttime log will be suppressed..."); \ 208 HLOG(LEVEL_VERBOSE, format, ##__VA_ARGS__) \ 218 #define HLOGM(format, ...) HLOG(LEVEL_MUCH, format, ##__VA_ARGS__) 223 #define HLOGV(format, ...) HLOG(LEVEL_VERBOSE, format, ##__VA_ARGS__) 227 #define HLOGD(format, ...) HLOG(LEVEL_DEBU [all...] |
Completed in 2 milliseconds