summaryrefslogtreecommitdiff
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-0591-615/+2987
|\
| * 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-0312-1/+67
| * perf tools: Add file-handle feature testNamhyung Kim2020-04-031-0/+4
| * perf python: Include rwsem.c in the pythong bidingArnaldo Carvalho de Melo2020-04-031-0/+1
| * 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
| * 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
| * 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
| * perf report: Support a new key to reload the browserJin Yao2020-03-244-3/+6
| * perf report: Allow specifying event to be used as sort key in --group outputJin Yao2020-03-244-15/+94
| * perf report/top TUI: Support hotkey 'a' for annotation of unresolved addressesJin Yao2020-03-241-11/+35
| * perf report: Support interactive annotation of code without symbolsJin Yao2020-03-242-6/+38
| * perf report: Print al_addr when symbol is not foundJin Yao2020-03-231-2/+4
| * perf symbols: Consolidate symbol fixup issueLeo Yan2020-03-235-33/+8