Skip to content

Commit

Permalink
tl-tester: Do not check for Branch_Mispredicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Apr 2, 2024
1 parent d3da96b commit 019a17b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tl-tester
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ grep BDE70 log$$
$WRAP ./toplev.py --force-cpu skl $OPT --filterquals --nodes '!+Bad_Speculation.Branch_Mispredicts^' -o log$$ -v $LOAD
[ -z "$NORES" ] && grep Branch_Misprediction_Cost log$$
[ -z "$NORES" ] && grep IpMispredict log$$
[ -z "$NORES" ] && grep Branch_Mispredicts log$$
[ -z "$NORES" ] && grep Mispredicts_Resteers log$$
if [ -d /sys/devices/cpu_atom ] ; then
$WRAP ./toplev $NATIVE_ARGS --filterquals $OPT --force-bn=Mispredicts_Resteers --force-bn=Frontend_Bound --force-bn=Fetch_Latency --force-bn Branch_Resteers --no-desc --drilldown -o log$$ $(./cputop 'type=="core"' taskset) $LOADLONG
Expand All @@ -197,7 +196,6 @@ $WRAP ./toplev --force-cpu skl --filterquals $OPT --force-bn=Mispredicts_Resteer
fi
[ -z "$NORES" ] && grep Branch_Misprediction_Cost log$$
#[ -z "$NORES" ] && grep IpMispredict log$$
[ -z "$NORES" ] && grep Branch_Mispredicts log$$
[ -z "$NORES" ] && grep Mispredicts_Resteers log$$
rm log$$
fi
Expand Down

0 comments on commit 019a17b

Please sign in to comment.