Searched defs:fmt (Results 1 – 2 of 2) sorted by relevance
| /tracing/tracing-perfetto-binary/src/main/cpp/perfetto/ |
| D | perfetto.h | 619 #define PERFETTO_XLOG(level, fmt, ...) \ argument 628 #define PERFETTO_XLOG(level, fmt, ...) \ argument 650 #define PERFETTO_LOG(fmt, ...) \ argument 656 #define PERFETTO_ILOG(fmt, ...) \ argument 658 #define PERFETTO_ELOG(fmt, ...) \ argument 660 #define PERFETTO_FATAL(fmt, ...) \ argument 684 #define PERFETTO_DLOG(fmt, ...) \ argument
|
| D | perfetto.cc | 2068 StackString(const char* fmt, ...) { in StackString() 3800 const char* fmt, in LogMessage() 5871 size_t SprintfTrunc(char* dst, size_t dst_size, const char* fmt, ...) { in SprintfTrunc() 6306 std::string GetTimeFmt(const std::string& fmt) { in GetTimeFmt() 53802 static const char fmt[] = in EnableTracing() local
|