summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2020-07-22perf stat: Zero all the 'ena' and 'run' array slot stats for interval modeJin Yao
2020-07-16perf intel-pt: Fix PEBS sample for XMM registersAdrian Hunter
2020-07-16perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter
2020-06-24perf parse-events: Fix an incompatible pointerIan Rogers
2020-06-24perf probe: Fix user attribute access in kprobesSumanth Korikkar
2020-06-24perf stat: Fix NULL pointer dereferenceHongbo Yao
2020-06-22perf symbols: Fix kernel maps for kcore and eBPFAdrian Hunter
2020-06-22perf symbols: Fix debuginfo search for UbuntuAdrian Hunter
2020-06-22perf probe: Check address correctness by map instead of _etextMasami Hiramatsu
2020-06-22perf probe: Fix to check blacklist address correctlyMasami Hiramatsu
2020-06-17perf probe: Accept the instance number of kretprobe eventMasami Hiramatsu
2020-04-14perf stat: Fix no metric header if --per-socket and --metric-only setJin Yao
2020-04-14perf python: Check if clang supports -fno-semantic-interpositionArnaldo Carvalho de Melo
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