Searched refs:PERFETTO_METATRACE (Results 1 – 5 of 5) sorted by relevance
/external/perfetto/include/perfetto/base/ |
D | metatrace.h | 60 #define PERFETTO_METATRACE(...) \ macro 63 #define PERFETTO_METATRACE(...) ::perfetto::base::ignore_result(__VA_ARGS__) macro
|
/external/perfetto/src/traced/probes/ftrace/ |
D | cpu_reader.cc | 248 PERFETTO_METATRACE(mode_str, cpu); in RunWorkerThread() 325 PERFETTO_METATRACE("wait cmd", cpu); in RunWorkerThread() 348 PERFETTO_METATRACE(cur_mode == kRead ? "read" : "splice", cpu); in RunWorkerThread() 376 PERFETTO_METATRACE("flush", cpu); in RunWorkerThread() 402 PERFETTO_METATRACE("Drain(" + std::to_string(cpu_) + ")", in Drain()
|
D | ftrace_controller.cc | 167 PERFETTO_METATRACE("OnCpuReaderRead()", cpu); in OnCpuReaderRead() 222 PERFETTO_METATRACE("DrainCPUs()", base::MetaTrace::kMainThreadCpu); in DrainCPUs() 281 PERFETTO_METATRACE("UnblockReaders()", base::MetaTrace::kMainThreadCpu); in UnblockReaders()
|
/external/perfetto/src/traced/probes/ps/ |
D | process_stats_data_source.cc | 137 PERFETTO_METATRACE("WriteAllProcesses", 0); in WriteAllProcesses() 170 PERFETTO_METATRACE("OnPids", 0); in OnPids() 183 PERFETTO_METATRACE("OnRenamePids", 0); in OnRenamePids() 366 PERFETTO_METATRACE("WriteAllProcessStats", 0); in WriteAllProcessStats()
|
/external/perfetto/src/traced/probes/sys_stats/ |
D | sys_stats_data_source.cc | 162 PERFETTO_METATRACE("ReadSysStats", 0); in ReadSysStats()
|