aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/tests/bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21perf cpumap: Use perf_cpu_map__for_each_cpu when possibleGravatar Ian Rogers 1-6/+7
2022-12-02perf tools: Use dedicated non-atomic clear/set bit helpersGravatar Sean Christopherson 1-1/+1
2022-01-22perf cpumap: Migrate to libperf cpumap apiGravatar Ian Rogers 1-2/+2
2022-01-12perf cpumap: Give CPUs their own typeGravatar Ian Rogers 1-1/+1
2021-11-13perf test: Rename struct test to test_suiteGravatar Ian Rogers 1-1/+1
2021-11-13perf test: Move each test suite struct to its testGravatar Ian Rogers 1-1/+3
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Gravatar Andy Shevchenko 1-1/+1
2019-09-20perf env: Remove needless cpumap.h headerGravatar Arnaldo Carvalho de Melo 1-1/+1
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsGravatar Jiri Olsa 1-1/+2
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Gravatar Jiri Olsa 1-1/+1
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapGravatar Jiri Olsa 1-1/+1
2018-08-08perf tools: Drop unneeded bitmap_zero() callsGravatar Yury Norov 1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-11perf test: Add 'struct test *' to the test functionsGravatar Arnaldo Carvalho de Melo 1-1/+1
2016-08-02perf tests: Add test for bitmap_scnprintf functionGravatar Jiri Olsa 1-0/+53