Lines Matching full:aggregate
301 * do not aggregate counts across CPUs in system-wide mode
1143 * If no string is specified, aggregate based on the topology of
2243 "aggregate counts per processor socket", AGGR_SOCKET),
2245 "aggregate counts per processor die", AGGR_DIE),
2247 "aggregate counts perf processor cluster", AGGR_CLUSTER),
2250 "aggregate count at this cache level (Default: LLC)",
2253 "aggregate counts per physical processor core", AGGR_CORE),
2255 "aggregate counts per numa node", AGGR_NODE),
2410 "aggregate counts per processor socket"),
2411 OPT_BOOLEAN(0, "per-die", &opt_mode.die, "aggregate counts per processor die"),
2413 "aggregate counts per processor cluster"),
2415 "cache level", "aggregate count at this cache level (Default: LLC)",
2418 "aggregate counts per physical processor core"),
2419 OPT_BOOLEAN(0, "per-thread", &opt_mode.thread, "aggregate counts per thread"),
2420 OPT_BOOLEAN(0, "per-node", &opt_mode.node, "aggregate counts per numa node"),