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