aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/intel-pt.c
AgeCommit message (Expand)Author
2019-03-23perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter
2018-07-03perf intel-pt: Fix "Unexpected indirect branch" errorAdrian Hunter
2018-07-03perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACINGAdrian Hunter
2018-04-19perf intel-pt: Fix sync_switchAdrian Hunter
2018-04-19perf intel-pt: Fix overlap detection to identify consecutive buffers correctlyAdrian Hunter
2017-06-30perf intel-pt: Synthesize new power and "ptwrite" eventsAdrian Hunter
2017-06-30perf intel-pt: Move code in intel_pt_synth_events() to simplify attr settingAdrian Hunter
2017-06-30perf intel-pt: Factor out intel_pt_set_event_name()Adrian Hunter
2017-06-30perf intel-pt: Tidy messages into called function intel_pt_synth_event()Adrian Hunter
2017-06-30perf intel-pt: Tidy Intel PT evsel lookup into separate functionAdrian Hunter
2017-06-30perf intel-pt: Join needlessly wrapped linesAdrian Hunter
2017-06-30perf intel-pt: Remove unused instructions_sample_periodAdrian Hunter
2017-06-30perf intel-pt: Factor out common code synthesizing event samplesAdrian Hunter
2017-06-21perf intel-pt: Fix transactions_sample_typeAdrian Hunter
2017-06-21perf intel-pt: Remove redundant initial_skip checksAdrian Hunter
2017-06-21perf intel-pt: Allow decoding with branch tracing disabledAdrian Hunter
2017-04-25perf memswap: Split the byteswap memory range wrappers from util.[ch]Arnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo
2016-10-24perf intel-pt/bts: Report instruction bytes and length in sampleAndi Kleen
2016-10-24perf intel-pt/bts: Tidy instruction buffer size usageAdrian Hunter
2016-09-29perf intel-pt: Fix decoding when there are address filtersAdrian Hunter
2016-09-29perf intel-pt: Read address filter from AUXTRACE_INFO eventAdrian Hunter
2016-09-29perf intel-pt: Add a helper function for processing AUXTRACE_INFOAdrian Hunter
2016-09-29perf intel-pt: Fix missing error codes processing auxtrace_infoAdrian Hunter
2016-09-29perf intel-pt: Add support for recording the max non-turbo ratioAdrian Hunter
2016-09-29perf intel-pt: Fix snapshot overlap detection decoder errorsAdrian Hunter
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo
2016-09-05perf machine: Remove machine->symbol_filter and friendsArnaldo Carvalho de Melo
2016-06-23perf auxtrace: Add option to feed branches to the thread stackAdrian Hunter
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song
2016-04-23Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar
2016-04-18perf intel-pt: Fix segfault tracing transactionsAdrian Hunter
2016-03-30perf tools: Add support for skipping itrace instructionsAndi Kleen
2016-03-29perf tools: Add missing initialization of perf_sample.cpumode in synthesized ...Arnaldo Carvalho de Melo
2016-02-02perf tools: Fix thread lifetime related segfaut in intel_ptAdrian Hunter
2015-12-14perf thread: Fix reference count initial stateArnaldo Carvalho de Melo
2015-09-30perf machine: Add method for common kernel_map(FUNCTION) operationArnaldo Carvalho de Melo
2015-09-28perf intel-pt: Add mispred-all config option to aid use with autofdoAdrian Hunter
2015-09-28perf intel-pt: Support generating branch stackAdrian Hunter
2015-09-28perf intel-pt: Move branch filter logicAdrian Hunter
2015-09-28perf auxtrace: Fix 'instructions' period of zeroAdrian Hunter
2015-09-08Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2015-09-04perf intel-pt: Add support for PERF_RECORD_SWITCHAdrian Hunter
2015-09-02perf tools: Fix use of wrong event when processing exit eventsAdrian Hunter
2015-08-24perf tools: Pass Intel PT information for decoding MTC and CYCAdrian Hunter
2015-08-24perf tools: Fix Intel PT 'instructions' sample periodAdrian Hunter
2015-08-21perf tools: Fix Intel PT timestamp handlingAdrian Hunter
2015-08-17perf tools: Add Intel PT supportAdrian Hunter