aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-17perf intel-pt: Add XMM registers to synthesized PEBS sampleAdrian Hunter1-1/+29
2019-06-17perf intel-pt: Add gp registers to synthesized PEBS sampleAdrian Hunter1-0/+69
2019-06-17perf intel-pt: Synthesize PEBS sample basic informationAdrian Hunter1-2/+50
2019-06-17perf intel-pt: Factor out common sample preparation for re-useAdrian Hunter1-7/+16
2019-06-17perf intel-pt: Prepare to synthesize PEBS samplesAdrian Hunter1-0/+18
2019-06-17perf intel-pt: Add decoder support for PEBS via PTAdrian Hunter2-1/+214
2019-06-17perf intel-pt: Add new packets for PEBS via PTAdrian Hunter4-9/+193
2019-06-17Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar31-514/+2228
2019-06-17Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar38-306/+38
2019-06-10perf report: Support s390 diag event display on x86Thomas Richter1-18/+78
2019-06-10perf report: Fix OOM error in TUI mode on s390Thomas Richter1-3/+2
2019-06-10perf time-utils: Add support for multiple explicit time intervalsAdrian Hunter1-6/+68
2019-06-10perf time-utils: Make perf_time__parse_for_ranges() more logicalAdrian Hunter1-1/+4
2019-06-10perf time-utils: Simplify perf_time__parse_for_ranges() error paths slightlyAdrian Hunter1-7/+5
2019-06-10perf time-utils: Prevent percentage time range overlapAdrian Hunter1-0/+3
2019-06-10perf time-utils: Factor out set_percent_time()Adrian Hunter1-21/+18
2019-06-10perf time-utils: Treat time ranges consistentlyAdrian Hunter1-4/+3
2019-06-10perf intel-pt: Add support for efficient time interval filteringAdrian Hunter1-0/+208
2019-06-10perf intel-pt: Add support for lookaheadAdrian Hunter1-1/+58
2019-06-10perf intel-pt: Factor out intel_pt_get_buffer()Adrian Hunter1-23/+37
2019-06-10perf intel-pt: Add intel_pt_fast_forward()Adrian Hunter2-0/+132
2019-06-10perf intel-pt: Add reposition parameter to intel_pt_get_data()Adrian Hunter1-8/+9
2019-06-10perf intel-pt: Factor out intel_pt_reposition()Adrian Hunter1-4/+9
2019-06-10perf intel-pt: Factor out intel_pt_8b_tsc()Adrian Hunter1-9/+17
2019-06-10perf intel-pt: Add lookahead callbackAdrian Hunter2-0/+5
2019-06-10perf auxtrace: Add perf time interval to itrace_synth_opsAdrian Hunter1-0/+34
2019-06-10perf cs-etm: Remove duplicate GENMASK() define, use linux/bits.h insteadArnaldo Carvalho de Melo1-10/+1
2019-06-10perf tools: Apply new CPU topology sysfs attributesKan Liang2-3/+13
2019-06-10perf header: Rename "sibling cores" to "sibling sockets"Kan Liang1-1/+1
2019-06-10perf stat: Support per-die aggregationKan Liang6-12/+86
2019-06-10perf header: Add die information in CPU topologyKan Liang5-11/+165
2019-06-10perf cpumap: Retrieve die id informationKan Liang2-0/+8
2019-06-10perf cs-etm: Add support for CPU-wide trace scenariosMathieu Poirier1-8/+246
2019-06-10perf cs-etm: Add notion of time to decoding codeMathieu Poirier3-4/+143
2019-06-10perf cs-etm: Linking PE contextID with perf thread mechanicMathieu Poirier3-6/+56
2019-06-10perf cs-etm: Add support for multiple traceID queuesMathieu Poirier1-24/+107
2019-06-10perf cs-etm: Use traceID aware memory callback APIMathieu Poirier3-22/+36
2019-06-10perf cs-etm: Move tid/pid to traceid_queueMathieu Poirier1-18/+26
2019-06-10perf cs-etm: Move thread to traceid_queueMathieu Poirier1-7/+10
2019-06-10perf cs-etm: Get rid of unused cpu in struct cs_etm_queueMathieu Poirier1-6/+1
2019-06-10perf cs-etm: Introduce the concept of trace ID queuesMathieu Poirier3-145/+234
2019-06-10perf cs-etm: Fix indentation in function cs_etm__process_decoder_queue()Mathieu Poirier1-54/+54
2019-06-10perf cs-etm: Move packet queue out of decoder structureMathieu Poirier4-111/+144
2019-06-10perf cs-etm: Refactor error path in cs_etm_decoder__new()Mathieu Poirier1-5/+3
2019-06-10perf cs-etm: Add handling of switch-CPU-wide eventsMathieu Poirier1-0/+38
2019-06-10perf cs-etm: Add handling of itrace start eventsMathieu Poirier1-0/+26
2019-06-10perf cs-etm: Configure contextID tracing in CPU-wide modeMathieu Poirier1-0/+12
2019-06-10perf evsel: Remove superfluous nthreads system_wide setup in alloc_fd()Jiri Olsa1-3/+0
2019-06-10perf record: Add support to collect callchains from kernel or user space onlyyuzhoujian1-0/+4
2019-06-10perf config: Bail out when a handler returns failure for a key-value pairArnaldo Carvalho de Melo1-2/+6