index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-28
libbpf: Refactor ELF section handler definitions
Andrii Nakryiko
1
-111
/
+84
2021-09-28
libbpf: Reduce reliance of attach_fns on sec_def internals
Andrii Nakryiko
1
-18
/
+23
2021-09-28
libbpf: Refactor internal sec_def handling to enable pluggability
Andrii Nakryiko
1
-42
/
+87
2021-09-28
libbpf: Add "tc" SEC_DEF which is a better name for "classifier"
Andrii Nakryiko
1
-0
/
+1
2021-09-27
libbpf: Ignore STT_SECTION symbols in 'maps' section
Toke Høiland-Jørgensen
1
-2
/
+3
2021-09-21
libbpf: Add legacy uprobe attaching support
Andrii Nakryiko
1
-8
/
+122
2021-09-21
libbpf: Refactor and simplify legacy kprobe code
Andrii Nakryiko
1
-72
/
+87
2021-09-21
libbpf: Fix memory leak in legacy kprobe attach logic
Andrii Nakryiko
1
-3
/
+7
2021-09-17
libbpf: Constify all high-level program attach APIs
Andrii Nakryiko
1
-34
/
+34
2021-09-17
libbpf: Schedule open_opts.attach_prog_fd deprecation since v0.7
Andrii Nakryiko
1
-0
/
+3
2021-09-17
libbpf: Allow skipping attach_func_name in bpf_program__set_attach_target()
Andrii Nakryiko
1
-1
/
+12
2021-09-17
libbpf: Use pre-setup sec_def in libbpf_find_attach_btf_id()
Andrii Nakryiko
1
-9
/
+5
2021-09-14
libbpf: Add support for BTF_KIND_TAG
Yonghong Song
1
-3
/
+28
2021-09-14
libbpf: Minimize explicit iterator of section definition array
Andrii Nakryiko
1
-27
/
+19
2021-09-14
libbpf: Simplify BPF program auto-attach code
Andrii Nakryiko
1
-39
/
+22
2021-09-14
libbpf: Ensure BPF prog types are set before relocations
Andrii Nakryiko
1
-42
/
+51
2021-09-14
libbpf: Introduce legacy kprobe events support
Rafael David Tinoco
1
-4
/
+124
2021-09-07
libbpf: Don't crash on object files with no symbol tables
Toke Høiland-Jørgensen
1
-0
/
+6
2021-08-17
libbpf: Add uprobe ref counter offset support for USDT semaphores
Andrii Nakryiko
1
-4
/
+13
2021-08-17
libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIs
Andrii Nakryiko
1
-13
/
+65
2021-08-17
libbpf: Use BPF perf link when supported by kernel
Andrii Nakryiko
1
-21
/
+90
2021-08-17
libbpf: Remove unused bpf_link's destroy operation, but add dealloc
Andrii Nakryiko
1
-4
/
+5
2021-08-13
libbpf: Support weak typed ksyms.
Hao Luo
1
-7
/
+9
2021-07-30
libbpf: Add btf__load_vmlinux_btf/btf__load_module_btf
Hengqi Chen
1
-2
/
+2
2021-07-29
libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()
Quentin Monnet
1
-2
/
+3
2021-07-29
libbpf: Rename btf__load() as btf__load_into_kernel()
Quentin Monnet
1
-1
/
+1
2021-07-29
libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()
Quentin Monnet
1
-1
/
+3
2021-07-27
libbpf: Fix race when pinning maps in parallel
Martynas Pumputis
1
-1
/
+14
2021-07-27
libbpf: Fix comment typo
Jason Wang
1
-3
/
+3
2021-07-26
libbpf: Split CO-RE logic into relo_core.c.
Alexei Starovoitov
1
-1294
/
+3
2021-07-26
libbpf: Move CO-RE types into relo_core.h.
Alexei Starovoitov
1
-23
/
+9
2021-07-26
libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.
Alexei Starovoitov
1
-46
/
+71
2021-07-26
libbpf: Cleanup the layering between CORE and bpf_program.
Alexei Starovoitov
1
-36
/
+38
2021-07-23
libbpf: Add bpf_map__pin_path function
Evgeniy Litvinenko
1
-0
/
+5
2021-07-22
libbpf: Export bpf_program__attach_kprobe_opts function
Jiri Olsa
1
-14
/
+17
2021-07-22
libbpf: Allow decimal offset for kprobes
Jiri Olsa
1
-1
/
+1
2021-07-22
libbpf: Fix func leak in attach_kprobe
Jiri Olsa
1
-0
/
+1
2021-07-19
libbpf: Fix removal of inner map in bpf_object__create_map
Martynas Pumputis
1
-6
/
+4
2021-07-16
libbpf: Fix the possible memory leak on error
Shuyi Cheng
1
-2
/
+4
2021-07-16
libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'
Shuyi Cheng
1
-4
/
+24
2021-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-13
/
+91
2021-07-15
libbpf: Allow specification of "kprobe/function+offset"
Alan Maguire
1
-2
/
+22
2021-07-15
libbpf: Add bpf_program__attach_kprobe_opts function
Jiri Olsa
1
-9
/
+25
2021-07-12
libbpf: Fix reuse of pinned map on older kernel
Martynas Pumputis
1
-3
/
+45
2021-07-06
libbpf: Restore errno return for functions that were already returning it
Toke Høiland-Jørgensen
1
-2
/
+2
2021-06-21
libbpf: Add extra BPF_PROG_TYPE check to bpf_object__probe_loading
Jonathan Edwards
1
-0
/
+4
2021-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-247
/
+288
2021-06-15
libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT.
Kuniyuki Iwashima
1
-1
/
+4
2021-06-11
libbpf: Simplify the return expression of bpf_object__init_maps function
Wang Hai
1
-3
/
+1
2021-06-08
libbpf: Fix pr_warn type warnings on 32bit
Michal Suchanek
1
-2
/
+2
[prev]
[next]