Home
last modified time | relevance | path

Searched refs:cluster (Results 1 – 8 of 8) sorted by relevance

/tools/perf/util/
A Dcpumap.c241 else if (a->cluster != b->cluster) in aggr_cpu_id__cmp()
242 return a->cluster - b->cluster; in aggr_cpu_id__cmp()
339 int cluster = cpu__get_cluster_id(cpu); in aggr_cpu_id__cluster() local
343 if (cluster < 0) in aggr_cpu_id__cluster()
344 cluster = 0; in aggr_cpu_id__cluster()
350 id.cluster = cluster; in aggr_cpu_id__cluster()
734 a->cluster == b->cluster && in aggr_cpu_id__equal()
747 a->cluster == -1 && in aggr_cpu_id__is_empty()
761 .cluster = -1, in aggr_cpu_id__empty()
A Dcpumap.h23 int cluster; member
A Dstat-display.c273 snprintf(buf, sizeof(buf), "S%d-D%d-CLS%d", id.socket, id.die, id.cluster); in print_aggr_id_std()
327 id.socket, id.die, id.cluster, sep, aggr_nr, sep); in print_aggr_id_csv()
378 id.socket, id.die, id.cluster, aggr_nr); in print_aggr_id_json()
/tools/perf/tests/shell/
A Dstat+json_output.sh133 perf stat -j --per-cluster -a true 2>&1 | $PYTHON $pythonchecker --per-cluster
/tools/testing/selftests/cgroup/
A Dmemcg_protection.m28 cluster = 32*4 / 2**20; variable
78 r = max(r, (r > epsilon) .* cluster);
/tools/perf/tests/shell/lib/
A Dstat_output.sh108 perf stat --per-cluster -a $2 true
/tools/perf/Documentation/
A Dperf-stat.txt311 --per-cluster::
312 Aggregate counts per processor cluster for system-wide mode measurement. This
314 use --per-cluster in addition to -a. (system-wide). The output includes the
315 cluster number and the number of online processors on that cluster. This is
316 useful to gauge the amount of aggregation. The information of cluster ID and
407 --per-cluster::
408 Aggregate counts perf processor cluster for system-wide mode measurements.
/tools/perf/
A Dbuiltin-stat.c152 bool node, socket, die, cluster, cache, core, thread, no_aggr; member
166 if (opt_mode->cluster) in opt_aggr_mode_to_aggr_mode()
1626 id.cluster = env->cpu[cpu.cpu].cluster_id; in perf_env__get_cluster_aggr_by_cpu()
1644 id.cluster = env->cpu[cpu.cpu].cluster_id; in perf_env__get_core_aggr_by_cpu()
2434 OPT_BOOLEAN(0, "per-cluster", &opt_mode.cluster, in cmd_stat()

Completed in 18 milliseconds