Home
last modified time | relevance | path

Searched refs:step (Results 1 – 20 of 20) sorted by relevance

/tools/testing/radix-tree/
Dbenchmark.c53 unsigned long size, unsigned long step) in benchmark_insert() argument
61 for (index = 0 ; index < size ; index += step) in benchmark_insert()
70 size, step, nsec); in benchmark_insert()
74 unsigned long size, unsigned long step) in benchmark_tagging() argument
82 for (index = 0 ; index < size ; index += step) in benchmark_tagging()
91 size, step, nsec); in benchmark_tagging()
95 unsigned long size, unsigned long step) in benchmark_delete() argument
103 for (index = 0 ; index < size ; index += step) in benchmark_delete()
112 size, step, nsec); in benchmark_delete()
115 static void benchmark_size(unsigned long size, unsigned long step) in benchmark_size() argument
[all …]
/tools/perf/ui/
Dprogress.c23 u64 nr = DIV_ROUND_UP(p->curr - last, p->step); in ui_progress__update()
25 p->next += nr * p->step; in ui_progress__update()
34 p->next = p->step = total / 16 ?: 1; in __ui_progress__init()
Dprogress.h11 u64 curr, next, step, total; member
/tools/testing/selftests/tc-testing/
DTdcResults.py54 self.steps.append(step)
102 for step in t.steps:
103 ftap += '\n\t\t{}'.format(step)
120 for step in t.steps:
121 xunit += '\t{}\n'.format(escape(step))
/tools/perf/arch/x86/util/
Dheader.c30 int family = -1, model = -1, step = -1; in __get_cpuid() local
45 step = a & 0xf; in __get_cpuid()
55 nb = scnprintf(buffer, sz, fmt, vendor, family, model, step); in __get_cpuid()
/tools/testing/selftests/kvm/lib/aarch64/
Ducall.c27 vm_paddr_t gpa, start, end, step, offset; in ucall_init() local
58 step = end / 16; in ucall_init()
59 for (offset = 0; offset < end - start; offset += step) { in ucall_init()
/tools/testing/selftests/
Dkselftest_harness.h600 __bail(_assert, _metadata->no_print, _metadata->step))
603 if (_metadata->passed && _metadata->step < 255) \
604 _metadata->step++;
642 __u8 step; member
688 static inline int __bail(int for_realz, bool no_print, __u8 step) in __bail() argument
692 _exit(step); in __bail()
714 _exit(t->passed ? 0 : t->step); in __run_test()
/tools/testing/selftests/timers/
D.gitignore21 freq-step
DMakefile11 skew_consistency clocksource-switch freq-step leap-a-day \
/tools/bpf/bpftool/
Dmap.c170 unsigned int i, n, step; in do_dump_btf() local
175 step = round_up(map_info->value_size, 8); in do_dump_btf()
181 value + i * step); in do_dump_btf()
228 unsigned int i, n, step; in print_entry_json() local
231 step = round_up(info->value_size, 8); in print_entry_json()
244 print_hex_data_json(value + i * step, in print_entry_json()
308 unsigned int i, n, step; in print_entry_plain() local
311 step = round_up(info->value_size, 8); in print_entry_plain()
322 fprint_hex(stdout, value + i * step, in print_entry_plain()
361 unsigned int i, n, step; in fill_per_cpu_value() local
[all …]
/tools/perf/bench/
Dnuma.c514 int step; in parse_setup_cpu_list() local
533 step = 1; in parse_setup_cpu_list()
536 step = atol(tok_step + 1); in parse_setup_cpu_list()
537 BUG_ON(step <= 0 || step >= g->p.nr_cpus); in parse_setup_cpu_list()
560 dprintf("CPUs: %d_%d-%d#%dx%d\n", bind_cpu_0, bind_len, bind_cpu_1, step, mul); in parse_setup_cpu_list()
570 for (bind_cpu = bind_cpu_0; bind_cpu <= bind_cpu_1; bind_cpu += step) { in parse_setup_cpu_list()
650 int step; in parse_setup_node_list() local
669 step = 1; in parse_setup_node_list()
672 step = atol(tok_step + 1); in parse_setup_node_list()
673 BUG_ON(step <= 0 || step >= g->p.nr_nodes); in parse_setup_node_list()
[all …]
/tools/perf/ui/tui/
Dprogress.c12 p->next = p->step = p->total / (SLtt_Screen_Cols - 2) ?: 1; in __tui_progress__init()
/tools/testing/selftests/kvm/
Ddirty_log_test.c185 uint64_t step = host_page_size >= guest_page_size ? 1 : in vm_dirty_log_verify() local
188 for (page = 0; page < host_num_pages; page += step) { in vm_dirty_log_verify()
/tools/power/cpupower/bench/
DREADME-BENCH111 -x, --load-step=<long int> time to be added to load time, in us
112 -y, --sleep-step=<long int> time to be added to sleep time, in us
/tools/include/uapi/sound/
Dasound.h440 unsigned int step; /* samples distance in bits */ member
913 long step; /* R: step (0 variable) */ member
918 long long step; /* R: step (0 variable) */ member
/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME22 perl Makefile.PL # to create a Makefile for the next step
/tools/perf/Documentation/
Dperf-script-python.txt28 provides more details on each step and lists the library functions
179 mean either that the record step recorded event types that it wasn't
406 You can now perform the record step via 'perf script record':
Dperf-script.txt55 and 'perf script report' commands, with the stdout of the record step
Dperf-record.txt313 post processing after recording, which sometimes makes the final step in
/tools/memory-model/litmus-tests/
DREADME204 The next step is to construct a space-separated list of descriptors,