summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-6/+2Star
* 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/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 433Thomas Gleixner2019-06-051-2/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 393Thomas Gleixner2019-06-053-51/+3Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 305Thomas Gleixner2019-06-053-6/+3Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-0523-228/+23Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner2019-06-057-14/+7Star
* 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/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3010-148/+10Star
|/
* 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/+1Star
* 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
* perf mmap: Implement dedicated memory buffer for data compressionAlexey Budankov2019-05-154-7/+37
* perf record: Implement COMPRESSED event record and its attributesAlexey Budankov2019-05-155-0/+72
* perf session: Define 'bytes_transferred' and 'bytes_compressed' metricsAlexey Budankov2019-05-152-0/+3
* perf machine: Null-terminate version char array upon fgets(/proc/version) errorDonald Yandt2019-05-151-1/+2
* perf tools x86: Add support for recording and printing XMM registersAndi Kleen2019-05-151-0/+1
* perf parse-regs: Improve error output when faced with unknown register nameArnaldo Carvalho de Melo2019-05-151-2/+1Star
* perf tools: Speed up report for perf compiled with linwunwindJiri Olsa2019-05-153-7/+12
* perf annotate: Remove hist__account_cycles() from callbackJin Yao2019-05-151-1/+1
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-0619-40/+116
|\
| * perf record: Implement --mmap-flush=<number> optionAlexey Budankov2019-04-014-6/+10
| * perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ...Tzvetomir Stoyanov2019-04-015-6/+6
| * tools tools, tools lib traceevent: Make traceevent APIs more consistentTzvetomir Stoyanov2019-04-012-3/+3
| * perf list: Output tool eventsAndi Kleen2019-04-012-0/+21
| * perf evsel: Support printing evsel name for 'duration_time'Andi Kleen2019-04-011-1/+10
| * perf stat: Implement duration_time as a proper eventAndi Kleen2019-04-015-6/+65
| * perf stat: Revert checks for duration_timeAndi Kleen2019-04-011-18/+0Star
| * perf tools: Add header defining used namespace struct to event.hArnaldo Carvalho de Melo2019-04-011-0/+1
* | perf tools: Remove needless asm/unistd.h include fixing build in some placesArnaldo Carvalho de Melo2019-05-021-1/+0Star
* | perf cs-etm: Always allocate memory for cs_etm_queue::prev_packetLeo Yan2019-05-021-5/+3Star
* | perf cs-etm: Don't check cs_etm_queue::prev_packet validityLeo Yan2019-05-021-5/+1Star
* | perf report: Report OOM in status line in the GTK UIThomas Richter2019-05-021-3/+5