#!/bin/bash # perf stat --bpf-counters test (exclusive) # SPDX-License-Identifier: GPL-2.0 set -e workload="perf test -w sqrtloop" # check whether $2 is within +/- 20% of $1 compare_number() { first_num=$1 second_num=$2 # upper bound is first_num * 120% upper=$(expr $first_num + $first_num / 5 ) # lower bound is first_num * 80% lower=$(expr $first_num - $first_num / 5 ) if [ $second_num -gt $upper ] || [ $second_num -lt $lower ]; then echo "The difference between $first_num and $second_num are greater than 20%." exit 1 fi } check_counts() { base_instructions=$1 bpf_instructions=$2 if [ "$base_instructions" = "&1 | \ awk -v i=0 -v c=0 '/instructions/ { \ if ($1 != " 0) printf "%.0f", c; else print "&1 | \ awk -v i=0 -v c=0 '/instructions/ { \ if ($1 != " 0) printf "%.0f", c; else print "&1) base_instructions=$(echo "$stat_output"| \ awk -v i=0 -v c=0 '/base_instructions/ { \ if ($1 != " 0) printf "%.0f", c; else print " 0) printf "%.0f", c; else print " /dev/null 2>&1; then if [ "$1" = "-v" ]; then echo "Skipping: --bpf-counters not supported" perf --no-pager stat -e instructions --bpf-counters true || true fi exit 2 fi test_bpf_counters test_bpf_modifier exit 0