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