aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/bpf_counter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-05perf stat: Enable BPF counter with --for-each-cgroupNamhyung Kim1-0/+5
2021-07-01perf bpf_counter: Move common functions to bpf_counter.hNamhyung Kim1-52/+0
2021-06-01perf stat: Fix error return code in bperf__load()Yu Kuai1-2/+4
2021-05-27perf stat: Fix error check for bpf_program__attachNamhyung Kim1-2/+2
2021-04-29perf stat: Introduce bpf_counter_ops->disable()Song Liu1-0/+26
2021-04-29perf stat: Introduce ':b' modifierSong Liu1-1/+1
2021-04-29perf stat: Introduce config stat.bpf-counter-eventsSong Liu1-1/+2
2021-04-29perf bpf: check perf_attr_map is compatible with the perf binarySong Liu1-0/+19
2021-04-29perf util: Move bpf_perf definitions to a libperf headerSong Liu1-24/+3
2021-03-23perf stat: Introduce 'bperf' to share hardware PMCs with BPFSong Liu1-5/+514
2021-01-20perf stat: Enable counting events for BPF programsSong Liu1-0/+314