Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/
H A Dnetpoll_basic.py60 MAPS: dict[str, int] = {} variable
236 global MAPS # pylint: disable=W0603
241 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