Searched refs:cluster (Results 1 – 8 of 8) sorted by relevance
| /tools/perf/util/ |
| A D | cpumap.c | 241 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 D | cpumap.h | 23 int cluster; member
|
| A D | stat-display.c | 273 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 D | stat+json_output.sh | 133 perf stat -j --per-cluster -a true 2>&1 | $PYTHON $pythonchecker --per-cluster
|
| /tools/testing/selftests/cgroup/ |
| A D | memcg_protection.m | 28 cluster = 32*4 / 2**20; variable 78 r = max(r, (r > epsilon) .* cluster);
|
| /tools/perf/tests/shell/lib/ |
| A D | stat_output.sh | 108 perf stat --per-cluster -a $2 true
|
| /tools/perf/Documentation/ |
| A D | perf-stat.txt | 311 --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 D | builtin-stat.c | 152 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