index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
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