summaryrefslogtreecommitdiff
path: root/tools/perf/util/cputopo.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers1-1/+1
2023-05-27perf pmus: Remove perf_pmus__has_hybridIan Rogers1-8/+2
2023-05-27perf pmus: Allow just core PMU scanningIan Rogers1-8/+4
2023-05-27perf pmu: Separate pmu and pmusIan Rogers1-3/+4
2023-05-27perf topology: Avoid hybrid list for hybrid topologyIan Rogers1-5/+14
2023-02-19perf expr: Make the online topology accessible globallyIan Rogers1-0/+14
2023-01-23perf pmu: Use perf_pmu__open_file() and perf_pmu__scan_file()James Clark1-8/+1
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-14perf cputopo: Match thread_siblings to topology ABI nameIan Rogers1-13/+13
2021-11-14perf cputopo: Match die_siblings to topology ABI nameIan Rogers1-14/+12
2021-11-14perf 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-30libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa1-2/+3
2019-07-30libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa1-2/+2
2019-07-30perf 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