Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/python/
H A Dtask-analyzer.py745 if not _limit_filtered(tid, pid, task.comm) and not args.summary_only:
777 def _limit_filtered(tid, pid, comm): function