Searched refs:MAPS (Results 1 – 1 of 1) sorted by relevance
60 MAPS: dict[str, int] = {} variable236 global MAPS # pylint: disable=W0603241 MAPS = bpftrace(expr, timeout=BPFTRACE_TIMEOUT, json=True)242 logging.debug("BPFtrace output: %s", MAPS)274 logging.debug("MAPS coming from bpftrace = %s", MAPS)275 if "hits" not in MAPS.keys():278 logging.debug("Got a total of %d hits", MAPS["hits"])279 return MAPS["hits"] > 0