aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/tests/topology.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__new_online_cpus()Ian Rogers1-1/+1
2023-05-27perf pmus: Remove perf_pmus__has_hybridIan Rogers1-12/+2
2023-05-27perf pmu: Separate pmu and pmusIan Rogers1-2/+2
2022-10-06perf stat: Rename to aggr_cpu_id.thread_idxNamhyung Kim1-5/+5
2022-06-19perf test topology: Use !strncmp(right platform) to fix guest PPC comparision checkAthira Rajeev1-1/+1
2022-05-21perf test session topology: Fix test to skip the test in guest environmentAthira Rajeev1-0/+11
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers1-16/+21
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-14/+16
2022-01-12perf cpumap: Add CPU to aggr_cpu_idIan Rogers1-0/+19
2022-01-12perf cpumap: Move 'has' function to libperfIan Rogers1-1/+1
2022-01-12perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functionsIan Rogers1-4/+4
2022-01-12perf cpumap: Remove map+index get_node()Ian Rogers1-1/+1
2022-01-12perf cpumap: Remove map+index get_core()Ian Rogers1-1/+1
2022-01-12perf cpumap: Remove map+index get_die()Ian Rogers1-1/+1
2022-01-12perf cpumap: Remove map+index get_socket()Ian Rogers1-1/+1
2021-11-13perf test: Rename struct test to test_suiteIan Rogers1-1/+1
2021-11-13perf test: Move each test suite struct to its testIan Rogers1-1/+3
2021-11-07perf parse-event: Add init and exit to parse_event_errorIan Rogers1-0/+2
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim1-2/+2
2021-07-15perf test session_topology: Delete session->evlistRiccardo Mancini1-0/+1
2021-04-29perf tests: Support 'Session topology' test for hybridJin Yao1-2/+11
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-1/+1
2020-12-24perf stat aggregation: Add separate thread memberJames Clark1-4/+4
2020-12-24perf stat aggregation: Add separate core memberJames Clark1-1/+5
2020-12-24perf stat aggregation: Add separate die memberJames Clark1-3/+5
2020-12-24perf stat aggregation: Add separate socket memberJames Clark1-5/+5
2020-12-24perf stat aggregation: Add separate node memberJames Clark1-1/+7
2020-12-24perf stat: Replace aggregation ID with a structJames Clark1-8/+9
2020-12-24perf tests: Improve topology test to check all aggregation typesJames Clark1-7/+46
2020-11-30perf evlist: Use the right prefix for alternative 'struct evlist' constructorsArnaldo Carvalho de Melo1-1/+1
2020-04-23perf test session topology: Fix data pathTommi Rantala1-8/+4
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar1-2/+3
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo1-0/+1
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+0
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa1-1/+2
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa1-1/+1
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa1-2/+2
2018-06-25perf test session topology: Fix test on s390Thomas Richter1-0/+1
2018-05-30perf test: "Session topology" dumps core on s390Thomas Richter1-6/+24
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa1-5/+9
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-5/+5
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo1-1/+1
2017-02-17perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology_mapJan Stancek1-1/+3
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo1-1/+1
2015-10-19perf cpu_map: Add data arg to cpu_map__build_map callbackJiri Olsa1-2/+2
2015-09-14perf test: Add entry to test cpu topologyKan Liang1-0/+115