summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf intel-pt: Add LBR information to synthesized PEBS sampleAdrian Hunter2019-06-171-0/+72
* perf intel-pt: Add XMM registers to synthesized PEBS sampleAdrian Hunter2019-06-171-1/+29
* perf intel-pt: Add gp registers to synthesized PEBS sampleAdrian Hunter2019-06-171-0/+69
* perf intel-pt: Synthesize PEBS sample basic informationAdrian Hunter2019-06-171-2/+50
* perf intel-pt: Factor out common sample preparation for re-useAdrian Hunter2019-06-171-7/+16
* perf intel-pt: Prepare to synthesize PEBS samplesAdrian Hunter2019-06-171-0/+18
* perf intel-pt: Add decoder support for PEBS via PTAdrian Hunter2019-06-172-1/+214
* perf intel-pt: Add Intel PT packet decoder testAdrian Hunter2019-06-174-1/+310
* perf intel-pt: Add new packets for PEBS via PTAdrian Hunter2019-06-174-9/+193
* perf: cs-etm: Optimize option setup for CPU-wide sessionsMathieu Poirier2019-06-171-12/+8
* perf tests arm64: Compile tests unconditionallyRaphael Gault2019-06-172-2/+2
* Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-06-1758-863/+3581
|\
| * perf trace: Skip unknown syscalls when expanding strace like syscall groupsArnaldo Carvalho de Melo2019-06-101-12/+13
| * perf report: Support s390 diag event display on x86Thomas Richter2019-06-101-18/+78
| * perf report: Fix OOM error in TUI mode on s390Thomas Richter2019-06-101-3/+2
| * perf test 6: Fix missing kvm module load for s390Thomas Richter2019-06-101-0/+27
| * perf time-utils: Add support for multiple explicit time intervalsAdrian Hunter2019-06-105-11/+94
| * perf tests: Add a test for time-utilsAdrian Hunter2019-06-104-0/+240
| * perf time-utils: Make perf_time__parse_for_ranges() more logicalAdrian Hunter2019-06-101-1/+4
| * perf time-utils: Simplify perf_time__parse_for_ranges() error paths slightlyAdrian Hunter2019-06-101-7/+5
| * perf time-utils: Fix --time documentationAdrian Hunter2019-06-103-9/+9
| * perf time-utils: Prevent percentage time range overlapAdrian Hunter2019-06-101-0/+3
| * perf time-utils: Factor out set_percent_time()Adrian Hunter2019-06-101-21/+18
| * perf time-utils: Treat time ranges consistentlyAdrian Hunter2019-06-101-4/+3
| * perf intel-pt: Add support for efficient time interval filteringAdrian Hunter2019-06-101-0/+208
| * perf intel-pt: Add support for lookaheadAdrian Hunter2019-06-101-1/+58
| * perf intel-pt: Factor out intel_pt_get_buffer()Adrian Hunter2019-06-101-23/+37
| * perf intel-pt: Add intel_pt_fast_forward()Adrian Hunter2019-06-102-0/+132
| * perf intel-pt: Add reposition parameter to intel_pt_get_data()Adrian Hunter2019-06-101-8/+9
| * perf intel-pt: Factor out intel_pt_reposition()Adrian Hunter2019-06-101-4/+9
| * perf intel-pt: Factor out intel_pt_8b_tsc()Adrian Hunter2019-06-101-9/+17
| * perf intel-pt: Add lookahead callbackAdrian Hunter2019-06-102-0/+5
| * perf report: Set perf time interval in itrace_synth_opsAdrian Hunter2019-06-101-1/+7
| * perf script: Set perf time interval in itrace_synth_opsAdrian Hunter2019-06-101-1/+7
| * perf auxtrace: Add perf time interval to itrace_synth_opsAdrian Hunter2019-06-101-0/+34
| * perf config: Update default value for llvm.clang-bpf-cmd-templateLeo Yan2019-06-101-3/+6
| * perf cs-etm: Remove duplicate GENMASK() define, use linux/bits.h insteadArnaldo Carvalho de Melo2019-06-101-10/+1
| * perf cs-etm: Properly set the value of 'old' and 'head' in snapshot modeMathieu Poirier2019-06-101-4/+123
| * perf data: Fix perf.data documentation for HEADER_CPU_TOPOLOGYArnaldo Carvalho de Melo2019-06-101-7/+22
| * perf tools: Apply new CPU topology sysfs attributesKan Liang2019-06-102-3/+13
| * perf header: Rename "sibling cores" to "sibling sockets"Kan Liang2019-06-102-2/+2
| * perf stat: Support per-die aggregationKan Liang2019-06-108-18/+177
| * perf header: Add die information in CPU topologyKan Liang2019-06-106-13/+172
| * perf cpumap: Retrieve die id informationKan Liang2019-06-102-0/+8
| * perf cs-etm: Add support for CPU-wide trace scenariosMathieu Poirier2019-06-101-8/+246
| * perf cs-etm: Add notion of time to decoding codeMathieu Poirier2019-06-103-4/+143
| * perf cs-etm: Linking PE contextID with perf thread mechanicMathieu Poirier2019-06-103-6/+56
| * perf cs-etm: Add support for multiple traceID queuesMathieu Poirier2019-06-102-24/+110
| * perf cs-etm: Use traceID aware memory callback APIMathieu Poirier2019-06-103-22/+36
| * perf cs-etm: Move tid/pid to traceid_queueMathieu Poirier2019-06-101-18/+26