aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/intel-pt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-05perf intel-pt: Add more event information to debug logAdrian Hunter1-3/+13
2018-10-31perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter1-9/+13
2018-10-31perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter1-2/+4
2018-10-24perf script: Make itrace script default to all callsAndi Kleen1-1/+2
2018-09-20perf intel-pt: Add decoder flags for trace begin / endAdrian Hunter1-0/+5
2018-06-06perf intel-pt: Fix "Unexpected indirect branch" errorAdrian Hunter1-0/+4
2018-06-06perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACINGAdrian Hunter1-0/+1
2018-04-26perf symbols: Shorten dso__(first|last)_symbol()Arnaldo Carvalho de Melo1-1/+1
2018-04-26perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo1-4/+2
2018-04-26perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo1-2/+2
2018-03-08perf intel-pt: Adjust overlap-checking to support sampling modeAdrian Hunter1-3/+4
2018-03-08perf intel-pt: Remove a check for sampling modeAdrian Hunter1-3/+0
2018-03-08perf intel-pt: Tidy old_buffer handling in intel_pt_get_trace()Adrian Hunter1-13/+11
2018-03-08perf intel-pt: Get rid of intel_pt_use_buffer_pid_tid()Adrian Hunter1-36/+3
2018-03-08perf intel-pt: Fix sync_switchAdrian Hunter1-7/+25
2018-03-08perf intel-pt: Fix overlap detection to identify consecutive buffers correctlyAdrian Hunter1-1/+4
2018-01-18perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize_sample()Adrian Hunter1-1/+1
2018-01-18perf intel-pt/bts: Do not swap when synthesizing samplesAdrian Hunter1-8/+3
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-3/+3
2017-06-30perf intel-pt: Synthesize new power and "ptwrite" eventsAdrian Hunter1-0/+283
2017-06-30perf intel-pt: Move code in intel_pt_synth_events() to simplify attr settingAdrian Hunter1-23/+22
2017-06-30perf intel-pt: Factor out intel_pt_set_event_name()Adrian Hunter1-8/+16
2017-06-30perf intel-pt: Tidy messages into called function intel_pt_synth_event()Adrian Hunter1-24/+18
2017-06-30perf intel-pt: Tidy Intel PT evsel lookup into separate functionAdrian Hunter1-10/+15
2017-06-30perf intel-pt: Join needlessly wrapped linesAdrian Hunter1-4/+2
2017-06-30perf intel-pt: Remove unused instructions_sample_periodAdrian Hunter1-2/+0
2017-06-30perf intel-pt: Factor out common code synthesizing event samplesAdrian Hunter1-122/+100
2017-06-21perf intel-pt: Fix transactions_sample_typeAdrian Hunter1-0/+1
2017-06-21perf intel-pt: Remove redundant initial_skip checksAdrian Hunter1-6/+2
2017-06-21perf intel-pt: Allow decoding with branch tracing disabledAdrian Hunter1-0/+14
2017-04-25perf memswap: Split the byteswap memory range wrappers from util.[ch]Arnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo1-1/+3
2016-10-24perf intel-pt/bts: Report instruction bytes and length in sampleAndi Kleen1-0/+11
2016-10-24perf intel-pt/bts: Tidy instruction buffer size usageAdrian Hunter1-5/+3
2016-09-29perf intel-pt: Fix decoding when there are address filtersAdrian Hunter1-0/+82
2016-09-29perf intel-pt: Read address filter from AUXTRACE_INFO eventAdrian Hunter1-0/+51
2016-09-29perf intel-pt: Add a helper function for processing AUXTRACE_INFOAdrian Hunter1-4/+8
2016-09-29perf intel-pt: Fix missing error codes processing auxtrace_infoAdrian Hunter1-0/+2
2016-09-29perf intel-pt: Add support for recording the max non-turbo ratioAdrian Hunter1-1/+13
2016-09-29perf intel-pt: Fix snapshot overlap detection decoder errorsAdrian Hunter1-4/+11
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo1-2/+2
2016-09-05perf machine: Remove machine->symbol_filter and friendsArnaldo Carvalho de Melo1-2/+2
2016-06-23perf auxtrace: Add option to feed branches to the thread stackAdrian Hunter1-1/+4
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-10/+10
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song1-0/+1
2016-04-23Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar1-1/+1
2016-04-18perf intel-pt: Fix segfault tracing transactionsAdrian Hunter1-1/+1
2016-03-30perf tools: Add support for skipping itrace instructionsAndi Kleen1-2/+20
2016-03-29perf tools: Add missing initialization of perf_sample.cpumode in synthesized samplesArnaldo Carvalho de Melo1-0/+3