Lines Matching refs:instructions
32 echo "Skipping: instructions event not counted"
36 echo "Failed: instructions not counted with --bpf-counters"
44 base_instructions=$(perf stat --no-big-num -e instructions -- $workload 2>&1 | \
45 awk -v i=0 -v c=0 '/instructions/ { \
48 bpf_instructions=$(perf stat --no-big-num --bpf-counters -e instructions -- $workload 2>&1 | \
49 awk -v i=0 -v c=0 '/instructions/ { \
60 stat_output=$(perf stat --no-big-num -e instructions/name=base_instructions/,instructions/name=bpf_instructions/b -- $workload 2>&1)
75 if ! perf stat -e instructions --bpf-counters true > /dev/null 2>&1; then
78 perf --no-pager stat -e instructions --bpf-counters true || true