summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf intel-pt: Allow for a guest kernel address filterAdrian Hunter2021-02-181-1/+7
* perf intel-pt: Support decoding of guest kernelAdrian Hunter2021-02-181-12/+69
* perf machine: Factor out machine__idle_thread()Adrian Hunter2021-02-183-22/+22
* perf machine: Factor out machines__find_guest()Adrian Hunter2021-02-183-6/+11
* perf intel-pt: Amend decoder to track the NR flagAdrian Hunter2021-02-182-9/+53
* perf intel-pt: Retain the last PIP packet payload as isAdrian Hunter2021-02-185-18/+16
* perf intel_pt: Add vmlaunch and vmresume as branchesAdrian Hunter2021-02-183-0/+17
* perf script: Add branch types for VM-Entry and VM-ExitAdrian Hunter2021-02-183-1/+9
* perf auxtrace: Automatically group aux-output eventsAdrian Hunter2021-02-183-0/+23
* perf test: Fix unaligned access in sample parsing testNamhyung Kim2021-02-181-1/+1
* perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processingKan Liang2021-02-184-14/+43
* perf intel-pt: Add PSB eventsAdrian Hunter2021-02-187-53/+251
* perf intel-pt: Fix IPC with CYC thresholdAdrian Hunter2021-02-183-0/+41
* perf intel-pt: Fix premature IPCAdrian Hunter2021-02-183-11/+17
* perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter2021-02-181-0/+3
* perf unwind: Set userdata for all __report_module() pathsDave Rigby2021-02-181-3/+8
* perf record: Fix continue profiling after draining the bufferYang Jihong2021-02-183-1/+13
* perf tools: Simplify the calculation of variablesJiapeng Chong2021-02-181-1/+1
* perf vendor events arm64: Add JSON metrics for imx8mp DDR PerfJoakim Zhang2021-02-182-0/+503
* perf vendor events arm64: Add JSON metrics for imx8mq DDR PerfJoakim Zhang2021-02-182-0/+55
* perf vendor events arm64: Add JSON metrics for imx8mn DDR PerfJoakim Zhang2021-02-182-0/+55
* perf vendor events arm64: Fix indentation of brackets in imx8mm metricsJoakim Zhang2021-02-181-2/+2
* perf annotate: Do not jump after 'k' is pressedMartin Liška2021-02-171-1/+1
* perf metricgroup: Remove unneeded semicolonYang Li2021-02-171-1/+1
* perf tools: Add OCaml demanglingFabian Hemmer2021-02-1711-11/+156
* tools api fs: Cache cgroupfs mount pointNamhyung Kim2021-02-171-0/+19
* tools api fs: Diet cgroupfs_find_mountpoint()Namhyung Kim2021-02-171-25/+45
* tools api fs: Prefer cgroup v1 path in cgroupfs_find_mountpoint()Namhyung Kim2021-02-171-19/+15
* perf symbols: Resolve symbols against debug file firstJiri Slaby2021-02-171-1/+15
* Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2021-02-1617-32/+1311
|\
| * perf probe: Fix kretprobe issue caused by GCC bugJianlin Lv2021-02-121-0/+10
| * perf symbols: Fix return value when loading PE DSONicholas Fraser2021-02-121-1/+3
| * perf symbols: Make dso__load_bfd_symbols() load PE files from debug cache onlyNicholas Fraser2021-02-121-7/+1
| * perf symbols: Use (long) for iterator for bfd symbolsDmitry Safonov2021-02-121-2/+1
| * perf annotate: Fix jump parsing for C++ code.Martin Liška2021-02-112-0/+9
| * tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2021-02-111-0/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-02-103-9/+14
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-02-051-1/+1
| | |\
| | | * selftests: netfilter: fix current yearFabian Frederick2021-02-041-1/+1
| | * | selftests: txtimestamp: fix compilation issueVadim Fedorenko2021-02-051-3/+3
| | * | selftests/tls: fix selftest with CHACHA20-POLY1305Vadim Fedorenko2021-02-041-5/+10
| * | | selftests/vm: rename file run_vmtests to run_vmtests.shRong Chen2021-02-101-0/+0
| * | | Merge tag 'libnvdimm-fixes-5.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-074-2/+1245
| |\ \ \
| | * | | ndtest: Add papr health related flagsSantosh Sivaraj2021-01-282-0/+72
| | * | | ndtest: Add nvdimm control functionsSantosh Sivaraj2021-01-281-0/+51
| | * | | ndtest: Add regions and mappings to the test busesSantosh Sivaraj2021-01-282-0/+378
| | * | | ndtest: Add dimm attributesSantosh Sivaraj2021-01-281-2/+200
| | * | | ndtest: Add dimms to the two busesSantosh Sivaraj2021-01-282-0/+294
| | * | | ndtest: Add compatability string to treat it as PAPR familySantosh Sivaraj2021-01-281-0/+23
| | * | | testing/nvdimm: Add test module for non-nfit platformsSantosh Sivaraj2021-01-284-2/+229