summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* userfaultfd: selftests: add write-protect testPeter Xu2020-04-071-24/+133
* userfaultfd: selftests: refactor statisticsPeter Xu2020-04-071-27/+49
* Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-0596-619/+3031
|\
| * Merge tag 'perf-urgent-for-mingo-5.7-20200403' of git://git.kernel.org/pub/sc...Ingo Molnar2020-04-0496-619/+3032
| |\
| | * perf python: Fix clang detection to strip out options passed in $CCArnaldo Carvalho de Melo2020-04-031-1/+1
| | * perf tools: Support Python 3.8+ in MakefileSam Lunt2020-04-031-1/+10
| | * perf script: Fix invalid read of directory entry after closedir()Andreas Gerstmayr2020-04-031-1/+1
| | * perf script report: Fix SEGFAULT when using DWARF modeAndreas Gerstmayr2020-04-031-0/+3
| | * perf script: add -S/--symbols documentationIan Rogers2020-04-031-0/+8
| | * perf pmu-events x86: Use CPU_CLK_UNHALTED.THREAD in Kernel_Utilization metricJin Yao2020-04-0312-12/+12
| | * perf events parser: Add missing Intel CPU events to parserAdrian Hunter2020-04-031-5/+7
| | * perf script: Allow --symbol to accept hexadecimal addressesStephane Eranian2020-04-031-4/+17
| | * perf report/top TUI: Fix title line formattingArnaldo Carvalho de Melo2020-04-031-4/+4
| | * perf top: Support hotkey to change sort orderJin Yao2020-04-031-2/+9
| | * perf top: Support --group-sort-idx to change the sort orderJin Yao2020-04-032-0/+9
| | * perf symbols: Fix arm64 gap between kernel start and module endKemeng Shi2020-04-032-0/+28
| | * perf build-test: Honour JOBS to override detection of number of coresArnaldo Carvalho de Melo2020-04-031-3/+7
| | * perf script: Add --show-cgroup-events optionNamhyung Kim2020-04-032-0/+44
| | * perf top: Add --all-cgroups optionNamhyung Kim2020-04-032-0/+19
| | * perf record: Add --all-cgroups optionNamhyung Kim2020-04-035-2/+27
| | * perf record: Support synthesizing cgroup eventsNamhyung Kim2020-04-034-0/+129
| | * perf report: Add 'cgroup' sort keyNamhyung Kim2020-04-035-0/+54
| | * perf cgroup: Maintain cgroup hierarchyNamhyung Kim2020-04-035-5/+109
| | * perf tools: Basic support for CGROUP eventNamhyung Kim2020-04-0313-1/+74
| | * perf tools: Add file-handle feature testNamhyung Kim2020-04-034-2/+28
| | * perf python: Include rwsem.c in the pythong bidingArnaldo Carvalho de Melo2020-04-031-0/+1
| | * tools headers UAPI: Update tools's copy of linux/perf_event.hNamhyung Kim2020-04-021-2/+14
| | * perf script: Introduce --deltatime optionHagen Paul Pfeifer2020-03-272-0/+20
| | * perf test x86: Add CET instructions to the new instructions testAdrian Hunter2020-03-273-0/+544
| | * x86/insn: Add Control-flow Enforcement (CET) instructions to the opcode mapYu-cheng Yu2020-03-271-6/+11
| | * perf: Normalize gcc parameter when generating arch errno tableHe Zhe2020-03-261-1/+1
| | * perf parse-events: Add defensive NULL checkIan Rogers2020-03-261-6/+5
| | * perf callchain: Update docs regarding kernel/user space unwindingTony Jones2020-03-252-12/+20
| | * perf dso: Fix dso comparisonRavi Bangoria2020-03-241-1/+21
| | * perf cpumap: Fix snprintf overflow checkChristophe JAILLET2020-03-241-5/+5
| | * perf test: Test pmu-events aliasesJohn Garry2020-03-241-1/+147
| | * perf pmu: Make pmu_uncore_alias_match() publicJohn Garry2020-03-242-1/+2
| | * perf pmu: Add is_pmu_core()John Garry2020-03-242-0/+6
| | * perf test: Add pmu-events testJohn Garry2020-03-244-0/+239
| | * perf pmu: Refactor pmu_add_cpu_aliases()John Garry2020-03-242-8/+16
| | * perf jevents: Support test events folderJohn Garry2020-03-241-0/+30
| | * perf jevents: Add some test eventsJohn Garry2020-03-243-0/+59
| | * perf tools: Unify a bit the build directory outputJiri Olsa2020-03-241-4/+5
| | * tools headers uapi: Update linux/in.h copyArnaldo Carvalho de Melo2020-03-241-0/+2
| | * perf vendor events amd: Update Zen1 events to V2Vijay Thakkar2020-03-247-136/+172
| | * perf vendor events amd: Add Zen2 eventsVijay Thakkar2020-03-247-0/+1117
| | * perf vendor events amd: Restrict model detection for zen1 based processorsVijay Thakkar2020-03-247-1/+1
| | * perf metricgroup: Fix printing event names of metric group with multiple even...Kajol Jain2020-03-241-19/+30
| | * perf stat: Align the output for interval aggregation modeJin Yao2020-03-241-3/+3
| | * perf report/top TUI: Support hotkeys to let user select any event for sortingJin Yao2020-03-241-1/+27