summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/intel-pt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * perf intel-pt: Fix segfault tracing transactionsAdrian Hunter2016-04-181-1/+1
* | perf tools: Add support for skipping itrace instructionsAndi Kleen2016-03-301-2/+20
|/
* perf tools: Add missing initialization of perf_sample.cpumode in synthesized ...Arnaldo Carvalho de Melo2016-03-291-0/+3
* perf tools: Fix thread lifetime related segfaut in intel_ptAdrian Hunter2016-02-021-0/+9
* perf thread: Fix reference count initial stateArnaldo Carvalho de Melo2015-12-141-2/+2
* perf machine: Add method for common kernel_map(FUNCTION) operationArnaldo Carvalho de Melo2015-09-301-1/+1
* perf intel-pt: Add mispred-all config option to aid use with autofdoAdrian Hunter2015-09-281-0/+14
* perf intel-pt: Support generating branch stackAdrian Hunter2015-09-281-0/+115
* perf intel-pt: Move branch filter logicAdrian Hunter2015-09-281-3/+3
* perf auxtrace: Fix 'instructions' period of zeroAdrian Hunter2015-09-281-1/+1
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-09-081-25/+104
|\
| * perf intel-pt: Add support for PERF_RECORD_SWITCHAdrian Hunter2015-09-041-25/+104
* | perf tools: Fix use of wrong event when processing exit eventsAdrian Hunter2015-09-021-1/+1
|/
* perf tools: Pass Intel PT information for decoding MTC and CYCAdrian Hunter2015-08-241-10/+52
* perf tools: Fix Intel PT 'instructions' sample periodAdrian Hunter2015-08-241-1/+4
* perf tools: Fix Intel PT timestamp handlingAdrian Hunter2015-08-211-1/+1
* perf tools: Add Intel PT supportAdrian Hunter2015-08-171-0/+1911
OpenPOWER on IntegriCloud