Home
last modified time | relevance | path

Searched refs:total_cpus (Results 1 – 3 of 3) sorted by relevance

/tools/power/cpupower/bindings/python/
A Dtest_raw_pylibcpupower.py54 total_cpus = p.get_cpu_topology(topo) variable
55 if total_cpus > 0:
/tools/perf/util/
A Dbpf_counter_cgroup.c51 int total_cpus = cpu__max_cpu().cpu; in bperf_load_program() local
61 skel->rodata->num_cpus = total_cpus; in bperf_load_program()
70 map_size = total_cpus * evlist->core.nr_entries / nr_cgroups; in bperf_load_program()
125 __u32 idx = evsel->core.idx * total_cpus + cpu.cpu; in bperf_load_program()
235 int total_cpus = cpu__max_cpu().cpu; in bperf_cgrp__read() local
245 values = calloc(total_cpus, sizeof(*values)); in bperf_cgrp__read()
A Dbpf_lock_contention.c489 int total_cpus; in account_end_timestamp() local
516 total_cpus = cpu__max_cpu().cpu; in account_end_timestamp()
519 cpu_data = calloc(total_cpus, sizeof(*cpu_data)); in account_end_timestamp()
528 for (int i = 0; i < total_cpus; i++) { in account_end_timestamp()

Completed in 8 milliseconds