开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
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
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