aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-01-11perf record: Add switch-output size warningJiri Olsa3-1/+24
2017-01-11perf record: Add switch-output size option argumentJiri Olsa2-16/+63
2017-01-11perf record: Change switch-output option to take optional argumentJiri Olsa1-2/+26
2017-01-11perf record: Add struct switch_outputJiri Olsa1-6/+10
2017-01-11perf tools: Add unit_number__scnprintf functionJiri Olsa7-2/+63
2017-01-11perf evlist: Fix typo in perf_evlist__start_workload()Soramichi Akiyama1-1/+1
2017-01-11perf trace: Allow specifying list of syscalls and events in -e/--expr/--eventArnaldo Carvalho de Melo2-32/+96
2017-01-11perf kallsyms: Introduce tool to look for extended symbol information on the ...Arnaldo Carvalho de Melo7-1/+96
2017-01-11perf machine: Add a kallsyms loading constructorArnaldo Carvalho de Melo2-0/+20
2017-01-11tools lib subcmd: Add missing linux/kernel.h include to subcmd.hArnaldo Carvalho de Melo1-0/+1
2017-01-11perf jvmti: Create libdir directory before installing libperf-jvmti.soLaura Abbott1-0/+1
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-5/+4
2017-01-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2017-01-11selftests: x86 protection_keys remove dead codeShuah Khan1-10/+0
2017-01-11selftests: x86 protection_keys fix unused variable compile warningsShuah Khan1-5/+0
2017-01-11selftests: ipc add missing generated file to .gitignoreShuah Khan1-0/+1
2017-01-11selftests: gpio add .gitignore for generated filesShuah Khan1-0/+1
2017-01-11gpio: tools: add .gitignore for generated filesShuah Khan1-0/+4
2017-01-11selftests: firmware: send expected errors to /dev/nullLuis R. Rodriguez1-3/+3
2017-01-11selftests: firmware: only modprobe if driver is missingLuis R. Rodriguez1-2/+17
2017-01-10mm: get rid of __GFP_OTHER_NODEMichal Hocko1-1/+0
2017-01-10tools: usb: usbip: Update READMEKrzysztof Opasiak1-1/+56
2017-01-10tools: usb: usbip: Add simple script to show how to setup vUDCKrzysztof Opasiak1-0/+107
2017-01-09bpf: allow helpers access to variable memoryGianluca Borello1-0/+410
2017-01-09bpf: allow adjusted map element values to spillGianluca Borello1-0/+46
2017-01-09bpf: allow helpers access to map element valuesGianluca Borello1-0/+491
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie2-0/+30
2017-01-05selftests: enable O and KBUILD_OUTPUT[email protected]18-75/+122
2017-01-05selftests: add EXTRA_CLEAN for clean target[email protected]7-24/+17
2017-01-05selftests: remove CROSS_COMPILE in dedicated Makefile[email protected]2-2/+0
2017-01-05selftests: add default rules for c source file[email protected]6-21/+10
2017-01-05selftests: remove useless TEST_DIRS[email protected]2-3/+3
2017-01-05selftests: remove duplicated all and clean target[email protected]36-255/+106
2017-01-05selftests: x86/pkeys: fix spelling mistake: "itertation" -> "iteration"Colin King1-1/+1
2017-01-05selftests: do not require bash to run netsocktests testcaseRolf Eike Beer1-1/+1
2017-01-05selftests: do not require bash to run bpf testsRolf Eike Beer1-1/+1
2017-01-05selftests: do not require bash for the generated testRolf Eike Beer1-1/+1
2017-01-05tools: psock_tpacket: block Rx until socket filter has been added and socket ...Sowmini Varadhan1-3/+3
2017-01-05iio: Add channel for GravitySong Hongyan1-0/+2
2017-01-05selftests/x86: Add a selftest for SYSRET to noncanonical addressesAndy Lutomirski2-1/+196
2017-01-05Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s...Ingo Molnar9-45/+107
2017-01-04perf probe: Fix to probe on gcc generated symbols for offline kernelMasami Hiramatsu1-1/+47
2017-01-04perf probe: Fix --funcs to show correct symbols for offline moduleMasami Hiramatsu1-19/+6
2017-01-03perf symbols: Robustify reading of build-id from sysfsArnaldo Carvalho de Melo1-0/+6
2017-01-03perf tools: Install tools/lib/traceevent plugins with install-binArnaldo Carvalho de Melo1-2/+2
2017-01-03tools lib traceevent: Fix prev/next_prio for deadline tasksDaniel Bristot de Oliveira1-2/+2
2017-01-03tools: test case for TPACKET_V3/TX_RING supportSowmini Varadhan1-17/+74
2017-01-03perf record: Fix --switch-output documentation and commentJiri Olsa2-1/+5
2017-01-03perf record: Make __record_options staticJiri Olsa1-1/+1
2017-01-03tools lib subcmd: Add OPT_STRING_OPTARG_SET optionJiri Olsa2-0/+8