index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
bpf_counter.c
Age
Commit message (
Expand
)
Author
2024-11-01
perf stat: Support inherit events during fork() for bperf
Tengda Wu
2023-12-12
libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...
Ian Rogers
2023-10-12
perf bpf_counter: Fix a few memory leaks
Ian Rogers
2023-04-11
perf bperf: Avoid use after free via unrelated 'struct evsel' anonymous union...
Ian Rogers
2023-03-20
perf bpf_counter: Use public cpumap accessors
Ian Rogers
2023-03-15
perf record: Add BPF event filter support
Namhyung Kim
2023-03-14
perf bpf: Remove pre libbpf 1.0 conditional logic
Ian Rogers
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