index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Add uprobe ref counter offset support for USDT semaphores
Andrii Nakryiko
2021-08-17
1
-4
/
+13
*
libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIs
Andrii Nakryiko
2021-08-17
1
-13
/
+65
*
libbpf: Use BPF perf link when supported by kernel
Andrii Nakryiko
2021-08-17
1
-21
/
+90
*
libbpf: Remove unused bpf_link's destroy operation, but add dealloc
Andrii Nakryiko
2021-08-17
1
-4
/
+5
*
libbpf: Support weak typed ksyms.
Hao Luo
2021-08-14
1
-7
/
+9
*
libbpf: Add btf__load_vmlinux_btf/btf__load_module_btf
Hengqi Chen
2021-07-30
1
-2
/
+2
*
libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()
Quentin Monnet
2021-07-30
1
-2
/
+3
*
libbpf: Rename btf__load() as btf__load_into_kernel()
Quentin Monnet
2021-07-30
1
-1
/
+1
*
libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()
Quentin Monnet
2021-07-30
1
-1
/
+3
*
libbpf: Fix race when pinning maps in parallel
Martynas Pumputis
2021-07-27
1
-1
/
+14
*
libbpf: Fix comment typo
Jason Wang
2021-07-27
1
-3
/
+3
*
libbpf: Split CO-RE logic into relo_core.c.
Alexei Starovoitov
2021-07-26
1
-1294
/
+3
*
libbpf: Move CO-RE types into relo_core.h.
Alexei Starovoitov
2021-07-26
1
-23
/
+9
*
libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.
Alexei Starovoitov
2021-07-26
1
-46
/
+71
*
libbpf: Cleanup the layering between CORE and bpf_program.
Alexei Starovoitov
2021-07-26
1
-36
/
+38
*
libbpf: Add bpf_map__pin_path function
Evgeniy Litvinenko
2021-07-24
1
-0
/
+5
*
libbpf: Export bpf_program__attach_kprobe_opts function
Jiri Olsa
2021-07-23
1
-14
/
+17
*
libbpf: Allow decimal offset for kprobes
Jiri Olsa
2021-07-23
1
-1
/
+1
*
libbpf: Fix func leak in attach_kprobe
Jiri Olsa
2021-07-23
1
-0
/
+1
*
libbpf: Fix removal of inner map in bpf_object__create_map
Martynas Pumputis
2021-07-20
1
-6
/
+4
*
libbpf: Fix the possible memory leak on error
Shuyi Cheng
2021-07-16
1
-2
/
+4
*
libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'
Shuyi Cheng
2021-07-16
1
-4
/
+24
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-07-16
1
-13
/
+91
|
\
|
*
libbpf: Allow specification of "kprobe/function+offset"
Alan Maguire
2021-07-16
1
-2
/
+22
|
*
libbpf: Add bpf_program__attach_kprobe_opts function
Jiri Olsa
2021-07-16
1
-9
/
+25
|
*
libbpf: Fix reuse of pinned map on older kernel
Martynas Pumputis
2021-07-13
1
-3
/
+45
*
|
libbpf: Restore errno return for functions that were already returning it
Toke Høiland-Jørgensen
2021-07-07
1
-2
/
+2
|
/
*
libbpf: Add extra BPF_PROG_TYPE check to bpf_object__probe_loading
Jonathan Edwards
2021-06-21
1
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-06-17
1
-247
/
+288
|
\
|
*
libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT.
Kuniyuki Iwashima
2021-06-15
1
-1
/
+4
|
*
libbpf: Simplify the return expression of bpf_object__init_maps function
Wang Hai
2021-06-12
1
-3
/
+1
|
*
libbpf: Fix pr_warn type warnings on 32bit
Michal Suchanek
2021-06-08
1
-2
/
+2
|
*
libbpf: Streamline error reporting for high-level APIs
Andrii Nakryiko
2021-05-26
1
-241
/
+261
|
*
libbpf: Add libbpf_set_strict_mode() API to turn on libbpf 1.0 behaviors
Andrii Nakryiko
2021-05-26
1
-0
/
+17
|
*
libbpf: Skip bpf_object__probe_loading for light skeleton
Stanislav Fomichev
2021-05-24
1
-0
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-05-27
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
libbpf: Add NULL check to add_dummy_ksym_var
Ian Rogers
2021-05-05
1
-0
/
+3
*
|
libbpf: Introduce bpf_map__initial_value().
Alexei Starovoitov
2021-05-19
1
-0
/
+8
*
|
libbpf: Generate loader program out of BPF ELF file.
Alexei Starovoitov
2021-05-19
1
-34
/
+192
*
|
libbpf: Preliminary support for fd_idx
Alexei Starovoitov
2021-05-19
1
-6
/
+25
*
|
libbpf: Add bpf_object pointer to kernel_supports().
Alexei Starovoitov
2021-05-19
1
-22
/
+22
*
|
libbpf: Change the order of data and text relocations.
Alexei Starovoitov
2021-05-19
1
-14
/
+72
*
|
libbpf: Support for syscall program type
Alexei Starovoitov
2021-05-19
1
-0
/
+2
*
|
libbpf: Reject static entry-point BPF programs
Andrii Nakryiko
2021-05-15
1
-0
/
+5
*
|
libbpf: Reject static maps
Andrii Nakryiko
2021-05-14
1
-5
/
+19
*
|
libbpf: Treat STV_INTERNAL same as STV_HIDDEN for functions
Andrii Nakryiko
2021-05-12
1
-5
/
+6
|
/
*
libbpf: Support BTF_KIND_FLOAT during type compatibility checks in CO-RE
Andrii Nakryiko
2021-04-27
1
-2
/
+4
*
libbpf: Make few internal helpers available outside of libbpf.c
Andrii Nakryiko
2021-04-23
1
-10
/
+3
*
libbpf: Refactor BTF map definition parsing
Andrii Nakryiko
2021-04-23
1
-111
/
+146
*
libbpf: Allow gaps in BPF program sections to support overriden weak functions
Andrii Nakryiko
2021-04-23
1
-36
/
+22
[next]