Searched defs:StatsKey (Results 1 – 5 of 5) sorted by relevance
199 struct StatsKey { struct200 StatsKey(std::string stream_label, std::string receiver) in StatsKey() argument211 // Required to use StatsKey as std::map key. argument
149 const BpfMapRO<StatsKey, StatsValue>& statsMap, in parseBpfNetworkStatsDetailInternal()155 const BpfMapRO<StatsKey, StatsValue>& statsMap) -> Result<void> { in parseBpfNetworkStatsDetailInternal()
111 StatsValue value, BpfMap<StatsKey, StatsValue>& map) { in populateFakeStats()
369 const BpfMapRO<StatsKey, StatsValue>&) { in tagSocket()
48 } StatsKey; typedef