summaryrefslogtreecommitdiff
path: root/tools/perf/tests/cpumap.c
AgeCommit message (Expand)Author
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers
2023-05-27perf cpumap: Add equal functionIan Rogers
2023-05-26perf tests: Organize cpu_map tests into a single suiteIan Rogers
2023-05-26perf cpumap: Add intersect functionIan Rogers
2023-04-17libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps testArnaldo Carvalho de Melo
2022-11-16perf cpumap: Tidy libperf includesIan Rogers
2022-10-04perf cpumap: Add range data encodingIan Rogers
2022-08-19perf cpumap: Fix alignment for masks in event encodingIan Rogers
2022-02-11perf cpumap: Migrate to libperf cpumap apiIan Rogers
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
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-03-06perf test: Fix cpu map leaks in cpu_map_print testNamhyung Kim
2020-01-30perf test: Fix test case Merge cpu mapThomas Richter
2019-11-29perf evlist: Maintain evlist->all_cpusAndi Kleen
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa
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
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo
2017-03-03perf cpumap: Convert cpu_map.refcnt from atomic_t to refcount_tElena Reshetova
2016-07-12perf tests cpumap: Add missing headersArnaldo Carvalho de Melo
2016-06-30perf tools: Change cpu_map__fprintf outputJiri Olsa
2015-12-17perf cpu_map: Add cpu_map__new_event functionJiri Olsa
2015-12-17perf cpu_map: Add cpu_map event synthesize functionJiri Olsa