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
/
testing
/
selftests
/
bpf
/
trace_helpers.c
Age
Commit message (
Expand
)
Author
2024-06-04
selftests/bpf: Ignore .llvm.<hash> suffix in kallsyms_find()
Yonghong Song
2024-04-12
selftests/bpf: Add read_trace_pipe_iter function
Jiri Olsa
2024-03-28
selftests/bpf: Add {load,search}_kallsyms_custom_local()
Yonghong Song
2024-03-28
selftests/bpf: Refactor trace helper func load_kallsyms_local()
Yonghong Song
2024-02-02
selftests/bpf: trace_helpers.c: do not use poisoned type
Shung-Hsi Yu
2023-09-08
selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutex
Rong Tao
2023-09-08
selftests/bpf: trace_helpers.c: Optimize kallsyms cache
Rong Tao
2023-07-06
selftests/bpf: Bump and validate MAX_SYMS
Björn Töpel
2023-03-31
selftests/bpf: Add read_build_id function
Jiri Olsa
2023-03-13
selftests/bpf: use canonical ftrace path
Ross Zwisler
2022-10-25
selftests/bpf: Add load_kallsyms_refresh function
Jiri Olsa
2022-04-05
selftests/bpf: Fix file descriptor leak in load_kallsyms()
Yuntao Wang
2022-03-17
selftests/bpf: Add kprobe_multi attach test
Jiri Olsa
2022-01-27
selftests/bpf: fix a clang compilation error
Yonghong Song
2022-01-26
selftests/bpf: fix uprobe offset calculation in selftests
Andrii Nakryiko
2021-10-25
selftests/bpf: Guess function end for test_get_branch_snapshot
Song Liu
2021-09-13
selftests/bpf: Add test for bpf_get_branch_snapshot
Song Liu
2021-08-17
selftests/bpf: Add ref_ctr_offset selftests
Andrii Nakryiko
2021-08-17
selftests/bpf: Extract uprobe-related helpers into trace_helpers.{c,h}
Andrii Nakryiko
2020-10-02
selftests/bpf: Ksyms_btf to test typed ksyms
Hao Luo
2020-03-23
samples, bpf: Move read_trace_pipe to trace_helpers
Daniel T. Lee
2019-07-23
selftests/bpf: remove perf buffer helpers
Andrii Nakryiko
2019-05-28
bpf: style fix in while(!feof()) loop
Chang-Hsien Tsai
2019-04-04
selftests/bpf: ksym_search won't check symbols exists
Daniel T. Lee
2018-10-20
bpf, libbpf: simplify and cleanup perf ring buffer walk
Daniel Borkmann
2018-10-18
selftests/bpf: fix file resource leak in load_kallsyms
Peng Hao
2018-06-27
trace_helpers.c: Add helpers to poll multiple perf FDs for events
Toke Høiland-Jørgensen
2018-05-24
tools/bpf: add ksym_get_addr() in trace_helpers
Yonghong Song
2018-05-11
tools: bpf: move the event reading loop to libbpf
Jakub Kicinski
2018-04-29
samples/bpf: move common-purpose trace functions to selftests
Yonghong Song