Searched refs:PERFETTO_XLOG (Results 1 – 1 of 1) sorted by relevance
/external/perfetto/include/perfetto/base/ |
D | logging.h | 76 #define PERFETTO_XLOG(level, fmt, ...) \ macro 85 #define PERFETTO_XLOG PERFETTO_XLOG_STDERR macro 94 #define PERFETTO_LOG(fmt, ...) PERFETTO_XLOG(kLogInfo, fmt, ##__VA_ARGS__) 95 #define PERFETTO_ILOG(fmt, ...) PERFETTO_XLOG(kLogImportant, fmt, ##__VA_ARGS__) 96 #define PERFETTO_ELOG(fmt, ...) PERFETTO_XLOG(kLogError, fmt, ##__VA_ARGS__) 108 #define PERFETTO_DLOG(fmt, ...) PERFETTO_XLOG(kLogDebug, fmt, ##__VA_ARGS__)
|