aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds22-71/+2795
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-17/+34
2017-07-04Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+7
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds7-301/+1621
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-27/+21
2017-07-03Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2017-07-03Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-46/+118
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-4/+273
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds85-607/+2428
2017-07-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds58-175/+404
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds32-108/+65
2017-07-03Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds13-1445/+2313
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds3-5/+7
2017-07-03Merge branch 'acpica'Rafael J. Wysocki1-3/+7
2017-07-03Merge branch 'pm-tools'Rafael J. Wysocki7-301/+1621
2017-07-03Merge branch 'uuid-types'Rafael J. Wysocki3-5/+7
2017-07-03bpf: add various test cases for verifier selftestDaniel Borkmann1-0/+165
2017-07-03bpf: add bpf_skb_adjust_room helperDaniel Borkmann1-1/+15
2017-07-01bpf: update tools/include/uapi/linux/bpf.hLawrence Brakmo1-1/+65
2017-07-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+6
2017-06-30objtool: Silence warnings for functions which use IRETJosh Poimboeuf1-8/+6
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+67
2017-06-30perf auxtrace: Add CPU filter supportAdrian Hunter4-0/+14
2017-06-30perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSCAdrian Hunter1-0/+14
2017-06-30perf intel-pt: Update documentation to include new ptwrite and power eventsAdrian Hunter1-2/+40
2017-06-30perf intel-pt: Add example script for power events and PTWRITEAdrian Hunter3-0/+144
2017-06-30perf intel-pt: Synthesize new power and "ptwrite" eventsAdrian Hunter1-0/+283
2017-06-30perf intel-pt: Move code in intel_pt_synth_events() to simplify attr settingAdrian Hunter1-23/+22
2017-06-30perf intel-pt: Factor out intel_pt_set_event_name()Adrian Hunter1-8/+16
2017-06-30perf intel-pt: Tidy messages into called function intel_pt_synth_event()Adrian Hunter1-24/+18
2017-06-30perf intel-pt: Tidy Intel PT evsel lookup into separate functionAdrian Hunter1-10/+15
2017-06-30perf intel-pt: Join needlessly wrapped linesAdrian Hunter1-4/+2
2017-06-30perf intel-pt: Remove unused instructions_sample_periodAdrian Hunter1-2/+0
2017-06-30perf intel-pt: Factor out common code synthesizing event samplesAdrian Hunter1-122/+100
2017-06-30perf script: Add synthesized Intel PT power and ptwrite eventsAdrian Hunter2-1/+231
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf11-320/+1130
2017-06-30objtool: Move checking code to check.cJosh Poimboeuf4-1268/+1328
2017-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+66
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann1-0/+66
2017-06-27ACPICA: Unix application OSL: Correctly handle control-c (EINTR)Bob Moore1-3/+7
2017-06-27perf script: Add 'synth' field for synthesized event payloadsAdrian Hunter2-3/+23
2017-06-27perf auxtrace: Add itrace option to output power eventsAdrian Hunter3-2/+9
2017-06-27perf auxtrace: Add itrace option to output ptwrite eventsAdrian Hunter3-3/+10
2017-06-27tools include: Add byte-swapping macros to kernel.hAdrian Hunter1-6/+29
2017-06-27perf script: Add 'synth' event type for synthesized eventsAdrian Hunter2-16/+61
2017-06-27x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter5-2/+74
2017-06-27perf jit: fix typo: "incalid" -> "invalid"Colin Ian King1-1/+1
2017-06-27perf tools: Kill die()Arnaldo Carvalho de Melo2-27/+5
2017-06-27perf config: Do not die when parsing u64 or int config valuesArnaldo Carvalho de Melo6-24/+34
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo11-42/+28
2017-06-27perf tools: Remove warning()Arnaldo Carvalho de Melo3-36/+0
2017-06-27perf event-parse: Use pr_warning()Arnaldo Carvalho de Melo1-2/+2
2017-06-27perf config: Use pr_warning()Arnaldo Carvalho de Melo1-4/+2
2017-06-27perf help: Use pr_warning()Arnaldo Carvalho de Melo1-2/+2
2017-06-27perf help: Elliminate dup code for reportingArnaldo Carvalho de Melo1-6/+8
2017-06-27perf help: Introduce exec_failed() to avoid code duplicationArnaldo Carvalho de Melo1-13/+9
2017-06-26perf tests: Add platform dependency to test 15Thomas Richter1-0/+48
2017-06-27cpupower: Add support for new AMD family 0x17Sherry Hurwitz3-11/+44
2017-06-27cpupower: Fix bug where return value was not usedSherry Hurwitz1-3/+2
2017-06-27Merge back PM tools material for v4.13.Rafael J. Wysocki3-272/+1500
2017-06-26seccomp: Adjust selftests to avoid double-joinKees Cook1-17/+34
2017-06-26perf machine: Fix segfault for kernel.kptr_restrict=2Jiri Olsa1-4/+6
2017-06-24tools/power turbostat: update version numberLen Brown1-1/+1
2017-06-24tools/power turbostat: decode MSR_IA32_MISC_ENABLE only on IntelLen Brown1-0/+3
2017-06-24tools/power turbostat: stop migrating, unless '-m'Len Brown1-1/+9
2017-06-23tools/power turbostat: if --debug, print sampling overheadLen Brown1-2/+19
2017-06-23tools/power turbostat: hide SKL counters, when not requestedLen Brown1-13/+45
2017-06-22perf probe: Fix probe definition for inlined functionsBjörn Töpel1-1/+1
2017-06-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar31-195/+317
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-28/+49
2017-06-21perf script: Fix message because field list option is -F not -fAdrian Hunter1-1/+1
2017-06-21perf tools: Fix message because cpu list option is -C not -cAdrian Hunter1-1/+1
2017-06-21perf intel-pt: Fix transactions_sample_typeAdrian Hunter1-0/+1
2017-06-21perf intel-pt: Remove redundant initial_skip checksAdrian Hunter1-6/+2
2017-06-21perf intel-pt: Add decoder support for CBR eventsAdrian Hunter2-0/+21
2017-06-21perf intel-pt: Add reserved byte to CBR packet payloadAdrian Hunter2-2/+2
2017-06-21perf intel-pt: Add decoder support for ptwrite and power event packetsAdrian Hunter4-8/+293
2017-06-21perf intel-pt: Add documentation for new config termsAdrian Hunter1-0/+36
2017-06-21perf intel-pt: Add default config for pass-through branch enableAdrian Hunter1-0/+5
2017-06-21perf intel-pt: Allow decoding with branch tracing disabledAdrian Hunter3-0/+28
2017-06-21perf intel-pt: Add missing __fallthroughAdrian Hunter1-1/+1
2017-06-21perf intel-pt: Clear FUP flag on errorAdrian Hunter1-0/+2
2017-06-21perf intel-pt: Use FUP always when scanning for an IPAdrian Hunter1-8/+4
2017-06-21perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zeroAdrian Hunter1-3/+5
2017-06-21perf intel-pt: Fix last_ip usageAdrian Hunter1-2/+11
2017-06-21perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IPAdrian Hunter1-0/+1
2017-06-21perf intel-pt: Fix missing stack clearAdrian Hunter1-0/+1
2017-06-21perf intel-pt: Improve sample timestampAdrian Hunter1-3/+31
2017-06-21perf intel-pt: Move decoder error setting into one conditionAdrian Hunter1-4/+7
2017-06-21perf unwind: Support for powerpcPaolo Bonzini3-1/+76
2017-06-21perf stat: Add support to measure SMI costKan Liang5-0/+100
2017-06-21tools lib api fs: Add sysfs__write_int functionKan Liang2-0/+34
2017-06-20kselftests: timers: Add test for frequency stepMiroslav Lichvar2-2/+271
2017-06-20kselftests: timers: Fix inconsistency-check to not ignore first timestampMiroslav Lichvar1-2/+2
2017-06-20selftests: Introduce tc testsuiteLucas Bates10-0/+1863
2017-06-20perf tools: Remove unused _ALL_SOURCE defineArnaldo Carvalho de Melo1-1/+0
2017-06-20perf tools: Do parameter validation earlier on fetch_kernel_version()Arnaldo Carvalho de Melo1-5/+10
2017-06-20perf evsel: Adopt find_process()Arnaldo Carvalho de Melo3-39/+39
2017-06-20Merge tag 'perf-core-for-mingo-4.13-20170719' of git://git.kernel.org/pub/scm...Ingo Molnar37-161/+496
2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-7/+9
2017-06-20Merge 4.12-rc6 into staging-nextGreg Kroah-Hartman11-38/+78
2017-06-20Merge 4.12-rc6 into usb-nextGreg Kroah-Hartman11-38/+78
2017-06-19perf config: Refactor the code using 'ret' variable in cmd_config()Taeung Song1-17/+13
2017-06-19perf config: Check error cases of {show_spec, set}_config()Taeung Song1-2/+15
2017-06-19perf ftrace: Add -D option for depth filterNamhyung Kim2-0/+34
2017-06-19perf ftrace: Add option for function filteringNamhyung Kim2-6/+141
2017-06-19perf ftrace: Move setup_pager before opening trace_pipeNamhyung Kim1-2/+2
2017-06-19perf ftrace: Show error message when fails to set ftrace filesNamhyung Kim1-2/+5
2017-06-19perf script: Support -F brstackoff,dsoMark Santaniello2-5/+55
2017-06-19perf script: Support -F brstack,dso and brstacksym,dsoMark Santaniello1-12/+49
2017-06-19perf test llvm: Avoid error when PROFILE_ALL_BRANCHES is setWang Nan1-0/+9
2017-06-19perf annotate: Return arch from symbol__disassemble() and save it in browserJin Yao5-6/+19
2017-06-19perf intel-pt/bts: Remove unused SAMPLE_SIZE defines and bts priv arrayKim Phillips3-10/+0
2017-06-19perf coresight: Remove superfluous check before useKim Phillips1-13/+12
2017-06-19tools: Adopt __aligned from kernel sourcesArnaldo Carvalho de Melo2-1/+3
2017-06-19tools: Adopt __packed from kernel sourcesArnaldo Carvalho de Melo2-2/+5
2017-06-19tools: Adopt noinline from kernel sourcesArnaldo Carvalho de Melo5-14/+13
2017-06-19perf tools: Use __maybe_unused consistentlyArnaldo Carvalho de Melo6-11/+8
2017-06-19tools: Adopt __scanf from kernel sourcesArnaldo Carvalho de Melo2-2/+3
2017-06-19tools: Adopt __printf from kernel sourcesArnaldo Carvalho de Melo8-23/+21
2017-06-19NTB: ntb_test: fix bug printing ntb_perf resultsLogan Gunthorpe1-1/+1
2017-06-19tools: Adopt __noreturn from kernel sourcesArnaldo Carvalho de Melo4-10/+11
2017-06-19perf script: Allow adding and removing fieldsAndi Kleen2-3/+42
2017-06-19perf config: Invert an if statement to reduce nesting in cmd_config()Taeung Song1-21/+23
2017-06-19perf annotate browser: Display titles in left frameJin Yao1-3/+21
2017-06-19perf report: Remove unnecessary check in annotate_browser_write()Jin Yao1-14/+10
2017-06-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-26/+46
2017-06-18Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2017-06-16perf unwind: Report module before querying isactivation in dwfl unwindMilian Wolff1-0/+8
2017-06-16objtool: Add fortify_panic as __noreturn functionKees Cook1-1/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-167/+268
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-11/+30
2017-06-14tools: bpf_jit_disasm: Handle large images.David Daney1-11/+26
2017-06-14selftests/bpf: Add test cases to test narrower ctx field loadsYonghong Song4-1/+234
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song1-79/+13
2017-06-14perf tools: Fix build with ARCH=x86_64Jiada Wang6-25/+25
2017-06-14perf evsel: Fix probing of precise_ip level for default cycles eventArnaldo Carvalho de Melo2-1/+13
2017-06-13selftests/bpf: make correct use of exit codes in bpf selftestsJesper Dangaard Brouer3-3/+3
2017-06-13usbip: vhci-hcd: Add USB3 SuperSpeed supportYuyang Du3-9/+25
2017-06-13usbip: vhci-hcd: Rework vhci_hcd_initYuyang Du2-1/+2
2017-06-13usb: usbip tool: Fix parse_status()Yuyang Du2-23/+17
2017-06-13usb: usbip tool: Fix refresh_imported_device_list()Yuyang Du1-6/+21
2017-06-13usb: usbip tool: Add ncontrollers in vhci_driver structureYuyang Du2-0/+37
2017-06-13usb: usbip tool: Check the return of get_nports()Yuyang Du1-1/+8
2017-06-13Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar32-108/+65
2017-06-12Merge 4.12-rc5 into staging-nextGreg Kroah-Hartman43-208/+685
2017-06-12Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman43-208/+685
2017-06-10bpf: add bpf_set_hash helper for tc progsDaniel Borkmann1-1/+7
2017-06-10bpf, tests: set rlimit also for test_align, so it doesn't failDaniel Borkmann1-0/+5
2017-06-10bpf, tests: add a test for htab lookup + update traversalDaniel Borkmann1-0/+50
2017-06-09bpf: Fix test_obj_id.c for llvm 5.0Martin KaFai Lau1-2/+2
2017-06-09bpf: Fix test_bpf_obj_id() when the bpf_jit_enable sysctl is diabledMartin KaFai Lau1-4/+15
2017-06-08rcu: Remove RCU CPU stall warnings from Tiny RCUPaul E. McKenney1-1/+0
2017-06-08rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney6-8/+5
2017-06-08rcu: Remove debugfs tracingPaul E. McKenney3-46/+0
2017-06-08srcu: Remove Classic SRCUPaul E. McKenney3-28/+0
2017-06-08rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney1-4/+0
2017-06-08rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney2-2/+0
2017-06-08rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney3-8/+1
2017-06-08rcu: Remove the RCU_KTHREAD_PRIO Kconfig optionPaul E. McKenney3-2/+1
2017-06-08rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney12-30/+12
2017-06-08bpf, tests: fix endianness selectionDaniel Borkmann1-11/+30
2017-06-08perf symbols: Kill dso__build_id_is_kmod()Namhyung Kim3-50/+0
2017-06-08perf symbols: Keep DSO->symtab_type after decompressNamhyung Kim1-0/+2
2017-06-08perf tests: Decompress kernel module before objdumpNamhyung Kim1-1/+19
2017-06-08perf tools: Consolidate error path in __open_dso()Namhyung Kim1-11/+8
2017-06-08perf tools: Decompress kernel module when reading DSO dataNamhyung Kim1-0/+16
2017-06-08perf annotate: Use dso__decompress_kmodule_path()Namhyung Kim1-24/+3
2017-06-08perf tools: Introduce dso__decompress_kmodule_{fd,path}Namhyung Kim3-35/+65
2017-06-08perf tools: Fix a memory leak in __open_dso()Namhyung Kim1-1/+3
2017-06-08perf annotate: Fix symbolic link of build-id cacheNamhyung Kim1-1/+9
2017-06-08rcutorture: Add "git diff" output to testid.txt filePaul E. McKenney1-4/+1
2017-06-08srcu-cbmc: Use /usr/bin/awk instead of /bin/awkPriyalee Kushwaha1-1/+1
2017-06-08rcutorture: Reduce CPUs dedicated to testing Classic SRCUPaul E. McKenney1-1/+1
2017-06-08rcuperf: Add the ability to test tiny RCU flavorsPaul E. McKenney1-0/+16
2017-06-08rcuperf: Add a Kconfig-fragment file for Classic SRCUPaul E. McKenney1-0/+16
2017-06-08rcuperf: Remove conflicting Kconfig optionsPaul E. McKenney2-2/+0
2017-06-08rcutorture: Update test scenarios based on new Kconfig dependenciesPaul E. McKenney6-5/+5
2017-06-08rcutorture: Correctly handle CONFIG_RCU_TORTURE_TEST_* optionsPaul E. McKenney1-1/+1
2017-06-08rcutorture: Add a scenario for Classic SRCUPaul E. McKenney3-0/+13
2017-06-08rcutorture: Add a scenario for Tiny SRCUPaul E. McKenney5-0/+23
2017-06-08rcutorture: Fix bug in reporting Kconfig mis-settingsPaul E. McKenney1-1/+1
2017-06-08rcutorture: Add three-level tree test for Tree SRCUPaul E. McKenney2-2/+4
2017-06-08rcutorture: Add lockdep to one of the SRCU scenariosPaul E. McKenney1-0/+2
2017-06-07perf script python: Remove dups in documentation examplesSeongJae Park1-4/+2
2017-06-07perf script python: Updated trace_unhandled() signatureSeongJae Park1-6/+3
2017-06-07perf script python: Fix wrong code snippets in documentationSeongJae Park1-2/+2
2017-06-07perf script: Fix documentation errorsSeongJae Park2-3/+3
2017-06-07perf script: Fix outdated comment for perf-trace-pythonSeongJae Park1-1/+1
2017-06-07perf probe: Fix examples section of documentationSeongJae Park1-2/+6
2017-06-07Merge tag 'perf-urgent-for-mingo-4.12-20170606' of git://git.kernel.org/pub/s...Ingo Molnar13-22/+103
2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko3-5/+7
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-48/+198
2017-06-06bpf: Test for bpf IDMartin KaFai Lau6-1/+341
2017-06-05perf report: Ensure the perf DSO mapping matches what libdw seesMilian Wolff1-0/+8
2017-06-05perf report: Include partial stacks unwound with libdwMilian Wolff1-1/+1
2017-06-05perf annotate: Add missing powerpc tripletKim Phillips1-0/+1
2017-06-05perf test: Disable breakpoint signal tests for powerpcJiri Olsa3-0/+24
2017-06-05perf symbols: Use correct filename for compressed modules in build-id cacheNamhyung Kim1-4/+1
2017-06-05perf symbols: Set module info when build-id event foundNamhyung Kim4-11/+20