aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-042-0/+172
|\
| * selftests/exec: Add binfmt_script regression testKees Cook2020-05-212-0/+172
* | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-044-0/+102
|\ \
| * | proc: use human-readable values for hidepidAlexey Gladkov2020-04-223-0/+52
| * | proc: allow to mount many instances of proc in one pid namespaceAlexey Gladkov2020-04-223-0/+50
* | | Merge tag 'perf-tools-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-04145-982/+4311
|\ \ \
| * | | perf tools: Remove some duplicated includesTiezhu Yang2020-06-025-5/+0
| * | | perf symbols: Fix kernel maps for kcore and eBPFAdrian Hunter2020-06-021-0/+2
| * | | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2020-06-021-0/+3
| * | | perf stat: Ensure group is defined on top of the same cpu maskJiri Olsa2020-06-021-0/+55
| * | | perf libdw: Fix off-by 1 relative directory includesIan Rogers2020-06-013-9/+9
| * | | perf arm-spe: Support synthetic eventsTan Xiaojun2020-06-015-43/+1097
| * | | perf auxtrace: Add four itrace optionsTan Xiaojun2020-06-013-2/+36
| * | | perf tools: Move arm-spe-pkt-decoder.h/c to the new dirTan Xiaojun2020-06-015-2/+3
| * | | perf test: Initialize memory in dwarf-unwindIan Rogers2020-06-012-0/+9
| * | | perf tests: Don't tail call optimize in unwind testIan Rogers2020-06-011-5/+5
| * | | tools compiler.h: Add attribute to disable tail callsIan Rogers2020-06-012-0/+15
| * | | perf build: Add a LIBPFM4=1 build test entryArnaldo Carvalho de Melo2020-05-291-0/+2
| * | | perf tools: Add optional support for libpfm4Stephane Eranian2020-05-2919-8/+631
| * | | perf tools: Correct license on jsmn JSON parserEd Maste2020-05-291-1/+1
| * | | perf jit: Fix inaccurate DWARF line tableNick Gasson2020-05-291-2/+2
| * | | perf jvmti: Remove redundant jitdump line table entriesNick Gasson2020-05-291-45/+33
| * | | perf build: Add NO_SDT=1 to the default set of build testsArnaldo Carvalho de Melo2020-05-291-0/+1
| * | | perf build: Add NO_LIBCRYPTO=1 to the default set of build testsArnaldo Carvalho de Melo2020-05-291-0/+1
| * | | perf build: Add NO_SYSCALL_TABLE=1 to the build testsArnaldo Carvalho de Melo2020-05-291-1/+3
| * | | perf build: Remove libaudit from the default feature checksArnaldo Carvalho de Melo2020-05-294-8/+2
| * | | perf trace: Grow the syscall table as needed when using libauditArnaldo Carvalho de Melo2020-05-291-1/+27
| * | | perf trace: Use zalloc() to make sure all fields are zeroed in the syscalltbl...Arnaldo Carvalho de Melo2020-05-291-2/+2
| * | | perf trace: Remove union from syscalltbl, all the fields are neededArnaldo Carvalho de Melo2020-05-291-8/+6
| * | | perf build: Allow explicitely disabling the NO_SYSCALL_TABLE variableArnaldo Carvalho de Melo2020-05-292-11/+16
| * | | perf build: Group the NO_SYSCALL_TABLE logicArnaldo Carvalho de Melo2020-05-291-8/+15
| * | | perf intel-pt: Refine kernel decoding only warning messageAdrian Hunter2020-05-281-1/+2
| * | | perf record: Respect --no-switch-eventsAdrian Hunter2020-05-285-5/+16
| * | | perf script: Fix --call-trace for Intel PTAdrian Hunter2020-05-281-4/+15
| * | | perf evlist: Disable 'immediate' events lastAdrian Hunter2020-05-281-10/+21
| * | | perf kcore_copy: Fix module map when there are no modules loadedAdrian Hunter2020-05-281-0/+7
| * | | perf jvmti: Fix demangling Java symbolsNick Gasson2020-05-281-6/+7
| * | | perf tests: Add test for the java demanglerNick Gasson2020-05-284-0/+48
| * | | perf jvmti: Do not report error when missing debug informationNick Gasson2020-05-281-2/+11
| * | | perf jvmti: Fix jitdump for methods without debug infoNick Gasson2020-05-281-11/+0
| * | | perf symbols: Fix debuginfo search for UbuntuAdrian Hunter2020-05-284-0/+20
| * | | perf parse: Add 'struct parse_events_state' pointer to scannerJiri Olsa2020-05-283-10/+14
| * | | perf stat: Do not pass avg to generic_metricJiri Olsa2020-05-281-8/+2
| * | | perf tests: Consider subtests when searching for user specified testsJiri Olsa2020-05-281-8/+26
| * | | perf list: Add metrics to command line usageIan Rogers2020-05-281-1/+1
| * | | perf script: Don't force less for non tty output with --xedAndi Kleen2020-05-281-1/+4
| * | | perf metricgroup: Remove unnecessary ',' from eventsIan Rogers2020-05-281-2/+7
| * | | perf metricgroup: Add options to not group or mergeIan Rogers2020-05-285-19/+87
| * | | perf metricgroup: Remove duped metric group eventsIan Rogers2020-05-281-29/+62
| * | | perf metricgroup: Order event groups by sizeIan Rogers2020-05-281-1/+15