summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/cpumap.c
Commit message (Expand)AuthorAgeFilesLines
* perf test: Fix test case Merge cpu mapThomas Richter2020-01-301-1/+0
* perf evlist: Maintain evlist->all_cpusAndi Kleen2019-11-291-0/+16
* perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo2019-09-201-0/+1
* libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-291-6/+6
* libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa2019-07-291-3/+4
* libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa2019-07-291-4/+4
* perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa2019-07-291-4/+4
* 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-2/+2
* perf cpumap: Convert cpu_map.refcnt from atomic_t to refcount_tElena Reshetova2017-03-031-1/+1
* perf tests cpumap: Add missing headersArnaldo Carvalho de Melo2016-07-121-0/+7
* perf tools: Change cpu_map__fprintf outputJiri Olsa2016-06-301-0/+24
* perf cpu_map: Add cpu_map__new_event functionJiri Olsa2015-12-171-4/+21
* perf cpu_map: Add cpu_map event synthesize functionJiri Olsa2015-12-171-0/+71