Searched refs:base_instructions (Results 1 – 1 of 1) sorted by relevance
28 base_instructions=$131 if [ "$base_instructions" = "<not" ]; then44 …base_instructions=$(perf stat --no-big-num -e instructions -- $workload 2>&1 | awk '/instructions/…46 check_counts $base_instructions $bpf_instructions47 compare_number $base_instructions $bpf_instructions54 …stat_output=$(perf stat --no-big-num -e instructions/name=base_instructions/,instructions/name=bpf…55 base_instructions=$(echo "$stat_output"| awk '/base_instructions/ {print $1}')57 check_counts $base_instructions $bpf_instructions58 compare_number $base_instructions $bpf_instructions