aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-03perf python: Fix clang detection to strip out options passed in $CCArnaldo Carvalho de Melo1-1/+1
2020-04-03perf script report: Fix SEGFAULT when using DWARF modeAndreas Gerstmayr1-0/+3
2020-04-03perf events parser: Add missing Intel CPU events to parserAdrian Hunter1-5/+7
2020-04-03perf script: Allow --symbol to accept hexadecimal addressesStephane Eranian1-4/+17
2020-04-03perf record: Add --all-cgroups optionNamhyung Kim3-1/+12
2020-04-03perf record: Support synthesizing cgroup eventsNamhyung Kim3-0/+124
2020-04-03perf report: Add 'cgroup' sort keyNamhyung Kim4-0/+53
2020-04-03perf cgroup: Maintain cgroup hierarchyNamhyung Kim5-5/+109
2020-04-03perf tools: Basic support for CGROUP eventNamhyung Kim9-0/+60
2020-04-03perf python: Include rwsem.c in the pythong bidingArnaldo Carvalho de Melo1-0/+1
2020-03-26perf parse-events: Add defensive NULL checkIan Rogers1-6/+5
2020-03-24perf dso: Fix dso comparisonRavi Bangoria1-1/+21
2020-03-24perf cpumap: Fix snprintf overflow checkChristophe JAILLET1-5/+5
2020-03-24perf pmu: Make pmu_uncore_alias_match() publicJohn Garry2-1/+2
2020-03-24perf pmu: Add is_pmu_core()John Garry2-0/+6
2020-03-24perf pmu: Refactor pmu_add_cpu_aliases()John Garry2-8/+16
2020-03-24perf metricgroup: Fix printing event names of metric group with multiple events incase of overlapping eventsKajol Jain1-19/+30
2020-03-24perf stat: Align the output for interval aggregation modeJin Yao1-3/+3
2020-03-24perf report: Support a new key to reload the browserJin Yao1-0/+1
2020-03-24perf report: Allow specifying event to be used as sort key in --group outputJin Yao1-0/+1
2020-03-24perf report: Support interactive annotation of code without symbolsJin Yao1-0/+1
2020-03-23perf report: Print al_addr when symbol is not foundJin Yao1-2/+4
2020-03-23perf symbols: Consolidate symbol fixup issueLeo Yan1-2/+8
2020-03-23perf parse-events: Fix 3 use after frees found with clang ASANIan Rogers2-3/+4
2020-03-19Merge tag 'perf-core-for-mingo-5.7-20200317' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar9-86/+240
2020-03-19Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar5-31/+41
2020-03-17perf expr: Fix copy/paste mistakeJiri Olsa1-2/+2
2020-03-17perf tools: Give synthetic mmap events an inode generationIan Rogers1-0/+1
2020-03-12perf record: Fix binding of AIO user space buffers to nodesAlexey Budankov1-6/+15
2020-03-11perf cs-etm: Fix unsigned variable comparison to zeroLeo Yan1-1/+1
2020-03-11perf cs-etm: Optimize copying last branchesLeo Yan1-5/+17
2020-03-11perf cs-etm: Correct synthesizing instruction samplesLeo Yan1-17/+70
2020-03-11perf cs-etm: Continuously record last branchLeo Yan1-3/+4
2020-03-11perf cs-etm: Swap packets for instruction samplesLeo Yan1-20/+19
2020-03-11perf map: Use strstarts() to look for Android librariesArnaldo Carvalho de Melo1-4/+4
2020-03-11perf map: Fix off by one in strncpy() size argumentdisconnect3d1-1/+1
2020-03-10perf metricgroup: Support metric constraintKan Liang1-1/+53
2020-03-10perf util: Factor out sysctl__nmi_watchdog_enabled()Kan Liang3-4/+22
2020-03-10perf metricgroup: Factor out metricgroup__add_metric_weak_group()Kan Liang1-24/+33
2020-03-09perf block-info: Support color ops to print block percents in colorJin Yao1-10/+15
2020-03-09perf block-info: Allow selecting which columns to report and its orderJin Yao2-17/+41
2020-03-09perf diff: Use __block_info__cmp() to replace block_pair_cmp()Jin Yao2-2/+9
2020-03-09perf block-info: Fix wrong block address comparison in block_info__cmp()Jin Yao1-15/+6
2020-03-09perf expr: Make expr__parse() return -1 on errorJiri Olsa1-1/+1
2020-03-09perf expr: Straighten expr__parse()/expr__find_other() interfaceJiri Olsa3-9/+7
2020-03-09perf expr: Increase EXPR_MAX_OTHER to support metrics with more than 15 variablesJiri Olsa1-1/+1
2020-03-09perf expr: Move expr lexer to flexJiri Olsa5-141/+247
2020-03-09perf expr: Add expr.c objectJiri Olsa3-16/+20
2020-03-09perf header: Add check for unexpected use of reserved membrs in event attrKan Liang1-0/+37
2020-03-09perf evsel: Support PERF_SAMPLE_BRANCH_HW_INDEXKan Liang3-3/+14