summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf: Normalize gcc parameter when generating arch errno tableHe Zhe2020-03-261-1/+1
* perf parse-events: Add defensive NULL checkIan Rogers2020-03-261-6/+5
* perf callchain: Update docs regarding kernel/user space unwindingTony Jones2020-03-252-12/+20
* perf dso: Fix dso comparisonRavi Bangoria2020-03-241-1/+21
* perf cpumap: Fix snprintf overflow checkChristophe JAILLET2020-03-241-5/+5
* perf test: Test pmu-events aliasesJohn Garry2020-03-241-1/+147
* 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 test: Add pmu-events testJohn Garry2020-03-244-0/+239
* perf pmu: Refactor pmu_add_cpu_aliases()John Garry2020-03-242-8/+16
* perf jevents: Support test events folderJohn Garry2020-03-241-0/+30
* perf jevents: Add some test eventsJohn Garry2020-03-243-0/+59
* perf tools: Unify a bit the build directory outputJiri Olsa2020-03-241-4/+5
* tools headers uapi: Update linux/in.h copyArnaldo Carvalho de Melo2020-03-241-0/+2
* perf vendor events amd: Update Zen1 events to V2Vijay Thakkar2020-03-247-136/+172
* perf vendor events amd: Add Zen2 eventsVijay Thakkar2020-03-247-0/+1117
* perf vendor events amd: Restrict model detection for zen1 based processorsVijay Thakkar2020-03-247-1/+1
* 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/top TUI: Support hotkeys to let user select any event for sortingJin Yao2020-03-241-1/+27
* perf report: Support a new key to reload the browserJin Yao2020-03-244-3/+6
* perf report: Allow specifying event to be used as sort key in --group outputJin Yao2020-03-244-15/+94
* perf report/top TUI: Support hotkey 'a' for annotation of unresolved addressesJin Yao2020-03-241-11/+35
* perf report: Support interactive annotation of code without symbolsJin Yao2020-03-242-6/+38
* perf report: Print al_addr when symbol is not foundJin Yao2020-03-231-2/+4
* perf symbols: Consolidate symbol fixup issueLeo Yan2020-03-235-33/+8
* perf parse-events: Fix 3 use after frees found with clang ASANIan Rogers2020-03-232-3/+4
* perf/x86/intel/uncore: Factor out __snr_uncore_mmio_init_boxKan Liang2020-03-201-3/+9
* perf/x86/intel/uncore: Add box_offsets for free-running countersKan Liang2020-03-201-1/+4
* perf/core: Fix reversed NULL check in perf_event_groups_less()Dan Carpenter2020-03-201-1/+1
* perf/core: Fix endless multiplex timerPeter Zijlstra2020-03-201-6/+14
* x86/optprobe: Fix OPTPROBE vs UACCESSPeter Zijlstra2020-03-202-0/+26
* Merge tag 'perf-core-for-mingo-5.7-20200317' of git://git.kernel.org/pub/scm/...Ingo Molnar2020-03-1932-1123/+1340
|\
| * perf expr: Fix copy/paste mistakeJiri Olsa2020-03-171-2/+2
| * perf report: Fix no branch type statistics report issueJin Yao2020-03-171-5/+4
| * perf tools: Give synthetic mmap events an inode generationIan Rogers2020-03-171-0/+1
| * perf test: Print if shell directory isn't presentIan Rogers2020-03-131-1/+4
| * perf record: Fix binding of AIO user space buffers to nodesAlexey Budankov2020-03-121-6/+15
| * perf scripting perl: Add common_callchain to fix argument orderMichael Petlan2020-03-116-20/+20
| * perf intel-pt: Update intel-pt.txt file with new location of the documentationAdrian Hunter2020-03-111-0/+1
| * perf intel-pt: Add Intel PT man page referencesAdrian Hunter2020-03-115-4/+13
| * perf intel-pt: Rename intel-pt.txt and put it in man page formatAdrian Hunter2020-03-111-24/+33
| * perf doc: Set man page date to last git commitIan Rogers2020-03-111-1/+4
| * 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