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 | \52 check_counts $base_instructions $bpf_instructions53 compare_number $base_instructions $bpf_instructions60 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_instructions70 compare_number $base_instructions [all...]