summaryrefslogtreecommitdiffstats
path: root/tools/perf/lib/cpumap.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-06libperf: Move to tools/lib/perfJiri Olsa1-345/+0
2019-11-29perf evlist: Maintain evlist->all_cpusAndi Kleen1-0/+57
2019-11-29perf cpumap: Maintain cpumaps ordered and without dupsAndi Kleen1-1/+15
2019-09-10libperf: Adopt perf_cpu_map__max() functionJiri Olsa1-0/+12
2019-08-29libperf: Warn when exceeding MAX_NR_CPUS in cpumapKyle Meyer1-0/+6
2019-08-22libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()Jiri Olsa1-0/+12
2019-08-22libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa1-0/+5
2019-07-29libperf: Add perf_cpu_map__for_each_cpu() macroJiri Olsa1-0/+13
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa1-0/+184
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa1-0/+24
2019-07-29libperf: Add perf_cpu_map__dummy_new() functionJiri Olsa1-0/+13
2019-07-29libperf: Add perf_cpu_map structJiri Olsa1-0/+5