aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/cpumap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04perf cpumap: Add range data encodingIan Rogers1-9/+43
2022-08-19perf cpumap: Fix alignment for masks in event encodingIan Rogers1-10/+9
2022-02-11perf cpumap: Migrate to libperf cpumap apiIan Rogers1-6/+6
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-3/+3
2021-11-13perf test: Rename struct test to test_suiteIan Rogers1-3/+3
2021-11-13perf test: Move each test suite struct to its testIan Rogers1-3/+7
2021-03-06perf test: Fix cpu map leaks in cpu_map_print testNamhyung Kim1-0/+2
2020-01-30perf test: Fix test case Merge cpu mapThomas Richter1-1/+0
2019-11-29perf evlist: Maintain evlist->all_cpusAndi Kleen1-0/+16
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo1-0/+1
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa1-6/+6
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa1-3/+4
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa1-4/+4
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa1-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo1-2/+2
2017-03-03perf cpumap: Convert cpu_map.refcnt from atomic_t to refcount_tElena Reshetova1-1/+1
2016-07-12perf tests cpumap: Add missing headersArnaldo Carvalho de Melo1-0/+7
2016-06-30perf tools: Change cpu_map__fprintf outputJiri Olsa1-0/+24
2015-12-17perf cpu_map: Add cpu_map__new_event functionJiri Olsa1-4/+21
2015-12-17perf cpu_map: Add cpu_map event synthesize functionJiri Olsa1-0/+71