Searched refs:pids_cache (Results 1 – 1 of 1) sorted by relevance
94 if (PERFETTO_LIKELY(pid_bit < pids_cache.size())) { in AddPid()95 if (pids_cache.test(pid_bit)) in AddPid()97 pids_cache.set(pid_bit); in AddPid()124 pids_cache.reset(); in Clear()153 std::bitset<32768> pids_cache; member