Searched refs:ignorelist (Results 1 – 2 of 2) sorted by relevance
629 std::string llkFormat(const std::unordered_set<std::string>& ignorelist) { in llkFormat() argument631 for (const auto& entry : ignorelist) { in llkFormat()639 const std::unordered_map<std::string, std::unordered_set<std::string>>& ignorelist, in llkFormat() argument642 for (const auto& entry : ignorelist) { in llkFormat()702 const std::unordered_set<std::string>& ignorelist = llkIgnorelistProcess) { in llkSkipName() argument703 if (name.empty() || ignorelist.empty()) return false; in llkSkipName()705 return ignorelist.find(name) != ignorelist.end(); in llkSkipName()709 const std::unordered_set<std::string>& ignorelist = llkIgnorelistProcess) { in llkSkipProc() argument711 if (llkSkipName(std::to_string(procp->pid), ignorelist)) return true; in llkSkipProc()712 if (llkSkipName(procp->getComm(), ignorelist)) return true; in llkSkipProc()[all …]
27 # Add files or directories to the ignorelist. They should be base names, not