summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/bpf_counter.c
Commit message (Expand)AuthorAgeFilesLines
* tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet2021-07-291-2/+7
* tools: Free BTF objects at various locationsQuentin Monnet2021-07-291-1/+2
* libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-091-1/+1
* perf stat: Enable BPF counter with --for-each-cgroupNamhyung Kim2021-07-051-0/+5
* perf bpf_counter: Move common functions to bpf_counter.hNamhyung Kim2021-07-011-52/+0
* perf stat: Fix error return code in bperf__load()Yu Kuai2021-06-011-2/+4
* perf stat: Fix error check for bpf_program__attachNamhyung Kim2021-05-271-2/+2
* perf stat: Introduce bpf_counter_ops->disable()Song Liu2021-04-291-0/+26
* perf stat: Introduce ':b' modifierSong Liu2021-04-291-1/+1
* perf stat: Introduce config stat.bpf-counter-eventsSong Liu2021-04-291-1/+2
* perf bpf: check perf_attr_map is compatible with the perf binarySong Liu2021-04-291-0/+19
* perf util: Move bpf_perf definitions to a libperf headerSong Liu2021-04-291-24/+3
* perf stat: Introduce 'bperf' to share hardware PMCs with BPFSong Liu2021-03-231-5/+514
* perf stat: Enable counting events for BPF programsSong Liu2021-01-201-0/+314