summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * perf script: Add array bound checking to list_scriptsAndi Kleen2019-03-113-4/+10
| | * perf tools: Add some new tips describing the new optionsAndi Kleen2019-03-111-0/+7
| | * perf report: Implement browsing of individual samplesAndi Kleen2019-03-1112-1/+226
| | * perf report: Support builtin perf script in scripts menuAndi Kleen2019-03-114-40/+120
| | * perf report: Support running scripts for current time rangeAndi Kleen2019-03-111-11/+72
| | * perf report: Support time sort keyAndi Kleen2019-03-115-0/+55
| | * perf script: Filter COMM/FORK/.. events by CPUAndi Kleen2019-03-111-24/+47
| | * tools headers uapi: Update linux/in.h copyArnaldo Carvalho de Melo2019-03-111-4/+5
| | * tools headers uapi: Sync copy of asm-generic/unistd.h with the kernel sourcesArnaldo Carvalho de Melo2019-03-112-33/+118
| | * perf tools: Update x86's syscall_64.tbl, no change in tools/perf behaviourArnaldo Carvalho de Melo2019-03-111-2/+4
| | * perf script python: Add printdate function to SQL exportersTony Jones2019-03-112-13/+19
| | * perf script python: Add Python3 support to export-to-sqlite.pyTony Jones2019-03-111-9/+14
| | * perf script python: Add Python3 support to export-to-postgresql.pyTony Jones2019-03-111-17/+41
| | * perf script python: Add Python3 support to exported-sql-viewer.pyTony Jones2019-03-111-14/+28
| | * perf report: Use less for scripts outputAndi Kleen2019-03-111-113/+17Star
| | * perf session: Add process callback to reader objectJiri Olsa2019-03-111-4/+19
| | * perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa2019-03-115-3/+59
| | * perf data: Make perf_data__size() work over directoryJiri Olsa2019-03-112-5/+18
| | * perf data: Add perf_data__update_dir() functionJiri Olsa2019-03-112-0/+21
| | * perf data: Don't store auxtrace index for directory data fileJiri Olsa2019-03-111-1/+1
| | * perf data: Support having perf.data stored as a directoryJiri Olsa2019-03-113-1/+58
| | * perf vendor events amd: perf PMU events for AMD Family 17hMartin Liška2019-03-117-0/+829
| | * perf probe: Fix getting the kernel mapAdrian Hunter2019-03-111-2/+4
| | * perf report: Parse time quantumAndi Kleen2019-03-114-0/+49
| | * perf time-utils: Add utility function to print time stamps in nanosecondsAndi Kleen2019-03-112-0/+9
| | * perf report: Support output in nanosecondsAndi Kleen2019-03-115-6/+11
| | * perf script: Support insn output for normal samplesAndi Kleen2019-03-114-1/+59
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-241-1/+2
|\ \ \
| * | | objtool: Move objtool_file struct off the stackJosh Poimboeuf2019-03-211-1/+2
* | | | tools/power turbostat: return the exit status of a commandDavid Arcari2019-03-191-0/+3
|/ / /
* | | Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-163-0/+388
|\ \ \
| * | | selftests: add tests for pidfd_send_signal()Christian Brauner2019-03-053-0/+388
* | | | Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2019-03-162-14/+9Star
|\ \ \ \
| * | | | device-dax: Add /sys/class/dax backwards compatibilityDan Williams2019-01-071-1/+5
| * | | | device-dax: Start defining a dax bus modelDan Williams2019-01-071-0/+1
| * | | | device-dax: Remove multi-resource infrastructureDan Williams2019-01-071-13/+3Star
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-153-0/+97
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | selftests: kvm: add selftest for releasing VM file descriptor while in L2Paolo Bonzini2019-02-123-0/+97
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-141-3/+46
|\ \ \ \ \
| * | | | | tools/testing/selftests/proc/proc-pid-vm.c: test with vsyscall in mindAlexey Dobriyan2019-03-141-3/+46
* | | | | | Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-03-143-27/+50
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branches 'pm-opp' and 'pm-tools'Rafael J. Wysocki2019-03-143-27/+50
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'linux-cpupower-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki2019-03-063-27/+50
| | |\ \ \ \ \
| | | * | | | | tools/power/cpupower: Display boost frequency separatelyAbhishek Goel2019-02-133-27/+50
| | | |/ / / /
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-122-3/+55
|\ \ \ \ \ \ \
| * | | | | | | Drop flex_arraysKent Overstreet2019-03-121-3/+0Star
| * | | | | | | tools/testing/selftests/sysctl/sysctl.sh: add tests for >32-bit values writte...Zev Weiss2019-03-121-0/+55
* | | | | | | | Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-03-1212-0/+151
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | tracing: Add hist trigger action 'expected fail' test caseTom Zanussi2019-02-201-0/+30
| * | | | | | | tracing: Add alternative synthetic event trace action test caseTom Zanussi2019-02-201-0/+42