summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf dso: Separate generic code in dso__data_file_size()Jiri Olsa2019-05-281-7/+12
* perf tools: Remove const from thread read accessorsNamhyung Kim2019-05-283-9/+9
* perf top: Add --namespaces optionNamhyung Kim2019-05-282-0/+10
* perf trace: Beautify 'sync_file_range' argumentsArnaldo Carvalho de Melo2019-05-285-2/+47
* perf beauty: Add generator for sync_file_range's 'flags' arg valuesArnaldo Carvalho de Melo2019-05-281-0/+17
* perf trace beauty clone: Handle CLONE_PIDFDArnaldo Carvalho de Melo2019-05-281-0/+1
* perf trace: Beautify 'fsmount' argumentsArnaldo Carvalho de Melo2019-05-285-0/+58
* perf trace: Introduce syscall_arg__scnprintf_strarray_flagsArnaldo Carvalho de Melo2019-05-282-0/+8
* perf beauty: Add generator for fsmount's 'attr_flags' arg valuesArnaldo Carvalho de Melo2019-05-281-0/+22
* perf trace: Beautify 'fsconfig' argumentsArnaldo Carvalho de Melo2019-05-282-0/+14
* perf beauty: Add generator for fsconfig's 'cmd' arg valuesArnaldo Carvalho de Melo2019-05-281-0/+17
* perf trace: Beautify 'fspick' argumentsArnaldo Carvalho de Melo2019-05-286-0/+42
* perf beauty: Add generator for fspick's 'flags' arg valuesArnaldo Carvalho de Melo2019-05-281-0/+17
* perf trace: Beautify 'move_mount' argumentsArnaldo Carvalho de Melo2019-05-286-0/+53
* perf beauty: Add generator for 'move_mount' flags argumentArnaldo Carvalho de Melo2019-05-281-0/+17
* perf augmented_raw_syscalls: Fix up commentArnaldo Carvalho de Melo2019-05-281-1/+1
* perf tools: Preserve eBPF maps when loading kcoreJiri Olsa2019-05-281-4/+93
* perf machine: Keep zero in pgoff BPF mapJiri Olsa2019-05-281-2/+2
* perf intel-pt: Fix itrace defaults for perf script intel-pt documentationAdrian Hunter2019-05-281-5/+5
* perf auxtrace: Fix itrace defaults for perf scriptAdrian Hunter2019-05-281-1/+2
* perf intel-pt: Fix itrace defaults for perf scriptAdrian Hunter2019-05-281-1/+2
* perf-with-kcore.sh: Always allow fix_buildid_cache_permissionsAdrian Hunter2019-05-281-5/+0
* tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2019-05-284-3/+105
* perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter2019-05-281-3/+6
* perf machine: Read also the end of the kernelJiri Olsa2019-05-281-9/+18
* perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsymsArnaldo Carvalho de Melo2019-05-281-1/+8
* perf session: Add missing swap ops for namespace eventsNamhyung Kim2019-05-281-0/+21
* perf namespace: Protect reading thread's namespaceNamhyung Kim2019-05-281-2/+13
* tools headers UAPI: Sync drm/drm.h with the kernelArnaldo Carvalho de Melo2019-05-281-0/+37
* tools headers UAPI: Sync drm/i915_drm.h with the kernelArnaldo Carvalho de Melo2019-05-281-73/+181
* tools headers UAPI: Sync linux/fs.h with the kernelArnaldo Carvalho de Melo2019-05-281-0/+3
* tools headers UAPI: Sync linux/sched.h with the kernelArnaldo Carvalho de Melo2019-05-281-0/+1
* tools arch x86: Sync asm/cpufeatures.h with the with the kernelArnaldo Carvalho de Melo2019-05-281-0/+3
* tools include UAPI: Update copy of files related to new fspick, fsmount, fsco...Arnaldo Carvalho de Melo2019-05-284-1/+83
* perf arm64: Fix mksyscalltbl when system kernel headers are ahead of the kernelVitaly Chikunov2019-05-281-1/+1
* perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden2019-05-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-2015-101/+338
|\
| * kselftests: netfilter: fix leftover net/net-next merge conflictFlorian Westphal2019-05-191-51/+26
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-1810-21/+22
| |\
| | * bpftool: fix BTF raw dump of FWD's fwd_kindAndrii Nakryiko2019-05-171-2/+2
| | * selftests/bpf: fix bpf_get_current_taskAlexei Starovoitov2019-05-171-1/+1
| | * libbpf: move logging helpers into libbpf_internal.hAndrii Nakryiko2019-05-165-16/+15
| | * tools/bpftool: move set_max_rlimit() before __bpf_object__open_xattr()Yonghong Song2019-05-161-2/+2
| | * selftests/bpf: add test_sysctl and map_tests/tests.h to .gitignoreStanislav Fomichev2019-05-162-0/+2
| * | selftests: pmtu.sh: Remove quotes around commands in setup_xfrmDavid Ahern2019-05-161-9/+9
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-164-20/+281
| |\
| | * selftests/bpf: add prog detach to flow_dissector testStanislav Fomichev2019-05-161-0/+1
| | * selftests/bpf: add missing \n to flow_dissector CHECK errorsStanislav Fomichev2019-05-161-4/+4
| | * libbpf: don't fail when feature probing failsStanislav Fomichev2019-05-161-1/+1
| | * bpf: test ref bit from data path and add new tests for syscall pathDaniel Borkmann2019-05-141-14/+274