summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/mem2node.c
Commit message (Expand)AuthorAgeFilesLines
* perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-221-4/+5
* perf cpumap: Give CPUs their own typeIan 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
* tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko2021-09-081-1/+1
* perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo2019-09-201-1/+1
* perf env: Remove env.h from other headers where just a fwd decl is neededArnaldo Carvalho de Melo2019-08-311-0/+2
* perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo2019-08-221-0/+1
* 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-1/+1
* perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-091-1/+2
* perf tests: Add missing SPDX headersArnaldo Carvalho de Melo2019-06-171-0/+1
* perf tools: Drop unneeded bitmap_zero() callsYury Norov2018-08-081-2/+0
* perf tests: Add mem2node object testJiri Olsa2018-03-161-0/+75