aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cputopo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04perf topology: Add core_wideIan Rogers1-0/+46
2022-10-04perf smt: Compute SMT from topologyIan Rogers1-0/+15
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers1-2/+2
2022-01-14perf cputopo: Fix CPU topology reading on s/390Thomas Richter1-1/+2
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-3/+3
2022-01-12perf cpumap: Move 'has' function to libperfIan Rogers1-1/+1
2021-11-13perf cputopo: Match thread_siblings to topology ABI nameIan Rogers1-13/+13
2021-11-13perf cputopo: Match die_siblings to topology ABI nameIan Rogers1-14/+12
2021-11-13perf cputopo: Update to use pakage_cpusIan Rogers1-10/+16
2021-05-17perf header: Support HYBRID_TOPOLOGY featureJin Yao1-0/+80
2019-08-22perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo1-0/+2
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa1-2/+3
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa1-2/+2
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa1-2/+2
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo1-1/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-07-09perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo1-0/+1
2019-06-10perf tools: Apply new CPU topology sysfs attributesKan Liang1-1/+7
2019-06-10perf header: Add die information in CPU topologyKan Liang1-5/+71
2019-02-19perf tools: Use sysfs__mountpoint() when reading cpu topologyJiri Olsa1-7/+22
2019-02-19perf tools: Add numa_topology objectJiri Olsa1-0/+118
2019-02-19perf tools: Add cpu_topology objectJiri Olsa1-0/+144