aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+4
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds5-190/+58
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds89-1612/+3171
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2-51/+87
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2-82/+82
2018-08-23tools: bpftool: return from do_event_pipe() on bad argumentsQuentin Monnet1-1/+4
2018-08-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-106/+477
2018-08-22proc: test /proc/thread-self symlinkAlexey Dobriyan4-0/+71
2018-08-22proc: test /proc/self symlinkAlexey Dobriyan4-0/+49
2018-08-22tools/testing/selftests/vm/: add MAP_POPULATE testDmitry Safonov4-0/+126
2018-08-22kvm: selftest: add dirty logging testPeter Xu4-0/+356
2018-08-22kvm: selftest: pass in extra memory when create vmPeter Xu7-8/+23
2018-08-22kvm: selftest: include the tools headersPeter Xu3-3/+3
2018-08-22kvm: selftest: unify the guest port macrosPeter Xu6-95/+78
2018-08-22tools: introduce test_and_clear_bitPeter Xu1-0/+17
2018-08-21test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox1-66/+4
2018-08-21test_ida: Convert check_ida_conv to new APIMatthew Wilcox1-46/+10
2018-08-21test_ida: Move ida_check_maxMatthew Wilcox1-28/+0
2018-08-21test_ida: Move ida_check_leafMatthew Wilcox1-27/+0
2018-08-21idr-test: Convert ida_check_nomem to new APIMatthew Wilcox1-6/+7
2018-08-21ida: Start new test_ida moduleMatthew Wilcox4-7/+22
2018-08-21radix tree test suite: Enable ubsanMatthew Wilcox2-11/+14
2018-08-21radix tree test suite: Fix compilationMatthew Wilcox1-0/+2
2018-08-20Merge tag 'linux-kselftest-4.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-7/+422
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds4-19/+89
2018-08-20tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo1-1/+1
2018-08-20tools arch x86: Update tools's copy of cpufeatures.hArnaldo Carvalho de Melo1-1/+2
2018-08-20perf python: Fix pyrf_evlist__read_on_cpu() interfaceJiri Olsa1-1/+19
2018-08-20perf mmap: Store real cpu number in 'struct perf_mmap'Jiri Olsa3-3/+5
2018-08-20perf tools: Remove ext from struct kmod_pathJiri Olsa3-85/+69
2018-08-20perf tools: Add gzip_is_compressed functionJiri Olsa1-2/+14
2018-08-20perf tools: Add lzma_is_compressed functionJiri Olsa1-2/+17
2018-08-20perf tools: Add is_compressed callback to compressions arrayJiri Olsa4-3/+33
2018-08-20perf tools: Move the temp file processing into decompress_kmoduleJiri Olsa1-17/+12
2018-08-20perf tools: Use compression id in decompress_kmodule()Jiri Olsa1-21/+3
2018-08-20perf tools: Store compression id into struct dsoJiri Olsa3-2/+8
2018-08-20perf tools: Add compression id into 'struct kmod_path'Jiri Olsa3-29/+33
2018-08-20perf tools: Make is_supported_compression() staticJiri Olsa2-2/+1
2018-08-20perf tools: Make decompress_to_file() function staticJiri Olsa2-2/+1
2018-08-20perf tools: Get rid of dso__needs_decompress() call in __open_dso()Jiri Olsa1-1/+3
2018-08-20perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble()Jiri Olsa1-1/+3
2018-08-20perf tools: Get rid of dso__needs_decompress() call in read_object_code()Jiri Olsa1-1/+3
2018-08-20tools lib traceevent: Change to SPDX License formatSteven Rostedt (VMware)7-106/+7
2018-08-20perf llvm: Allow passing options to llc in addition to clangArnaldo Carvalho de Melo2-2/+38
2018-08-20perf parser: Improve error message for PMU address filtersJack Henschel1-10/+10
2018-08-20perf tools: Disable parallelism for 'make clean'Rasmus Villemoes1-2/+2
2018-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-158/+801
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-10/+67
2018-08-18Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+6
2018-08-18Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+0
2018-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2018-08-18Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm...Ingo Molnar68-1346/+2915
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-14/+104
2018-08-17tools/vm/page-types.c: add support for idle page trackingChristian Hansen1-1/+46
2018-08-17tools/vm/page-types.c: include shared map countsChristian Hansen1-14/+59
2018-08-17tools/bpf: fix bpf selftest test_cgroup_storage failureYonghong Song1-0/+1
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds41-301/+733
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+65
2018-08-15Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-3/+3
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds110-486/+11995
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-4/+4
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-0/+616
2018-08-14perf auxtrace: Fix queue resizeAdrian Hunter1-0/+3
2018-08-14perf python: Remove -mcet and -fcf-protection when building with clangArnaldo Carvalho de Melo1-1/+9
2018-08-14perf arm spe: Fix uninitialized record error variableKim Phillips1-0/+1
2018-08-14perf tools: Move syscall_64.tbl check into check-headers.shJiri Olsa2-3/+3
2018-08-14perf tools: Make check-headers.sh check based on kernel dirJiri Olsa1-3/+7
2018-08-14bpf: test: fix spelling mistake "REUSEEPORT" -> "REUSEPORT"Colin Ian King1-1/+1
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+3
2018-08-13Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2018-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds3-0/+539
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-2/+8
2018-08-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+5
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds74-158/+2012
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds17-37/+78
2018-08-13perf tools: Fix check-headers.sh AND list path of executionAlexander Kapshuk1-2/+6
2018-08-13perf tools: Check for null when copying nsinfo.Benno Evers1-0/+3
2018-08-13tools lib traceevent: Rename static variables and functions in event-parse.cTzvetomir Stoyanov (VMware)1-27/+27
2018-08-13tools lib traceevent: Rename various pevent APIsTzvetomir Stoyanov (VMware)3-21/+21
2018-08-13tools lib traceevent: Rename internal parser related APIsTzvetomir Stoyanov (VMware)3-26/+26
2018-08-13tools lib traceevent: Rename various pevent get/set/is APIsTzvetomir Stoyanov (VMware)3-11/+11
2018-08-13tools lib traceevent: Rename pevent_find_* APIsTzvetomir Stoyanov (VMware)5-25/+25
2018-08-13tools lib traceevent: Rename pevent field APIsTzvetomir Stoyanov (VMware)5-60/+60
2018-08-13tools lib traceevent: Rename pevent_data_ APIsTzvetomir Stoyanov (VMware)3-36/+36
2018-08-13tools lib traceevent: Rename pevent_register / unregister APIsTzvetomir Stoyanov (VMware)12-179/+179
2018-08-13tools lib traceevent: Rename pevent_filter* APIsTzvetomir Stoyanov (VMware)2-67/+67
2018-08-13tools lib traceevent, perf tools: Rename traceevent_plugin_* APIsTzvetomir Stoyanov (VMware)3-24/+24
2018-08-13tools lib traceevent: Rename pevent_function* APIsTzvetomir Stoyanov (VMware)7-66/+66
2018-08-13tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum ...Tzvetomir Stoyanov (VMware)5-133/+133
2018-08-13tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'Tzvetomir Stoyanov (VMware)6-11/+11
2018-08-13tools lib traceevent, perf tools: Rename traceevent_* APIsTzvetomir Stoyanov (VMware)3-11/+11
2018-08-13tools lib traceevent, perf tools: Rename pevent_set_* APIsTzvetomir Stoyanov (VMware)7-29/+29
2018-08-13tools lib traceevent, perf tools: Rename pevent_register_* APIsTzvetomir Stoyanov (VMware)4-11/+11
2018-08-13tools lib traceevent, perf tools: Rename pevent_read_number_* APIsTzvetomir Stoyanov (VMware)10-52/+52
2018-08-13tools lib traceevent, perf tools: Rename pevent print APIsTzvetomir Stoyanov (VMware)7-89/+89
2018-08-13tools lib traceevent, perf tools: Rename pevent parse APIsTzvetomir Stoyanov (VMware)5-25/+25
2018-08-13tools lib traceevent, perf tools: Rename pevent find APIsTzvetomir Stoyanov (VMware)12-57/+57
2018-08-13tools lib traceevent, perf tools: Rename pevent alloc / free APIsTzvetomir Stoyanov (VMware)7-25/+25
2018-08-13tools lib traceevent, perf tools: Rename pevent plugin related APIsTzvetomir Stoyanov (VMware)13-67/+67
2018-08-13tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te...Tzvetomir Stoyanov (VMware)12-70/+70
2018-08-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-26/+34
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller19-41/+1615
2018-08-13parisc: Drop architecture-specific ENOTSUP defineHelge Deller1-1/+0
2018-08-13selftests/bpf: Selftest for bpf_skb_ancestor_cgroup_idAndrey Ignatov4-3/+302
2018-08-13selftests/bpf: Add cgroup id helpers to bpf_helpers.hAndrey Ignatov1-0/+4
2018-08-13bpf: Sync bpf.h to tools/Andrey Ignatov1-1/+20
2018-08-11Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+3
2018-08-11tc: Update README and add configKeara Leibovitz2-5/+59
2018-08-11bpf: Test BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau7-2/+912
2018-08-11bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2-1/+262
2018-08-11bpf: Sync bpf.h uapi to tools/Martin KaFai Lau1-1/+36
2018-08-11bpf: Refactor ARRAY_SIZE macro to bpf_util.hMartin KaFai Lau6-20/+9
2018-08-10tools/bpf: add bpffs pretty print btf test for hash/lru_hash mapsYonghong Song1-15/+72
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)24-215/+215
2018-08-09perf probe powerpc: Fix trace event post-processingSandipan Das1-1/+3
2018-08-09selftests: mlxsw: Add TC flower test for Spectrum-2Ido Schimmel1-0/+366
2018-08-09selftests/ftrace: Fix kprobe string testcase to not probe notrace functionMasami Hiramatsu2-19/+13
2018-08-09selftests: mount: remove no longer needed config optionAnders Roxell1-1/+0
2018-08-09selftests: cgroup: add gitignore fileAnders Roxell1-0/+1
2018-08-09Add cgroup core selftestsClaudio4-0/+406
2018-08-09tools headers: Synchronise x86 cpufeatures.h for L1TF additionsDavid Woodhouse1-0/+3
2018-08-09rseq/selftests: add s390 supportVasily Gorbik3-0/+539
2018-08-08bpf, sockmap: fix cork timeout for select due to epipeDaniel Borkmann1-1/+1
2018-08-08perf map: Optimize maps__fixup_overlappings()Konstantin Khlebnikov2-19/+26
2018-08-08perf map: Synthesize maps only for thread group leaderKonstantin Khlebnikov1-3/+10
2018-08-08perf trace: Wire up the augmented syscalls with the syscalls:sys_enter_FOO be...Arnaldo Carvalho de Melo1-1/+4
2018-08-08perf trace: Setup the augmented syscalls bpf-output event fieldsArnaldo Carvalho de Melo1-1/+33
2018-08-08perf bpf: Make bpf__setup_output_event() return the bpf-output eventArnaldo Carvalho de Melo3-18/+21
2018-08-08perf trace: Handle "bpf-output" events associated with "__augmented_syscalls_...Arnaldo Carvalho de Melo2-0/+62
2018-08-08perf bpf: Add wrappers to BPF_FUNC_probe_read(_str) functionsArnaldo Carvalho de Melo1-0/+3
2018-08-08perf bpf: Add bpf__setup_output_event() strerror() counterpartArnaldo Carvalho de Melo2-8/+11
2018-08-08perf bpf: Generalize bpf__setup_stdout()Arnaldo Carvalho de Melo2-9/+24
2018-08-08perf bpf: Make bpf__for_each_stdout_map() genericArnaldo Carvalho de Melo1-2/+5
2018-08-08perf bpf: Add bpf/stdio.h wrapper to bpf_perf_event_output functionArnaldo Carvalho de Melo2-0/+28
2018-08-08perf bpf: Add struct bpf_map structArnaldo Carvalho de Melo1-0/+14
2018-08-08perf report: Add --percent-type optionJiri Olsa2-0/+12
2018-08-08perf annotate: Add --percent-type optionJiri Olsa4-0/+67
2018-08-08perf annotate: Display percent type in stdio outputJiri Olsa1-3/+6
2018-08-08perf annotate: Make local period the default percent typeJiri Olsa1-1/+1
2018-08-08perf annotate: Add support to toggle percent typeJiri Olsa2-4/+64
2018-08-08perf annotate: Pass browser percent_type in annotate_browser__calc_percent()Jiri Olsa1-1/+1
2018-08-08perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()Jiri Olsa3-23/+29
2018-08-08perf annotate: Pass struct annotation_options to symbol__calc_lines()Jiri Olsa1-10/+13
2018-08-08perf annotate: Add percent_type to struct annotation_optionsJiri Olsa2-5/+9
2018-08-08perf annotate: Add PERCENT_PERIOD_GLOBAL percent valueJiri Olsa2-0/+4
2018-08-08perf annotate: Add PERCENT_PERIOD_LOCAL percent valueJiri Olsa2-0/+3
2018-08-08perf annotate: Add PERCENT_HITS_GLOBAL percent valueJiri Olsa2-1/+8
2018-08-08perf annotate: Switch struct annotation_data::percent to arrayJiri Olsa3-23/+56
2018-08-08perf annotate: Loop group events directly in annotation__calc_percent()Jiri Olsa2-5/+15
2018-08-08perf annotate: Rename hist to sym_hist in annotation__calc_percentJiri Olsa1-8/+8
2018-08-08perf annotate: Rename local sample variables to dataJiri Olsa1-20/+20
2018-08-08perf annotate: Rename struct annotation_line::samples* to data*Jiri Olsa3-33/+33
2018-08-08perf annotate: Get rid of annotation__scnprintf_samples_period()Jiri Olsa3-51/+3
2018-08-08perf annotate: Make annotation_line__max_percent staticJiri Olsa2-2/+2
2018-08-08perf annotate: Make symbol__annotate_fprintf2() localJiri Olsa2-2/+1
2018-08-08perf bpf: Add 'syscall_enter' probe helper for syscall enter tracepointsArnaldo Carvalho de Melo2-0/+36
2018-08-08perf tools: Drop unneeded bitmap_zero() callsYury Norov3-7/+0
2018-08-08perf vendor events arm64: Enable JSON events for eMAGSean V Kelley2-0/+33
2018-08-08perf report: Add GUI report support for s390 auxiliary traceThomas Richter1-8/+585
2018-08-08perf report: Add raw report support for s390 auxiliary traceThomas Richter2-1/+317
2018-08-08selftests/powerpc: Kill child processes on SIGINTBreno Leitao1-6/+12
2018-08-07selftests: forwarding: gre_multipath: Update next-hop statistics match criteriaNir Dotan1-4/+4
2018-08-07tc-tests: initial version of nat action unit testsKeara Leibovitz1-0/+593
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller14-35/+702
2018-08-08selftests/powerpc/64: Test exception cases in copy_tofrom_userMichael Ellerman6-21/+188
2018-08-08selftests/powerpc/64: Test all paths through copy routinesPaul Mackerras3-21/+49
2018-08-08selftests/powerpc: Add more version checks to alignment_handler testMichael Ellerman1-8/+59
2018-08-08selftests/powerpc: Skip earlier in alignment_handler testMichael Ellerman1-5/+35
2018-08-07selftests/powerpc: Update strlen() test to test the new assembly function for...Christophe Leroy3-0/+9
2018-08-07selftests/powerpc: Add test for strlen()Christophe Leroy3-1/+151
2018-08-07selftests/powerpc: Add test for 32 bits memcmpChristophe Leroy2-3/+18
2018-08-07selftests/powerpc: Give some tests longer to runMichael Ellerman5-0/+6
2018-08-07selftests/powerpc: Only run some tests on ppc64leMichael Ellerman3-0/+3
2018-08-07selftests/powerpc: Add a helper for checking if we're on ppc64leMichael Ellerman2-0/+19
2018-08-06KVM: selftests: add tests for shadow VMCS save/restorePaolo Bonzini3-5/+74
2018-08-06kvm: selftests: add test for nested state save/restorePaolo Bonzini3-1/+132
2018-08-06kvm: selftests: add basic test for state save and restorePaolo Bonzini8-22/+311
2018-08-06kvm: selftests: ensure vcpu file is releasedPaolo Bonzini1-1/+9
2018-08-06kvm: selftests: actually use all of lib/vmx.cPaolo Bonzini3-89/+72
2018-08-06kvm: selftests: create a GDT and TSSPaolo Bonzini5-47/+79
2018-08-06kvm: selftests: add cr4_cpuid_sync_testWei Huang3-0/+131
2018-08-06bpf: btf: Change tools/lib/bpf/btf to LGPLMartin KaFai Lau2-2/+2
2018-08-05tc-testing: remove duplicate spaces in skbedit match patternsVlad Buslov1-13/+13
2018-08-05tc-testing: remove duplicate spaces in connmark match patternsVlad Buslov1-12/+12
2018-08-05tc-testing: flush gact actions on test teardownVlad Buslov1-1/+2
2018-08-05tc-testing: fix ip address in u32 testVlad Buslov1-2/+2
2018-08-05Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-67/+114
2018-08-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-63/+124
2018-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-8/+12
2018-08-03perf auxtrace: Support for perf report -D for s390Thomas Richter6-0/+150
2018-08-03selftests/bpf: update test_lwt_seg6local.sh according to iproute2Mathieu Xhonneux1-3/+3
2018-08-03selftests/bpf: fix a typo in map in map testRoman Gushchin1-3/+3
2018-08-02tools: bpf: fix BTF code added twice to different treesJakub Kicinski2-18/+0
2018-08-03selftests/bpf: add a cgroup storage testRoman Gushchin2-1/+132
2018-08-03selftests/bpf: add verifier cgroup storage testsRoman Gushchin2-1/+141
2018-08-03bpftool: add support for CGROUP_STORAGE mapsRoman Gushchin1-0/+1
2018-08-03bpf: sync bpf.h to tools/Roman Gushchin1-1/+26
2018-08-02perf trace: Use perf_evsel__sc_tp_{uint,ptr} for "id"/"args" handling syscall...Arnaldo Carvalho de Melo1-10/+3
2018-08-02perf trace: Setup struct syscall_tp for syscalls:sys_{enter,exit}_NAME eventsArnaldo Carvalho de Melo1-1/+52