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
44 base_instructions=$(perf stat --no-big-num -e instructions -- $workload 2>&1 | \
52 check_counts $base_instructions $bpf_instructions
53 compare_number $base_instructions $bpf_instructions
60 stat_output=$(perf stat --no-big-num -e instructions/name=base_instructions/,instructions/name=bpf_instructions/b -- $workload 2>&1)
61 base_instructions=$(echo "$stat_output"| \
62 awk -v i=0 -v c=0 '/base_instructions/ { \
69 check_counts $base_instructions $bpf_instructions
70 compare_number $base_instructions
[all...]