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.sh33 base_instructions=$1
36 if [ "$base_instructions" = "<not" ]; then
49 base_instructions=$(perf stat --no-big-num -e instructions:u -- "${workload[@]}" 2>&1 | \
58 check_counts $base_instructions $bpf_instructions
59 compare_number $base_instructions $bpf_instructions
67 -e instructions/name=base_instructions/u,instructions/name=bpf_instructions/bu \
69 base_instructions=$(echo "$stat_output"| \
70 awk -v i=0 -v c=0 '/base_instructions/ { \
77 check_counts $base_instructions $bpf_instructions
78 compare_number $base_instructions
[all...]