aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-08-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-6/+10
2016-08-22Merge tag 'gpio-v4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-1/+1
2016-08-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 12-40/+136
2016-08-18perf evsel: Do not access outside hw cache name arraysGravatar Arnaldo Carvalho de Melo 1-3/+3
2016-08-18tools lib: Reinstate strlcpy() header guard with __UCLIBC__Gravatar Vineet Gupta 1-1/+5
2016-08-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 6-1/+53
2016-08-16perf unwind: Use addr_location::addr instead of ip for entriesGravatar Milian Wolff 2-2/+2
2016-08-16Merge tag 'perf-urgent-for-mingo-20160815' of git://git.kernel.org/pub/scm/li...Gravatar Ingo Molnar 12-40/+136
2016-08-15perf intel-pt: Fix occasional decoding errors when tracing system-wideGravatar Adrian Hunter 1-1/+5
2016-08-15tools: Sync kvm related header files for arm64 and s390Gravatar Arnaldo Carvalho de Melo 3-0/+44
2016-08-15perf probe: Release resources on error when handling exit pathsGravatar Arnaldo Carvalho de Melo 1-3/+9
2016-08-15perf probe: Check for dup and fdopen failuresGravatar Colin Ian King 1-4/+20
2016-08-15perf symbols: Fix annotation of objects with debuginfo filesGravatar Anton Blanchard 1-1/+2
2016-08-15perf script: Don't disable use_callchain if input is pipeGravatar He Kuang 1-1/+3
2016-08-15perf script: Show proper message when failed list scriptsGravatar He Kuang 1-2/+7
2016-08-15perf jitdump: Add the right header to get the major()/minor() definitionsGravatar Arnaldo Carvalho de Melo 1-0/+1
2016-08-15tools/virtio: add dma stubsGravatar Michael S. Tsirkin 5-1/+52
2016-08-15ringtest: test build fixGravatar Michael S. Tsirkin 1-0/+1
2016-08-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 14-54/+210
2016-08-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2016-08-12perf ppc64le: Fix build failure when libelf is not presentGravatar Ravi Bangoria 1-0/+2
2016-08-12perf tools mem: Fix -t store option for record commandGravatar Jiri Olsa 1-0/+3
2016-08-12perf intel-pt: Fix ip compressionGravatar Adrian Hunter 2-28/+40
2016-08-10tools/testing/nvdimm: fix SIGTERM vs hotplug crashGravatar Dan Williams 1-0/+2
2016-08-10selftests/powerpc: Specify we expect to build with std=gnu99Gravatar Michael Ellerman 1-1/+1
2016-08-09Merge tag 'perf-urgent-for-mingo-20160809' of git://git.kernel.org/pub/scm/li...Gravatar Ingo Molnar 14-54/+210
2016-08-09perf probe ppc64le: Fix probe location when using DWARFGravatar Ravi Bangoria 3-21/+49
2016-08-09perf probe: Add function to post process kernel trace eventsGravatar Ravi Bangoria 1-11/+18
2016-08-09tools: Sync cpufeatures headers with the kernelGravatar Arnaldo Carvalho de Melo 2-0/+4
2016-08-09toops: Sync tools/include/uapi/linux/bpf.h with the kernelGravatar Arnaldo Carvalho de Melo 1-1/+85
2016-08-09tools: Sync cpufeatures.h and vmx.h with the kernelGravatar Arnaldo Carvalho de Melo 2-9/+4
2016-08-09perf probe: Support signedness castingGravatar Naohiro Aota 2-4/+21
2016-08-09perf stat: Avoid skew when reading eventsGravatar Mark Rutland 1-8/+23
2016-08-09perf probe: Fix module name matchingGravatar Konstantin Khlebnikov 1-1/+3
2016-08-09perf probe: Adjust map->reloc offset when finding kernel symbol from mapGravatar Masami Hiramatsu 1-1/+1
2016-08-09perf hists: Trim libtraceevent trace_seq buffersGravatar Arnaldo Carvalho de Melo 1-1/+5
2016-08-09perf script: Add 'bpf-output' field to usage messageGravatar Brendan Gregg 2-3/+3
2016-08-08tools/gpio: fix gpio-event-mon header commentGravatar Baruch Siach 1-1/+1
2016-08-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 26-106/+394
2016-08-05Merge tag 'ntb-4.8' of git://github.com/jonmason/ntbGravatar Linus Torvalds 1-0/+422
2016-08-05ntb_test: Add a selftest script for the NTB subsystemGravatar Logan Gunthorpe 1-0/+422
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-3/+10
2016-08-04Merge tag 'perf-core-for-mingo-20160803' of git://git.kernel.org/pub/scm/linu...Gravatar Ingo Molnar 26-106/+394
2016-08-03perf tests bpf: Use SyS_epoll_wait aliasGravatar Arnaldo Carvalho de Melo 1-2/+2
2016-08-02tools/testing/radix-tree/linux/gfp.h: fix bitrotted valueGravatar Valdis Kletnieks 1-1/+1
2016-08-02perf tests: objdump output can contain multi byte chunksGravatar Jan Stancek 1-29/+71
2016-08-02perf record: Add --sample-cpu optionGravatar Jiri Olsa 4-1/+6
2016-08-02perf hists: Introduce output_resort_cb methodGravatar Jiri Olsa 2-3/+16
2016-08-02perf tools: Move config/Makefile into Makefile.configGravatar Jiri Olsa 2-3/+3
2016-08-02perf tests: Add test for bitmap_scnprintf functionGravatar Jiri Olsa 4-0/+59