| /developtools/profiler/device/base/include/ |
| D | logging.h | 84 static inline int HiLogPrintArgs(int prio, int domain, ConstCharPtr tag, ConstCharPtr fmt, va_list … in HiLogPrintArgs() 99 static inline int HiLogPrint(int type, int prio, int domain, ConstCharPtr tag, ConstCharPtr fmt, ..… in HiLogPrint() 113 #define HILOG_DEBUG(LOG_CORE, fmt, ...) HiLogPrint(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, LOG_TAG, fmt, #… argument 114 #define HILOG_INFO(LOG_CORE, fmt, ...) HiLogPrint(LOG_CORE, LOG_INFO, LOG_DOMAIN, LOG_TAG, fmt, ##_… argument 115 #define HILOG_WARN(LOG_CORE, fmt, ...) HiLogPrint(LOG_CORE, LOG_WARN, LOG_DOMAIN, LOG_TAG, fmt, ##_… argument 116 #define HILOG_ERROR(LOG_CORE, fmt, ...) HiLogPrint(LOG_CORE, LOG_ERROR, LOG_DOMAIN, LOG_TAG, fmt, #… argument 135 static inline std::string StringFormat(const char* fmt, ...) in StringFormat() 178 #define HILOG_PRINT(type, level, fmt, ...) \ argument 181 #define HILOG_PRINT(type, level, fmt, ...) \ argument 185 #define HILOG_DEBUG(type, fmt, ...) HILOG_PRINT(type, LOG_DEBUG, fmt, ##__VA_ARGS__) argument [all …]
|
| /developtools/profiler/host/smartperf/trace_streamer/src/include/ |
| D | log.h | 32 #define LOGWITHLEVEL(level, motify, fmt, ...) \ argument 44 #define TS_LOGE(fmt, ...) LOGWITHLEVEL(LOG_ERROR, 'E', fmt, ##__VA_ARGS__) argument 45 #define TS_LOGF(fmt, ...) LOGWITHLEVEL(LOG_FATAL, 'F', fmt, ##__VA_ARGS__) argument 46 #define TS_LOGI(fmt, ...) LOGWITHLEVEL(LOG_INFO, 'I', fmt, ##__VA_ARGS__) argument 52 #define TS_LOGD(fmt, ...) LOGWITHLEVEL(LOG_DEBUG, 'D', fmt, ##__VA_ARGS__) argument 53 #define TS_LOGW(fmt, ...) LOGWITHLEVEL(LOG_WARN, 'W', fmt, ##__VA_ARGS__) argument
|
| /developtools/hdc/src/test/jdwp/ |
| D | main.cpp | 25 static void PrintMessage(const char *fmt, ...) in PrintMessage()
|
| /developtools/hiperf/include/ |
| D | hiperf_hilog.h | 30 #define FORMATTED(fmt, ...) … argument
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | hiperf_hilog.h | 30 #define FORMATED(fmt, ...) \ argument
|
| /developtools/profiler/device/plugins/native_hook/test/ |
| D | perf_test_data.cpp | 90 #define PRINTF_DATA(fileptr, fmt, ...) \ argument
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | debug_logger.cpp | 82 int DebugLogger::Log(DebugLevel level, const std::string &logTag, const char *fmt, ...) const in Log() argument
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/ |
| D | debug_logger.cpp | 82 int DebugLogger::Log(DebugLevel level, const std::string &logTag, const char *fmt, ...) const in Log() argument
|
| /developtools/hiperf/src/ |
| D | debug_logger.cpp | 81 int DebugLogger::Log(DebugLevel level, const std::string &logTag, const char *fmt, ...) const in Log() argument
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | ftrace_parser.cpp | 41 #define HILOG_DEBUG(LOG_CORE, fmt, ...) \ argument
|
| /developtools/hdc/src/common/ |
| D | base.cpp | 248 void PrintMessage(const char *fmt, ...) in PrintMessage()
|