summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/bpf_counter_cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Fix handling of unsupported cgroup events when using BPF countersNamhyung Kim2023-01-041-11/+3
* perf stat: Use evsel->core.cpus to iterate cpus in BPF cgroup countersNamhyung Kim2022-09-211-3/+3
* perf stat: Fix cpu map index in bperf cgroup codeNamhyung Kim2022-09-211-2/+2
* perf cpumap: Switch to using perf_cpu_map APIIan Rogers2022-05-051-23/+19
* perf bpf: Fix a typo in bpf_counter_cgroup.cMasanari Iida2022-02-061-1/+1
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-5/+5
* perf bpf: Deprecate bpf_map__resize() in favor of bpf_map_set_max_entries()Muhammad Falak R Wani2021-09-151-4/+4
* libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa2021-07-091-6/+6
* perf stat: Enable BPF counter with --for-each-cgroupNamhyung Kim2021-07-051-0/+307