Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
A Dtask_local_storage_exit_creds.c17 int run_count = 0; variable
33 __sync_fetch_and_add(&run_count, 1); in BPF_PROG()
/tools/testing/selftests/bpf/prog_tests/
A Dtask_local_storage.c54 int err, run_count, sync_rcu_calls = 0; in test_exit_creds() local
76 run_count = __atomic_load_n(&skel->bss->run_count, __ATOMIC_SEQ_CST); in test_exit_creds()
77 } while (run_count == 0 && ++sync_rcu_calls < MAX_SYNC_RCU_CALLS); in test_exit_creds()
81 ASSERT_NEQ(run_count, 0, "run_count"); in test_exit_creds()
/tools/perf/
A Dbuiltin-stat.c2091 if (stat_config.run_count != 1 || forever) { in __cmd_record()
2385 OPT_INTEGER('r', "repeat", &stat_config.run_count, in cmd_stat()
2569 if (stat_config.metric_only && stat_config.run_count > 1) { in cmd_stat()
2582 if (stat_config.walltime_run_table && stat_config.run_count <= 1) { in cmd_stat()
2655 if ((stat_config.run_count == 1) && target__none(&target)) in cmd_stat()
2658 if (stat_config.run_count < 0) { in cmd_stat()
2662 } else if (stat_config.run_count == 0) { in cmd_stat()
2664 stat_config.run_count = 1; in cmd_stat()
2860 for (run_idx = 0; forever || run_idx < stat_config.run_count; run_idx++) { in cmd_stat()
2861 if (stat_config.run_count != 1 && verbose > 0) in cmd_stat()
[all …]
/tools/perf/util/
A Dstat.h100 int run_count; member
A Dstat-display.c220 if (config->run_count == 1) in print_noise()
1374 if (config->run_count > 1) in print_header_std()
1375 fprintf(output, " (%d runs)", config->run_count); in print_header_std()
1448 for (idx = 0; idx < config->run_count; idx++) { in print_table()
1480 if (config->run_count == 1) { in print_footer()
A Dconfig.c45 .run_count = 1,

Completed in 18 milliseconds