aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05perf intel-pt: Re-factor TIP cases in intel_pt_walk_to_ipAdrian Hunter1-6/+17
2019-06-05perf intel-pt: Record when decoding PSB+ packetsAdrian Hunter1-10/+31
2019-06-05perf intel-pt: Add support for samples to contain IPC ratioAdrian Hunter1-0/+29
2019-06-05perf tools: Add IPC information to perf_sampleAdrian Hunter1-0/+2
2019-06-05perf intel-pt: Accumulate cycle count from CYC packetsAdrian Hunter2-1/+14
2019-06-05perf intel-pt: Factor out intel_pt_update_sample_timeAdrian Hunter1-8/+10
2019-06-05perf record: Allow mixing --user-regs with --call-graph=dwarfAlexey Budankov2-1/+12
2019-06-05perf symbols: Remove unused variable 'err'Leo Yan1-2/+1
2019-06-03Merge tag 'v5.2-rc3' into perf/core, to pick up fixesIngo Molnar11-159/+11
2019-06-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-12/+53
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-11/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner10-148/+10
2019-05-28perf intel-pt: Rationalize intel_pt_sync_switch()'s use of next_tidAdrian Hunter1-2/+2
2019-05-28perf intel-pt: Improve sync_switch by processing PERF_RECORD_SWITCH* in eventsAdrian Hunter1-1/+39
2019-05-28perf python: Remove -fstack-protector-strong if clang doesn't have itArnaldo Carvalho de Melo1-0/+2
2019-05-28perf machine: Return NULL instead of null-terminating /proc/version arrayDonald Yandt1-2/+2
2019-05-28perf version: Append 12 git SHA chars to the version stringArnaldo Carvalho de Melo1-1/+1
2019-05-28perf script: Remove superfluous BPF event titlesJiri Olsa1-2/+2
2019-05-28perf tests: Add map_groups__merge_in testJiri Olsa2-1/+3
2019-05-28perf script: Pad DSO name for --call-traceJiri Olsa2-0/+7
2019-05-28perf dso: Add BPF DSO read and size hooksJiri Olsa1-1/+48
2019-05-28perf dso: Simplify dso_cache__read functionJiri Olsa1-11/+6
2019-05-28perf dso: Separate generic code in dso_cache__readJiri Olsa1-21/+27
2019-05-28perf dso: Separate generic code in dso__data_file_size()Jiri Olsa1-7/+12
2019-05-28perf tools: Remove const from thread read accessorsNamhyung Kim3-9/+9
2019-05-28perf tools: Preserve eBPF maps when loading kcoreJiri Olsa1-4/+93
2019-05-28perf machine: Keep zero in pgoff BPF mapJiri Olsa1-2/+2
2019-05-28perf auxtrace: Fix itrace defaults for perf scriptAdrian Hunter1-1/+2
2019-05-28perf intel-pt: Fix itrace defaults for perf scriptAdrian Hunter1-1/+2
2019-05-28perf machine: Read also the end of the kernelJiri Olsa1-9/+18
2019-05-28perf session: Add missing swap ops for namespace eventsNamhyung Kim1-0/+21
2019-05-28perf namespace: Protect reading thread's namespaceNamhyung Kim1-2/+13
2019-05-28perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden1-1/+1
2019-05-16perf stat: Support 'percore' event qualifierJin Yao2-7/+44
2019-05-16perf stat: Factor out aggregate counts printingJin Yao1-25/+39
2019-05-16perf tools: Add a 'percore' event qualifierJin Yao5-0/+34
2019-05-16perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter1-1/+4
2019-05-16perf intel-pt: Fix improved sample timestampAdrian Hunter1-3/+10
2019-05-16perf intel-pt: Fix instructions sampling rateAdrian Hunter1-3/+10
2019-05-16perf parse-regs: Add generic support for arch__intr/user_reg_mask()Kan Liang3-3/+22
2019-05-15perf parse-regs: Split parse_regsKan Liang2-4/+18
2019-05-15perf report: Implement perf.data record decompressionAlexey Budankov4-1/+177
2019-05-15perf report: Add stub processing of compressed events for -DAlexey Budankov2-1/+20
2019-05-15perf record: Implement compression for AIO trace streamingAlexey Budankov2-87/+1
2019-05-15perf record: Implement compression for serial trace streamingAlexey Budankov1-0/+2
2019-05-15perf tools: Introduce Zstd streaming based compression APIAlexey Budankov3-0/+114
2019-05-15perf mmap: Implement dedicated memory buffer for data compressionAlexey Budankov4-7/+37
2019-05-15perf record: Implement COMPRESSED event record and its attributesAlexey Budankov5-0/+72
2019-05-15perf session: Define 'bytes_transferred' and 'bytes_compressed' metricsAlexey Budankov2-0/+3
2019-05-15perf machine: Null-terminate version char array upon fgets(/proc/version) errorDonald Yandt1-1/+2