summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Fix segfault for event group in repeat modeJiri Olsa2019-08-161-0/+2
* perf tools: Fix proper buffer size for feature processingJiri Olsa2019-08-161-1/+1
* perf record: Fix module size on s390Thomas Richter2019-08-162-2/+3
* perf db-export: Fix thread__exec_comm()Adrian Hunter2019-08-161-1/+11
* perf annotate: Fix s390 gap between kernel end and module startThomas Richter2019-08-162-1/+7
* perf intel-bts: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-311-3/+2
* perf annotate: Fix dereferencing freed memory found by the smatch toolLeo Yan2019-07-311-4/+2
* perf map: Fix potential NULL pointer dereference found by smatch toolLeo Yan2019-07-311-2/+5
* perf session: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-311-0/+3
* perf stat: Fix group lookup for metric groupAndi Kleen2019-07-261-12/+35
* perf stat: Don't merge events in the same PMUAndi Kleen2019-07-261-1/+2
* perf stat: Fix metrics with --no-mergeAndi Kleen2019-07-261-1/+17
* perf stat: Make metric event lookup more robustAndi Kleen2019-07-261-2/+3
* perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer2019-07-261-1/+1
* perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo2019-07-261-1/+7
* perf report: Fix OOM error in TUI mode on s390Thomas Richter2019-07-261-3/+2
* perf header: Assign proper ff->ph in perf_event__synthesize_features()Song Liu2019-07-141-0/+1
* perf thread-stack: Fix thread stack return from kernel for kernel-only caseAdrian Hunter2019-07-141-1/+29
* perf pmu: Fix uncore PMU alias list for ARM64John Garry2019-07-141-16/+12
* perf auxtrace: Fix itrace defaults for perf scriptAdrian Hunter2019-07-141-1/+2
* perf intel-pt: Fix itrace defaults for perf scriptAdrian Hunter2019-07-141-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-6/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 480Thomas Gleixner2019-06-191-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 479Thomas Gleixner2019-06-191-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 433Thomas Gleixner2019-06-051-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 393Thomas Gleixner2019-06-053-51/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 305Thomas Gleixner2019-06-053-6/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-0523-228/+23
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner2019-06-057-14/+7
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-024-12/+53
|\
| * perf machine: Read also the end of the kernelJiri Olsa2019-05-281-9/+18
| * perf session: Add missing swap ops for namespace eventsNamhyung Kim2019-05-281-0/+21
| * perf namespace: Protect reading thread's namespaceNamhyung Kim2019-05-281-2/+13
| * perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden2019-05-281-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-11/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3010-148/+10
|/
* perf stat: Support 'percore' event qualifierJin Yao2019-05-162-7/+44
* perf stat: Factor out aggregate counts printingJin Yao2019-05-161-25/+39
* perf tools: Add a 'percore' event qualifierJin Yao2019-05-165-0/+34
* perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter2019-05-161-1/+4
* perf intel-pt: Fix improved sample timestampAdrian Hunter2019-05-161-3/+10
* perf intel-pt: Fix instructions sampling rateAdrian Hunter2019-05-161-3/+10
* perf parse-regs: Add generic support for arch__intr/user_reg_mask()Kan Liang2019-05-163-3/+22
* perf parse-regs: Split parse_regsKan Liang2019-05-152-4/+18
* perf report: Implement perf.data record decompressionAlexey Budankov2019-05-154-1/+177
* perf report: Add stub processing of compressed events for -DAlexey Budankov2019-05-152-1/+20
* perf record: Implement compression for AIO trace streamingAlexey Budankov2019-05-152-87/+1
* perf record: Implement compression for serial trace streamingAlexey Budankov2019-05-151-0/+2
* perf tools: Introduce Zstd streaming based compression APIAlexey Budankov2019-05-153-0/+114