Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
df1d6856eaa7ec9ad1e670685b370f3e66326079
/
tools
df1d685
perf stat: Move loaded out of struct perf_counts_values
by Jiri Olsa
· 5 years ago
e4b00e9
perf trace: Add "sendfile64" alias to the "sendfile" syscall
by Arnaldo Carvalho de Melo
· 5 years ago
ad4153f
perf trace: Reuse BPF augmenters from syscalls with similar args signature
by Arnaldo Carvalho de Melo
· 5 years ago
30a910d
perf trace: Preallocate the syscall table
by Arnaldo Carvalho de Melo
· 5 years ago
b8b1033
perf trace: Mark syscall ids that are not allocated to avoid unnecessary error messages
by Arnaldo Carvalho de Melo
· 5 years ago
5d2bd889
perf trace: Forward error codes when trying to read syscall info
by Arnaldo Carvalho de Melo
· 5 years ago
cfa9ac7
perf trace beauty: Add BPF augmenter for the 'rename' syscall
by Arnaldo Carvalho de Melo
· 5 years ago
247dd65
perf trace beauty: Beautify bind's sockaddr arg
by Arnaldo Carvalho de Melo
· 5 years ago
3c475bc
perf trace beauty: Beautify 'sendto's sockaddr arg
by Arnaldo Carvalho de Melo
· 5 years ago
ef969ca64
perf trace beauty: Do not try to use the fd->pathname beautifier for bind/connect fd arg
by Arnaldo Carvalho de Melo
· 5 years ago
79d725c
perf trace beauty: Disable fd->pathname when close() not enabled
by Arnaldo Carvalho de Melo
· 5 years ago
1d86275
perf trace beauty: Make connect's addrlen be printed as an int, not hex
by Arnaldo Carvalho de Melo
· 5 years ago
212b9ab
perf augmented_raw_syscalls: Augment sockaddr arg in 'connect'
by Arnaldo Carvalho de Melo
· 5 years ago
6f56367
perf augmented_raw_syscalls: Rename augmented_args_filename to augmented_args_payload
by Arnaldo Carvalho de Melo
· 5 years ago
8b8044e
perf trace: Look for default name for entries in the syscalls prog array
by Arnaldo Carvalho de Melo
· 5 years ago
8d5da26
perf augmented_raw_syscalls: Support copying two string syscall args
by Arnaldo Carvalho de Melo
· 5 years ago
bf134ca
perf augmented_raw_syscalls: Switch to using BPF_MAP_TYPE_PROG_ARRAY
by Arnaldo Carvalho de Melo
· 5 years ago
236dd58
perf augmented_raw_syscalls: Add handler for "openat"
by Arnaldo Carvalho de Melo
· 5 years ago
b119970
perf trace: Handle raw_syscalls:sys_enter just like the BPF_OUTPUT augmented event
by Arnaldo Carvalho de Melo
· 5 years ago
3803a22
perf trace: Put the per-syscall entry/exit prog_array BPF map infrastructure in place
by Arnaldo Carvalho de Melo
· 5 years ago
6ff8fff
perf trace: Allow specifying the bpf prog to augment specific syscalls
by Arnaldo Carvalho de Melo
· 5 years ago
5834da7
perf trace: Add BPF handler for unaugmented syscalls
by Arnaldo Carvalho de Melo
· 5 years ago
83e69b9
perf trace: Order -e syscalls table
by Arnaldo Carvalho de Melo
· 5 years ago
5ca0b7f
perf trace: Look up maps just on the __augmented_syscalls__ BPF object
by Arnaldo Carvalho de Melo
· 5 years ago
c8c8057
perf trace: Add pointer to BPF object containing __augmented_syscalls__
by Arnaldo Carvalho de Melo
· 5 years ago
af4a099
perf evsel: Store backpointer to attached bpf_object
by Arnaldo Carvalho de Melo
· 5 years ago
2620b7e
perf bpf: Do not attach a BPF prog to a tracepoint if its name starts with !
by Arnaldo Carvalho de Melo
· 5 years ago
941a765
perf include bpf: Add bpf_tail_call() prototype
by Arnaldo Carvalho de Melo
· 5 years ago
b3c303b
Merge tag 'perf-urgent-for-mingo-5.3-20190729' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 5 years ago
8aa259b
libbpf: fix missing __WORDSIZE definition
by Andrii Nakryiko
· 5 years ago
2e9a06d
perf tools: Fix perf.data documentation units for memory size
by Vince Weaver
· 5 years ago
20f9781
perf header: Fix use of unitialized value warning
by Numfor Mbiziwo-Tiapo
· 5 years ago
7622236
perf header: Fix divide by zero error if f_header.attr_size==0
by Vince Weaver
· 5 years ago
e54599c
tools headers UAPI: Sync if_link.h with the kernel
by Arnaldo Carvalho de Melo
· 5 years ago
c093de6
tools headers UAPI: Sync sched.h with the kernel
by Arnaldo Carvalho de Melo
· 5 years ago
0f58163
tools headers UAPI: Sync usbdevice_fs.h with the kernels to get new ioctl
by Arnaldo Carvalho de Melo
· 5 years ago
7ee5261
tools perf beauty: Fix usbdevfs_ioctl table generator to handle _IOC()
by Arnaldo Carvalho de Melo
· 5 years ago
95dc663
tools headers UAPI: Update tools's copy of drm.h headers
by Arnaldo Carvalho de Melo
· 5 years ago
b830f94
tools headers UAPI: Update tools's copy of mman.h headers
by Arnaldo Carvalho de Melo
· 5 years ago
750991f
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
13fbe99
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
e0d99c4
tools headers UAPI: Update tools's copy of kvm.h headers
by Arnaldo Carvalho de Melo
· 5 years ago
820571a
tools include UAPI: Sync x86's syscalls_64.tbl and generic unistd.h to pick up clone3 and pidfd_open
by Arnaldo Carvalho de Melo
· 5 years ago
da3cc2e
Merge tag 'ktest-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest
by Linus Torvalds
· 5 years ago
882a0db
objtool: Improve UACCESS coverage
by Peter Zijlstra
· 5 years ago
aecea57
ktest: Fix some typos in config-bisect.pl
by Masanari Iida
· 5 years ago
7626077
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 5 years ago
2f5947d
Documentation: move Documentation/virtual to Documentation/virt
by Christoph Hellwig
· 5 years ago
4990205
Merge tag 'perf-urgent-for-mingo-5.3-20190723' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 5 years ago
39e7317
perf build: Do not use -Wshadow on gcc < 4.8
by Arnaldo Carvalho de Melo
· 5 years ago
d95daf5
perf probe: Avoid calling freeing routine multiple times for same pointer
by Arnaldo Carvalho de Melo
· 5 years ago
df8350e
perf probe: Set pev->nargs to zero after freeing pev->args entries
by Arnaldo Carvalho de Melo
· 5 years ago
872c8ee
perf session: Fix loading of compressed data split across adjacent records
by Alexey Budankov
· 6 years ago
146540f
perf stat: Always separate stalled cycles per insn
by Cong Wang
· 6 years ago
08ef3af
perf stat: Fix segfault for event group in repeat mode
by Jiri Olsa
· 5 years ago
79b2fe5
perf tools: Fix proper buffer size for feature processing
by Jiri Olsa
· 5 years ago
dde4e73
perf script: Fix off by one in brstackinsn IPC computation
by Andi Kleen
· 6 years ago
7db7218
perf script: Improve man page description of metrics
by Andi Kleen
· 6 years ago
5f8eec3
perf script: Fix --max-blocks man page description
by Andi Kleen
· 6 years ago
bec5545
Merge tag 'ntb-5.3' of git://github.com/jonmason/ntb
by Linus Torvalds
· 5 years ago
c6dd78f
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
46f5c0c
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
e6023ad
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
07ab9d5
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 5 years ago
168c799
Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
2417c87
KVM: selftests: Remove superfluous define from vmx.c
by Thomas Huth
· 5 years ago
5f4fc6d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 5 years ago
bb74523
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 5 years ago
59fd348
selftests/bpf: fix test_xdp_noinline on s390
by Ilya Leoshkevich
· 5 years ago
01a0f9e
selftests/bpf: fix "valid read map access into a read-only array 1" on s390
by Ilya Leoshkevich
· 5 years ago
b68b990
objtool: Support conditional retpolines
by Josh Poimboeuf
· 5 years ago
9fe7b76
objtool: Convert insn type to enum
by Josh Poimboeuf
· 5 years ago
e65050b
objtool: Fix seg fault on bad switch table entry
by Josh Poimboeuf
· 5 years ago
bd98c81
objtool: Support repeated uses of the same C jump table
by Jann Horn
· 5 years ago
e7c2bc3
objtool: Refactor jump table code
by Josh Poimboeuf
· 5 years ago
0c1ddd3
objtool: Refactor sibling call detection logic
by Josh Poimboeuf
· 5 years ago
c9bab22
objtool: Do frame pointer check before dead end check
by Josh Poimboeuf
· 5 years ago
8e25c9f
objtool: Change dead_end_function() to return boolean
by Josh Poimboeuf
· 5 years ago
61e9b75
objtool: Warn on zero-length functions
by Josh Poimboeuf
· 5 years ago
e10cd8f
objtool: Refactor function alias logic
by Josh Poimboeuf
· 5 years ago
c705cec
objtool: Track original function across branches
by Josh Poimboeuf
· 5 years ago
a7e47f2
objtool: Add mcsafe_handle_tail() to the uaccess safe list
by Josh Poimboeuf
· 5 years ago
818e95c
Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 5 years ago
54f698f
Merge branch 'x86/debug' into core/urgent
by Thomas Gleixner
· 5 years ago
8e14479
objtool: Rename elf_open() to prevent conflict with libelf from elftoolchain
by Michael Forney
· 6 years ago
3c3ea50
objtool: Use Elf_Scn typedef instead of assuming struct name
by Michael Forney
· 6 years ago
e0c5c5e
Merge tag 'perf-core-for-mingo-5.3-20190715' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Thomas Gleixner
· 5 years ago
adb701d
selftests: add a test case for rp_filter
by Cong Wang
· 5 years ago
b7dca6d
kbuild: create *.mod with full directory path and remove MODVERDIR
by Masahiro Yamada
· 5 years ago
57a8ec3
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 5 years ago
ac76de5
selftests/ptrace: add a test case for PTRACE_GET_SYSCALL_INFO
by Dmitry V. Levin
· 5 years ago
201766a
ptrace: add PTRACE_GET_SYSCALL_INFO request
by Elvira Khabirova
· 5 years ago
7dbbade
proc: test /proc/sysvipc vs setns(CLONE_NEWIPC)
by Alexey Dobriyan
· 5 years ago
bca1eac
tools/testing/selftests/proc/proc-pid-vm.c: hide "segfault at ffffffffff600000" dmesg spam
by Alexey Dobriyan
· 5 years ago
1cb59a6
selftests/bpf: fix perf_buffer on s390
by Ilya Leoshkevich
· 5 years ago
9d1f62a
selftests/bpf: structure test_{progs, maps, verifier} test runners uniformly
by Andrii Nakryiko
· 5 years ago
36646b2
selftests/bpf: fix test_verifier/test_maps make dependencies
by Andrii Nakryiko
· 5 years ago
c309b6f
Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 5 years ago
6e55f32
ftrace/selftest: Test if set_event/ftrace_pid exists before writing
by Steven Rostedt (VMware)
· 6 years ago
cbd965b
ftrace/selftests: Return the skip code when tracing directory not configured in kernel
by Steven Rostedt (VMware)
· 6 years ago
Next »