Skip to content

Commit

Permalink
tl-tester: Disable onegroup check for dummy metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Nov 16, 2023
1 parent b6f5c9e commit 0b6a908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tl-tester
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ $WRAP ./toplev -h > /dev/null
onegroup() {
if [ `cat /proc/sys/kernel/nmi_watchdog` = 1 ] ; then return ; fi
if [ -n "$NOGROUP" ] ; then return ; fi
if grep -q dummy $1 ; then return ; fi
if [ -n "$FOURCOUNTERS" ] ; then return ; fi
case "$OPT" in *--drilldown*) return ;; esac
grep perf $1 |
Expand Down

0 comments on commit 0b6a908

Please sign in to comment.