index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
bpf_counter.c
Age
Commit message (
Expand
)
Author
2022-11-16
perf thread_map: Reduce exposure of libperf internal API
Ian Rogers
2022-05-26
perf build: Stop using __weak bpf_map_create() to handle older libbpf versions
Arnaldo Carvalho de Melo
2022-05-23
perf bpf_counter: Tidy use of CPU map index
Ian Rogers
2022-01-13
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
2022-01-12
perf bpf: Rename 'cpu' to 'cpu_map_idx'
Ian Rogers
2021-12-08
perf/bpf_counter: Use bpf_map_create instead of bpf_create_map
Song Liu
2021-11-01
perf bpf: Pull in bpf_program__get_prog_info_linear()
Dave Marchevsky
2021-09-15
perf bpf: Deprecate bpf_map__resize() in favor of bpf_map_set_max_entries()
Muhammad Falak R Wani
2021-07-29
tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()
Quentin Monnet
2021-07-29
tools: Free BTF objects at various locations
Quentin Monnet
2021-07-09
libperf: Move 'leader' from tools/perf to perf_evsel::leader
Jiri Olsa
2021-07-05
perf stat: Enable BPF counter with --for-each-cgroup
Namhyung Kim
2021-07-01
perf bpf_counter: Move common functions to bpf_counter.h
Namhyung Kim
2021-06-01
perf stat: Fix error return code in bperf__load()
Yu Kuai
2021-05-27
perf stat: Fix error check for bpf_program__attach
Namhyung Kim
2021-04-29
perf stat: Introduce bpf_counter_ops->disable()
Song Liu
2021-04-29
perf stat: Introduce ':b' modifier
Song Liu
2021-04-29
perf stat: Introduce config stat.bpf-counter-events
Song Liu
2021-04-29
perf bpf: check perf_attr_map is compatible with the perf binary
Song Liu
2021-04-29
perf util: Move bpf_perf definitions to a libperf header
Song Liu
2021-03-23
perf stat: Introduce 'bperf' to share hardware PMCs with BPF
Song Liu
2021-01-20
perf stat: Enable counting events for BPF programs
Song Liu