summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/bpf_counter.c
Commit message (Expand)AuthorAgeFilesLines
* 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