index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
libperf tests: Fix test_stat_cpu
Shunsuke Nakamura
2021-10-14
2
-6
/
+6
*
libperf test evsel: Fix build error on !x86 architectures
Shunsuke Nakamura
2021-10-14
1
-0
/
+1
*
libbpf: Fix memory leak in strset
Andrii Nakryiko
2021-10-01
1
-0
/
+1
*
libbpf: Fix segfault in light skeleton for objects without BTF
Kumar Kartikeya Dwivedi
2021-09-30
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2021-09-28
1
-1
/
+7
|
\
|
*
libbpf: Fix segfault in static linker for objects without BTF
Kumar Kartikeya Dwivedi
2021-09-28
1
-1
/
+7
*
|
libperf evsel: Make use of FD robust.
Ian Rogers
2021-09-18
1
-23
/
+41
|
/
*
Merge tag 'perf-tools-for-v5.15-2021-09-04' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2021-09-05
4
-8
/
+11
|
\
|
*
libperf cpumap: Take into advantage it is sorted to optimize perf_cpu_map__max()
Riccardo Mancini
2021-08-31
1
-8
/
+2
|
*
libsubcmd: add OPT_UINTEGER_OPTARG option type
Riccardo Mancini
2021-08-31
1
-0
/
+1
|
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-08-30
2
-3
/
+4
|
|
\
|
*
|
libperf tests: Fix verbose printing
Shunsuke Nakamura
2021-08-24
1
-0
/
+2
|
*
|
libperf: Add perf_cpu_map__default_new()
Jin Yao
2021-08-11
2
-0
/
+6
*
|
|
libbpf: Add uprobe ref counter offset support for USDT semaphores
Andrii Nakryiko
2021-08-17
2
-4
/
+17
*
|
|
libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIs
Andrii Nakryiko
2021-08-17
3
-25
/
+127
*
|
|
libbpf: Add bpf_cookie support to bpf_link_create() API
Andrii Nakryiko
2021-08-17
3
-18
/
+54
*
|
|
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: Re-build libbpf.so when libbpf.map changes
Andrii Nakryiko
2021-08-17
1
-5
/
+5
*
|
|
libbpf: Support weak typed ksyms.
Hao Luo
2021-08-13
1
-7
/
+9
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
2
-3
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
libbpf: Do not close un-owned FD 0 on errors
Daniel Xu
2021-08-07
1
-2
/
+1
|
*
|
libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPT
Robin Gögge
2021-08-07
1
-1
/
+3
|
|
/
*
|
libbpf: Add btf__load_vmlinux_btf/btf__load_module_btf
Hengqi Chen
2021-07-30
4
-6
/
+20
*
|
libbpf: Add split BTF support for btf__load_from_kernel_by_id()
Quentin Monnet
2021-07-29
3
-2
/
+9
*
|
libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()
Quentin Monnet
2021-07-29
4
-11
/
+24
*
|
libbpf: Rename btf__load() as btf__load_into_kernel()
Quentin Monnet
2021-07-29
4
-2
/
+5
*
|
libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()
Quentin Monnet
2021-07-29
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
5
-1297
/
+1319
*
|
libbpf: Move CO-RE types into relo_core.h.
Alexei Starovoitov
2021-07-26
3
-93
/
+102
*
|
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-23
3
-0
/
+7
*
|
libbpf: Export bpf_program__attach_kprobe_opts function
Jiri Olsa
2021-07-22
3
-14
/
+33
*
|
libbpf: Allow decimal offset for kprobes
Jiri Olsa
2021-07-22
1
-1
/
+1
*
|
libbpf: Fix func leak in attach_kprobe
Jiri Olsa
2021-07-22
1
-0
/
+1
*
|
libbpf: Propagate errors when retrieving enum value for typed data display
Alan Maguire
2021-07-20
1
-2
/
+3
*
|
libbpf: Avoid use of __int128 in typed dump display
Alan Maguire
2021-07-20
1
-33
/
+65
*
|
libbpf: Fix removal of inner map in bpf_object__create_map
Martynas Pumputis
2021-07-19
1
-6
/
+4
*
|
libbpf: Btf typed dump does not need to allocate dump data
Alan Maguire
2021-07-16
1
-5
/
+4
*
|
libbpf: Fix compilation errors on ppc64le for btf dump typed data
Alan Maguire
2021-07-16
1
-2
/
+2
*
|
libbpf: Clarify/fix unaligned data issues for btf typed dump
Alan Maguire
2021-07-16
1
-4
/
+24
*
|
libbpf: BTF dumper support for typed data
Alan Maguire
2021-07-16
3
-5
/
+834
*
|
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
2
-5
/
+32
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-07-15
1
-13
/
+91
|
\
\
|
|
/
|
/
|
|
*
libbpf: Allow specification of "kprobe/function+offset"
Alan Maguire
2021-07-15
1
-2
/
+22
|
*
libbpf: Add bpf_program__attach_kprobe_opts function
Jiri Olsa
2021-07-15
1
-9
/
+25
[next]