summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/topology.c
Commit message (Expand)AuthorAgeFilesLines
* 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