summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/intel-pt.c
Commit message (Expand)AuthorAgeFilesLines
* perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter2019-03-011-0/+2
* perf auxtrace: Add timestamp to auxtrace errorsAdrian Hunter2019-02-061-7/+16
* perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter2019-01-021-3/+3
* perf intel-pt: Add more event information to debug logAdrian Hunter2018-11-051-3/+13
* perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter2018-10-311-9/+13
* perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter2018-10-311-2/+4
* perf script: Make itrace script default to all callsAndi Kleen2018-10-241-1/+2
* perf intel-pt: Add decoder flags for trace begin / endAdrian Hunter2018-09-201-0/+5
* perf intel-pt: Fix "Unexpected indirect branch" errorAdrian Hunter2018-06-061-0/+4
* perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACINGAdrian Hunter2018-06-061-0/+1
* perf symbols: Shorten dso__(first|last)_symbol()Arnaldo Carvalho de Melo2018-04-261-1/+1
* perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo2018-04-261-4/+2
* perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo2018-04-261-2/+2
* perf intel-pt: Adjust overlap-checking to support sampling modeAdrian Hunter2018-03-081-3/+4
* perf intel-pt: Remove a check for sampling modeAdrian Hunter2018-03-081-3/+0
* perf intel-pt: Tidy old_buffer handling in intel_pt_get_trace()Adrian Hunter2018-03-081-13/+11
* perf intel-pt: Get rid of intel_pt_use_buffer_pid_tid()Adrian Hunter2018-03-081-36/+3
* perf intel-pt: Fix sync_switchAdrian Hunter2018-03-081-7/+25
* perf intel-pt: Fix overlap detection to identify consecutive buffers correctlyAdrian Hunter2018-03-081-1/+4
* perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize...Adrian Hunter2018-01-181-1/+1
* perf intel-pt/bts: Do not swap when synthesizing samplesAdrian Hunter2018-01-181-8/+3
* perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-301-3/+3
* perf intel-pt: Synthesize new power and "ptwrite" eventsAdrian Hunter2017-06-301-0/+283
* perf intel-pt: Move code in intel_pt_synth_events() to simplify attr settingAdrian Hunter2017-06-301-23/+22
* perf intel-pt: Factor out intel_pt_set_event_name()Adrian Hunter2017-06-301-8/+16
* perf intel-pt: Tidy messages into called function intel_pt_synth_event()Adrian Hunter2017-06-301-24/+18
* perf intel-pt: Tidy Intel PT evsel lookup into separate functionAdrian Hunter2017-06-301-10/+15
* perf intel-pt: Join needlessly wrapped linesAdrian Hunter2017-06-301-4/+2
* perf intel-pt: Remove unused instructions_sample_periodAdrian Hunter2017-06-301-2/+0
* perf intel-pt: Factor out common code synthesizing event samplesAdrian Hunter2017-06-301-122/+100
* perf intel-pt: Fix transactions_sample_typeAdrian Hunter2017-06-211-0/+1
* perf intel-pt: Remove redundant initial_skip checksAdrian Hunter2017-06-211-6/+2
* perf intel-pt: Allow decoding with branch tracing disabledAdrian Hunter2017-06-211-0/+14
* perf memswap: Split the byteswap memory range wrappers from util.[ch]Arnaldo Carvalho de Melo2017-04-251-0/+1
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo2017-01-271-1/+3
* perf intel-pt/bts: Report instruction bytes and length in sampleAndi Kleen2016-10-241-0/+11
* perf intel-pt/bts: Tidy instruction buffer size usageAdrian Hunter2016-10-241-5/+3
* perf intel-pt: Fix decoding when there are address filtersAdrian Hunter2016-09-291-0/+82
* perf intel-pt: Read address filter from AUXTRACE_INFO eventAdrian Hunter2016-09-291-0/+51
* perf intel-pt: Add a helper function for processing AUXTRACE_INFOAdrian Hunter2016-09-291-4/+8
* perf intel-pt: Fix missing error codes processing auxtrace_infoAdrian Hunter2016-09-291-0/+2
* perf intel-pt: Add support for recording the max non-turbo ratioAdrian Hunter2016-09-291-1/+13
* perf intel-pt: Fix snapshot overlap detection decoder errorsAdrian Hunter2016-09-291-4/+11
* perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo2016-09-051-2/+2
* perf machine: Remove machine->symbol_filter and friendsArnaldo Carvalho de Melo2016-09-051-2/+2
* perf auxtrace: Add option to feed branches to the thread stackAdrian Hunter2016-06-231-1/+4
* perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-231-10/+10
* perf config: Move config declarations from util/cache.h to util/config.hTaeung Song2016-06-231-0/+1
* Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar2016-04-231-1/+1
|\