Home
last modified time | relevance | path

Searched defs:PERFETTO_DLOG (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/include/perfetto/base/
Dlogging.h144 #define PERFETTO_DLOG(fmt, ...) PERFETTO_XLOG(kLogDebug, fmt, ##__VA_ARGS__) macro
151 #define PERFETTO_DLOG(...) ::perfetto::base::ignore_result(__VA_ARGS__) macro