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