aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-18perf intel-pt: Allow for a guest kernel address filterAdrian Hunter1-1/+7
2021-02-18perf intel-pt: Support decoding of guest kernelAdrian Hunter1-12/+69
2021-02-18perf machine: Factor out machine__idle_thread()Adrian Hunter3-22/+22
2021-02-18perf machine: Factor out machines__find_guest()Adrian Hunter3-6/+11
2021-02-18perf intel-pt: Amend decoder to track the NR flagAdrian Hunter2-9/+53
2021-02-18perf intel-pt: Retain the last PIP packet payload as isAdrian Hunter5-18/+16
2021-02-18perf intel_pt: Add vmlaunch and vmresume as branchesAdrian Hunter3-0/+17
2021-02-18perf script: Add branch types for VM-Entry and VM-ExitAdrian Hunter3-1/+9
2021-02-18perf auxtrace: Automatically group aux-output eventsAdrian Hunter3-0/+23
2021-02-18perf test: Fix unaligned access in sample parsing testNamhyung Kim1-1/+1
2021-02-18perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processingKan Liang4-14/+43
2021-02-18perf intel-pt: Add PSB eventsAdrian Hunter7-53/+251
2021-02-18perf intel-pt: Fix IPC with CYC thresholdAdrian Hunter3-0/+41
2021-02-18perf intel-pt: Fix premature IPCAdrian Hunter3-11/+17
2021-02-18perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter1-0/+3
2021-02-18perf unwind: Set userdata for all __report_module() pathsDave Rigby1-3/+8
2021-02-18perf record: Fix continue profiling after draining the bufferYang Jihong3-1/+13
2021-02-18Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe37-260/+1608
2021-02-18perf tools: Simplify the calculation of variablesJiapeng Chong1-1/+1
2021-02-18perf vendor events arm64: Add JSON metrics for imx8mp DDR PerfJoakim Zhang2-0/+503
2021-02-18perf vendor events arm64: Add JSON metrics for imx8mq DDR PerfJoakim Zhang2-0/+55
2021-02-18perf vendor events arm64: Add JSON metrics for imx8mn DDR PerfJoakim Zhang2-0/+55
2021-02-18perf vendor events arm64: Fix indentation of brackets in imx8mm metricsJoakim Zhang1-2/+2
2021-02-17perf annotate: Do not jump after 'k' is pressedMartin Liška1-1/+1
2021-02-17perf metricgroup: Remove unneeded semicolonYang Li1-1/+1
2021-02-17perf tools: Add OCaml demanglingFabian Hemmer11-11/+156
2021-02-17tools api fs: Cache cgroupfs mount pointNamhyung Kim1-0/+19
2021-02-17tools api fs: Diet cgroupfs_find_mountpoint()Namhyung Kim1-25/+45
2021-02-17tools api fs: Prefer cgroup v1 path in cgroupfs_find_mountpoint()Namhyung Kim1-19/+15
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf2-4/+40
2021-02-17static_call: Pull some static_call declarations to the type headersPeter Zijlstra1-0/+27
2021-02-17rbtree: Add generic add and find helpersPeter Zijlstra2-63/+202
2021-02-17perf symbols: Resolve symbols against debug file firstJiri Slaby1-1/+15
2021-02-16net: re-solve some conflicts after net -> net-next mergeJakub Kicinski1-1/+2
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-8/+40
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller101-839/+3390
2021-02-16Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo17-32/+1311
2021-02-16perf arm-spe: Set sample's data source fieldLeo Yan1-9/+60
2021-02-16perf arm-spe: Synthesize memory eventLeo Yan1-0/+30
2021-02-16perf arm-spe: Fill address info for samplesLeo Yan1-20/+30
2021-02-16kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson1-1/+1
2021-02-15selftests: kvm: avoid uninitialized variable warningPaolo Bonzini1-1/+2
2021-02-15selftests: kvm: add hardware_disable testIgnacio Alvarado3-0/+167
2021-02-15selftests: gpio: add CONFIG_GPIO_CDEV to configKent Gibson1-0/+1
2021-02-15selftests: gpio: port to GPIO uAPI v2Kent Gibson2-10/+76
2021-02-15tools: gpio: remove uAPI v1 code no longer used by selftestsKent Gibson2-95/+0
2021-02-15selftests: remove obsolete gpio references from kselftest_deps.shKent Gibson1-3/+1
2021-02-15selftests: remove obsolete build restriction for gpioKent Gibson1-9/+0
2021-02-15selftests: gpio: remove obsolete gpio-mockup-chardev.cKent Gibson1-323/+0
2021-02-15selftests: gpio: rework and simplify test implementationKent Gibson4-288/+535