Home
last modified time | relevance | path

Searched refs:appendProcStatsConfig (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Traceur/src_common/com/android/traceur/
DPerfettoUtils.java133 appendProcStatsConfig(config, tags, /* targetBuffer = */ 1); in traceStart()
156 appendProcStatsConfig(config, /* tags = */ null, /* targetBuffer = */ 0); in stackSampleStart()
187 appendProcStatsConfig(config, /* tags = */ null, /* targetBuffer = */ 0); in heapDumpStart()
470 private void appendProcStatsConfig(StringBuilder config, Collection<String> tags, in appendProcStatsConfig() method in PerfettoUtils