Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/magic-enum/magic-enum/
H A Drun-ptest8 all_count=0
19 all_count=$((all_count + 1))
24 echo "PASS: All $all_count tests passed"
26 echo "FAIL: $fail_count of $all_count tests failed"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/memtool/memtool/
H A Drun-ptest8 all_count=0
19 all_count=$((all_count + 1))
24 echo "PASS: All $all_count tests passed"
26 echo "FAIL: $fail_count of $all_count tests failed"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pegtl/pegtl/
H A Drun-ptest4 all_count=0
15 all_count=$((all_count + 1))
20 echo "PASS: All $all_count tests passed"
22 echo "FAIL: $fail_count of $all_count tests failed"
/openbmc/linux/tools/perf/util/
H A Dkwork.h219 u64 all_count; member
/openbmc/linux/tools/perf/
H A Dbuiltin-kwork.c1237 printf(" Total count : %9" PRIu64 "\n", kwork->all_count); in print_summary()
1534 kwork->all_count += work->nr_atoms; in perf_kwork__report()
1722 .all_count = 0, in cmd_kwork()
H A Dbuiltin-sched.c226 u64 all_count; member
1360 sched->all_count += work_list->nb_atoms; in output_lat_thread()
3273 (double)sched->all_runtime / NSEC_PER_MSEC, sched->all_count); in perf_sched__lat()