Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ps/
Dprocess_stats_data_source.h114 bool ShouldWriteThreadStats(int32_t pid);
Dprocess_stats_data_source.cc431 if (record_thread_time_in_state_ && ShouldWriteThreadStats(pid)) { in WriteAllProcessStats()
563 bool ProcessStatsDataSource::ShouldWriteThreadStats(int32_t pid) { in ShouldWriteThreadStats() function in perfetto::ProcessStatsDataSource