summaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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: 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 auxtrace: Add perf time interval to itrace_synth_opsAdrian Hunter2019-06-101-0/+34
* perf cs-etm: Remove duplicate GENMASK() define, use linux/bits.h insteadArnaldo Carvalho de Melo2019-06-101-10/+1
* perf tools: Apply new CPU topology sysfs attributesKan Liang2019-06-102-3/+13
* perf header: Rename "sibling cores" to "sibling sockets"Kan Liang2019-06-101-1/+1
* perf stat: Support per-die aggregationKan Liang2019-06-106-12/+86
* perf header: Add die information in CPU topologyKan Liang2019-06-105-11/+165
* 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-101-24/+107
* 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
* perf cs-etm: Move thread to traceid_queueMathieu Poirier2019-06-101-7/+10
* perf cs-etm: Get rid of unused cpu in struct cs_etm_queueMathieu Poirier2019-06-101-6/+1
* perf cs-etm: Introduce the concept of trace ID queuesMathieu Poirier2019-06-103-145/+234
* perf cs-etm: Fix indentation in function cs_etm__process_decoder_queue()Mathieu Poirier2019-06-101-54/+54
* perf cs-etm: Move packet queue out of decoder structureMathieu Poirier2019-06-104-111/+144
* perf cs-etm: Refactor error path in cs_etm_decoder__new()Mathieu Poirier2019-06-101-5/+3
* perf cs-etm: Add handling of switch-CPU-wide eventsMathieu Poirier2019-06-101-0/+38
* perf cs-etm: Add handling of itrace start eventsMathieu Poirier2019-06-101-0/+26
* perf cs-etm: Configure contextID tracing in CPU-wide modeMathieu Poirier2019-06-101-0/+12
* perf evsel: Remove superfluous nthreads system_wide setup in alloc_fd()Jiri Olsa2019-06-101-3/+0
* perf record: Add support to collect callchains from kernel or user space onlyyuzhoujian2019-06-101-0/+4
* perf config: Bail out when a handler returns failure for a key-value pairArnaldo Carvalho de Melo2019-06-101-2/+6
* perf db-export: Export IPC informationAdrian Hunter2019-06-051-2/+6
* perf thread-stack: Accumulate IPC informationAdrian Hunter2019-06-052-0/+18
* perf intel-pt: Accumulate cycle count from TSC/TMA/MTC packetsAdrian Hunter2019-06-051-0/+51
* perf intel-pt: Re-factor TIP cases in intel_pt_walk_to_ipAdrian Hunter2019-06-051-6/+17
* perf intel-pt: Record when decoding PSB+ packetsAdrian Hunter2019-06-051-10/+31
* perf intel-pt: Add support for samples to contain IPC ratioAdrian Hunter2019-06-051-0/+29
* perf tools: Add IPC information to perf_sampleAdrian Hunter2019-06-051-0/+2
* perf intel-pt: Accumulate cycle count from CYC packetsAdrian Hunter2019-06-052-1/+14
* perf intel-pt: Factor out intel_pt_update_sample_timeAdrian Hunter2019-06-051-8/+10
* perf record: Allow mixing --user-regs with --call-graph=dwarfAlexey Budankov2019-06-052-1/+12
* perf symbols: Remove unused variable 'err'Leo Yan2019-06-051-2/+1
* Merge tag 'v5.2-rc3' into perf/core, to pick up fixesIngo Molnar2019-06-0311-159/+11
|\