summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Fix no metric header if --per-socket and --metric-only setJin Yao2020-04-141-2/+5
* perf python: Check if clang supports -fno-semantic-interpositionArnaldo Carvalho de Melo2020-04-141-0/+2
* perf python: Fix clang detection to strip out options passed in $CCArnaldo Carvalho de Melo2020-04-031-1/+1
* perf script report: Fix SEGFAULT when using DWARF modeAndreas Gerstmayr2020-04-031-0/+3
* 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 record: Add --all-cgroups optionNamhyung Kim2020-04-033-1/+12
* perf record: Support synthesizing cgroup eventsNamhyung Kim2020-04-033-0/+124
* perf report: Add 'cgroup' sort keyNamhyung Kim2020-04-034-0/+53
* perf cgroup: Maintain cgroup hierarchyNamhyung Kim2020-04-035-5/+109
* perf tools: Basic support for CGROUP eventNamhyung Kim2020-04-039-0/+60
* perf python: Include rwsem.c in the pythong bidingArnaldo Carvalho de Melo2020-04-031-0/+1
* perf parse-events: Add defensive NULL checkIan Rogers2020-03-261-6/+5
* perf dso: Fix dso comparisonRavi Bangoria2020-03-241-1/+21
* perf cpumap: Fix snprintf overflow checkChristophe JAILLET2020-03-241-5/+5
* 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 pmu: Refactor pmu_add_cpu_aliases()John Garry2020-03-242-8/+16
* 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: Support a new key to reload the browserJin Yao2020-03-241-0/+1
* perf report: Allow specifying event to be used as sort key in --group outputJin Yao2020-03-241-0/+1
* perf report: Support interactive annotation of code without symbolsJin Yao2020-03-241-0/+1
* perf report: Print al_addr when symbol is not foundJin Yao2020-03-231-2/+4
* perf symbols: Consolidate symbol fixup issueLeo Yan2020-03-231-2/+8
* perf parse-events: Fix 3 use after frees found with clang ASANIan Rogers2020-03-232-3/+4
* Merge tag 'perf-core-for-mingo-5.7-20200317' of git://git.kernel.org/pub/scm/...Ingo Molnar2020-03-199-86/+240
|\
| * perf expr: Fix copy/paste mistakeJiri Olsa2020-03-171-2/+2
| * perf tools: Give synthetic mmap events an inode generationIan Rogers2020-03-171-0/+1
| * perf record: Fix binding of AIO user space buffers to nodesAlexey Budankov2020-03-121-6/+15
| * perf cs-etm: Fix unsigned variable comparison to zeroLeo Yan2020-03-111-1/+1
| * perf cs-etm: Optimize copying last branchesLeo Yan2020-03-111-5/+17
| * perf cs-etm: Correct synthesizing instruction samplesLeo Yan2020-03-111-17/+70
| * perf cs-etm: Continuously record last branchLeo Yan2020-03-111-3/+4
| * perf cs-etm: Swap packets for instruction samplesLeo Yan2020-03-111-20/+19
| * perf map: Use strstarts() to look for Android librariesArnaldo Carvalho de Melo2020-03-111-4/+4
| * perf map: Fix off by one in strncpy() size argumentdisconnect3d2020-03-111-1/+1
| * perf metricgroup: Support metric constraintKan Liang2020-03-101-1/+53
| * perf util: Factor out sysctl__nmi_watchdog_enabled()Kan Liang2020-03-103-4/+22
| * perf metricgroup: Factor out metricgroup__add_metric_weak_group()Kan Liang2020-03-101-24/+33
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2020-03-195-31/+41
|\ \ | |/ |/|
| * perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu2020-03-091-3/+8
| * perf probe: Fix to delete multiple probe eventMasami Hiramatsu2020-03-091-0/+3
| * perf parse-events: Fix reading of invalid memory in event parsingIan Rogers2020-03-091-23/+23
| * perf python: Fix clang detection when using CC=clang-versionIlie Halip2020-03-091-4/+6
| * perf map: Fix off by one in strncpy() size argumentdisconnect3d2020-03-091-1/+1
| * perf diff: Fix undefined string comparision spotted by clang's -Wstring-compareNick Desaulniers2020-03-062-2/+3
* | perf block-info: Support color ops to print block percents in colorJin Yao2020-03-091-10/+15
* | perf block-info: Allow selecting which columns to report and its orderJin Yao2020-03-092-17/+41
* | perf diff: Use __block_info__cmp() to replace block_pair_cmp()Jin Yao2020-03-092-2/+9