summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/topology.c
Commit message (Expand)AuthorAgeFilesLines
* perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers2024-03-211-23/+23
* libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers2023-12-121-1/+1
* perf pmus: Remove perf_pmus__has_hybridIan Rogers2023-05-271-12/+2
* perf pmu: Separate pmu and pmusIan Rogers2023-05-271-2/+2
* perf stat: Rename to aggr_cpu_id.thread_idxNamhyung Kim2022-10-061-5/+5
* perf test topology: Use !strncmp(right platform) to fix guest PPC comparision...Athira Rajeev2022-06-191-1/+1
* perf test session topology: Fix test to skip the test in guest environmentAthira Rajeev2022-05-211-0/+11
* perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-221-16/+21
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-14/+16
* perf cpumap: Add CPU to aggr_cpu_idIan Rogers2022-01-121-0/+19
* perf cpumap: Move 'has' function to libperfIan Rogers2022-01-121-1/+1
* perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functionsIan Rogers2022-01-121-4/+4
* perf cpumap: Remove map+index get_node()Ian Rogers2022-01-121-1/+1
* perf cpumap: Remove map+index get_core()Ian Rogers2022-01-121-1/+1
* perf cpumap: Remove map+index get_die()Ian Rogers2022-01-121-1/+1
* perf cpumap: Remove map+index get_socket()Ian Rogers2022-01-121-1/+1
* perf test: Rename struct test to test_suiteIan Rogers2021-11-131-1/+1
* perf test: Move each test suite struct to its testIan Rogers2021-11-131-1/+3
* perf parse-event: Add init and exit to parse_event_errorIan Rogers2021-11-071-0/+2
* perf tools: Remove repipe argument from perf_session__new()Namhyung Kim2021-08-021-2/+2
* perf test session_topology: Delete session->evlistRiccardo Mancini2021-07-151-0/+1
* perf tests: Support 'Session topology' test for hybridJin Yao2021-04-291-2/+11
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* perf stat aggregation: Add separate thread memberJames Clark2020-12-241-4/+4
* perf stat aggregation: Add separate core memberJames Clark2020-12-241-1/+5
* perf stat aggregation: Add separate die memberJames Clark2020-12-241-3/+5
* perf stat aggregation: Add separate socket memberJames Clark2020-12-241-5/+5
* perf stat aggregation: Add separate node memberJames Clark2020-12-241-1/+7
* perf stat: Replace aggregation ID with a structJames Clark2020-12-241-8/+9
* perf tests: Improve topology test to check all aggregation typesJames Clark2020-12-241-7/+46
* perf evlist: Use the right prefix for alternative 'struct evlist' constructorsArnaldo Carvalho de Melo2020-11-301-1/+1
* perf test session topology: Fix data pathTommi Rantala2020-04-231-8/+4
* perf session: Return error code for perf_session__new() function on failureMamatha Inamdar2019-09-201-2/+3
* perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo2019-09-201-0/+1
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+0
* libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa2019-07-291-1/+2
* libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa2019-07-291-1/+1
* perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa2019-07-291-2/+2
* perf test session topology: Fix test on s390Thomas Richter2018-06-251-0/+1
* perf test: "Session topology" dumps core on s390Thomas Richter2018-05-301-6/+24
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf tools: Add struct perf_data_fileJiri Olsa2017-10-301-5/+9
* | perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-301-5/+5
|/
* perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo2017-08-111-1/+1
* perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology...Jan Stancek2017-02-171-1/+3
* perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo2015-11-191-1/+1
* perf cpu_map: Add data arg to cpu_map__build_map callbackJiri Olsa2015-10-191-2/+2
* perf test: Add entry to test cpu topologyKan Liang2015-09-141-0/+115