Home
last modified time | relevance | path

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

/linux/tools/perf/tests/shell/
H A Dstat_bpf_counters.sh28 base_instructions=$1
31 if [ "$base_instructions" = "<not" ]; then
44base_instructions=$(perf stat --no-big-num -e instructions -- $workload 2>&1 | awk '/instructions/…
46 check_counts $base_instructions $bpf_instructions
47 compare_number $base_instructions $bpf_instructions
54 …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_instructions
58 compare_number $base_instructions $bpf_instructions