summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers2024-03-211-6/+7
* perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson2022-12-021-1/+1
* perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-221-2/+2
* 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
* 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: Drop unneeded bitmap_zero() callsYury Norov2018-08-081-2/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo2017-08-111-1/+1
* perf tests: Add test for bitmap_scnprintf functionJiri Olsa2016-08-021-0/+53