summaryrefslogtreecommitdiff
path: root/tools/perf/tests/topology.c
AgeCommit message (Expand)Author
2021-11-13perf test: Rename struct test to test_suiteIan Rogers
2021-11-13perf test: Move each test suite struct to its testIan Rogers
2021-11-07perf parse-event: Add init and exit to parse_event_errorIan Rogers
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim
2021-07-15perf test session_topology: Delete session->evlistRiccardo Mancini
2021-04-29perf tests: Support 'Session topology' test for hybridJin Yao
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2020-12-24perf stat aggregation: Add separate thread memberJames Clark
2020-12-24perf stat aggregation: Add separate core memberJames Clark
2020-12-24perf stat aggregation: Add separate die memberJames Clark
2020-12-24perf stat aggregation: Add separate socket memberJames Clark
2020-12-24perf stat aggregation: Add separate node memberJames Clark
2020-12-24perf stat: Replace aggregation ID with a structJames Clark
2020-12-24perf tests: Improve topology test to check all aggregation typesJames Clark
2020-11-30perf evlist: Use the right prefix for alternative 'struct evlist' constructorsArnaldo Carvalho de Melo
2020-04-23perf test session topology: Fix data pathTommi Rantala
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa
2018-06-25perf test session topology: Fix test on s390Thomas Richter
2018-05-30perf test: "Session topology" dumps core on s390Thomas Richter
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo
2017-02-17perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology...Jan Stancek
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo
2015-10-19perf cpu_map: Add data arg to cpu_map__build_map callbackJiri Olsa
2015-09-14perf test: Add entry to test cpu topologyKan Liang