index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
bpf-event.c
Age
Commit message (
Expand
)
Author
2026-06-17
perf bpf: Validate array presence before casting BPF prog info pointers
Arnaldo Carvalho de Melo
2026-06-17
perf bpf: Reject oversized BPF metadata events that truncate header.size
Arnaldo Carvalho de Melo
2026-06-17
perf bpf: Validate func_info_rec_size and sub_id in synthesize_bpf_prog_name()
Arnaldo Carvalho de Melo
2026-06-10
perf bpf: Fix metadata leak in perf_env__add_bpf_info() on duplicate insert
Arnaldo Carvalho de Melo
2026-06-10
perf bpf: Fix map data leak in bpf_metadata_create() on alloc failure
Arnaldo Carvalho de Melo
2026-06-10
perf bpf: Add NULL check for btf__type_by_id() in synthesize_bpf_prog_name()
Arnaldo Carvalho de Melo
2026-06-10
perf bpf: Use scnprintf() in snprintf_hex() and synthesize_bpf_prog_name()
Arnaldo Carvalho de Melo
2026-04-08
perf tools: Use calloc() where applicable
Arnaldo Carvalho de Melo
2026-01-27
perf bpf-event: Constify variables storing the result of strchr() on const ta...
Arnaldo Carvalho de Melo
2026-01-14
perf tools: Switch printf("...%s", strerror(errno)) to printf("...%m")
Ian Rogers
2025-09-02
perf bpf-event: Fix use-after-free in synthesis
Ian Rogers
2025-07-25
perf env: Remove global perf_env
Ian Rogers
2025-07-25
perf session: Add accessor for session->header.env
Ian Rogers
2025-06-20
perf record: collect BPF metadata from new programs
Blake Jones
2025-06-20
perf record: collect BPF metadata from existing BPF programs
Blake Jones
2024-12-10
perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info()
Zhongqiu Han
2024-08-12
perf tool: Constify tool pointers
Ian Rogers
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
2024-02-12
perf maps: Get map before returning in maps__find
Ian Rogers
2024-01-03
perf env: Avoid recursively taking env->bpf_progs.lock
Ian Rogers
2023-11-09
perf bpf: Don't synthesize BPF events when disabled
Ian Rogers
2023-04-04
perf map: Add accessor for dso
Ian Rogers
2023-03-14
perf bpf: Remove pre libbpf 1.0 conditional logic
Ian Rogers
2022-10-25
perf bpf: Fix build with libbpf 0.7.0 by adding prototype for bpf_load_program()
Arnaldo Carvalho de Melo
2022-05-26
perf build: Stop using __weak btf__raw_data() to handle older libbpf versions
Jiri Olsa
2022-05-26
perf build: Stop using __weak bpf_object__next_map() to handle older libbpf v...
Jiri Olsa
2022-05-26
perf build: Stop using __weak bpf_object__next_program() to handle older libb...
Jiri Olsa
2022-05-26
perf build: Stop using __weak bpf_prog_load() to handle older libbpf versions
Jiri Olsa
2022-05-20
perf build: Fix check for btf__load_from_kernel_by_id() in libbpf
Arnaldo Carvalho de Melo
2022-02-14
perf maps: Use a pointer for kmaps
Ian Rogers
2022-02-14
perf bpf: Stop using deprecated bpf_load_program() API
Christy Lee
2021-11-13
perf tools: Add more weak libbpf functions
Jiri Olsa
2021-11-13
perf bpf: Avoid memory leak from perf_env__insert_btf()
Ian Rogers
2021-11-06
perf bpf: Add missing free to bpf_event__print_bpf_prog_info()
Ian Rogers
2021-11-06
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-11-01
perf bpf: Pull in bpf_program__get_prog_info_linear()
Dave Marchevsky
2021-10-22
perf bpf: Switch to new btf__raw_data API
Hengqi Chen
2021-09-18
perf bpf: Ignore deprecation warning when using libbpf's btf__get_from_id()
Andrii Nakryiko
2021-09-15
perf bpf: Ignore deprecation warning when using libbpf's btf__get_from_id()
Andrii Nakryiko
2021-09-10
perf bpf: Provide a weak btf__load_from_kernel_by_id() for older libbpf versions
Arnaldo Carvalho de Melo
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-03-16
perf top: Fix BPF support related crash with perf_event_paranoid=3 + kptr_res...
Jackie Liu
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' sideband thread methods
Arnaldo Carvalho de Melo
2020-05-05
perf bpf: Decouple creating the evlist from adding the SB event
Arnaldo Carvalho de Melo
2020-04-16
perf tools: Synthesize bpf_trampoline/dispatcher ksymbol event
Jiri Olsa
2019-11-26
perf maps: Merge 'struct maps' with 'struct map_groups'
Arnaldo Carvalho de Melo
2019-09-20
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
2019-08-31
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
2019-08-26
perf tool: Rename perf_tool::bpf_event to bpf
Arnaldo Carvalho de Melo
[next]