aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/intel-pt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-02perf tools: Fix thread lifetime related segfaut in intel_ptAdrian Hunter1-0/+9
2015-12-14perf thread: Fix reference count initial stateArnaldo Carvalho de Melo1-2/+2
2015-09-30perf machine: Add method for common kernel_map(FUNCTION) operationArnaldo Carvalho de Melo1-1/+1
2015-09-28perf intel-pt: Add mispred-all config option to aid use with autofdoAdrian Hunter1-0/+14
2015-09-28perf intel-pt: Support generating branch stackAdrian Hunter1-0/+115
2015-09-28perf intel-pt: Move branch filter logicAdrian Hunter1-3/+3
2015-09-28perf auxtrace: Fix 'instructions' period of zeroAdrian Hunter1-1/+1
2015-09-08Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-25/+104
2015-09-04perf intel-pt: Add support for PERF_RECORD_SWITCHAdrian Hunter1-25/+104
2015-09-02perf tools: Fix use of wrong event when processing exit eventsAdrian Hunter1-1/+1
2015-08-24perf tools: Pass Intel PT information for decoding MTC and CYCAdrian Hunter1-10/+52
2015-08-24perf tools: Fix Intel PT 'instructions' sample periodAdrian Hunter1-1/+4
2015-08-21perf tools: Fix Intel PT timestamp handlingAdrian Hunter1-1/+1
2015-08-17perf tools: Add Intel PT supportAdrian Hunter1-0/+1911