summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/intel-pt.c
Commit message (Expand)AuthorAgeFilesLines
* perf intel-pt: Synthesize CBR events when last seen value changesAdrian Hunter2019-06-251-24/+41
* perf intel-pt: Add callchain to synthesized PEBS sampleAdrian Hunter2019-06-171-0/+8
* perf intel-pt: Add memory information to synthesized PEBS sampleAdrian Hunter2019-06-171-0/+27
* perf intel-pt: Add LBR information to synthesized PEBS sampleAdrian Hunter2019-06-171-0/+72
* perf intel-pt: Add XMM registers to synthesized PEBS sampleAdrian Hunter2019-06-171-1/+29
* perf intel-pt: Add gp registers to synthesized PEBS sampleAdrian Hunter2019-06-171-0/+69
* perf intel-pt: Synthesize PEBS sample basic informationAdrian Hunter2019-06-171-2/+50
* perf intel-pt: Factor out common sample preparation for re-useAdrian Hunter2019-06-171-7/+16
* perf intel-pt: Prepare to synthesize PEBS samplesAdrian Hunter2019-06-171-0/+18
* perf intel-pt: Add new packets for PEBS via PTAdrian Hunter2019-06-171-1/+2
* Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-06-171-23/+331
|\
| * perf intel-pt: Add support for efficient time interval filteringAdrian Hunter2019-06-101-0/+208
| * perf intel-pt: Add support for lookaheadAdrian Hunter2019-06-101-1/+58
| * perf intel-pt: Factor out intel_pt_get_buffer()Adrian Hunter2019-06-101-23/+37
| * perf intel-pt: Add support for samples to contain IPC ratioAdrian Hunter2019-06-051-0/+29
* | Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar2019-06-171-10/+1Star
|\ \ | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-10/+1Star
* | perf intel-pt: Rationalize intel_pt_sync_switch()'s use of next_tidAdrian Hunter2019-05-281-2/+2
* | perf intel-pt: Improve sync_switch by processing PERF_RECORD_SWITCH* in eventsAdrian Hunter2019-05-281-1/+39
* | perf intel-pt: Fix itrace defaults for perf scriptAdrian Hunter2019-05-281-1/+2
|/
* perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter2019-03-011-0/+2
* perf auxtrace: Add timestamp to auxtrace errorsAdrian Hunter2019-02-061-7/+16
* perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter2019-01-021-3/+3
* perf intel-pt: Add more event information to debug logAdrian Hunter2018-11-051-3/+13
* perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter2018-10-311-9/+13
* perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter2018-10-311-2/+4
* perf script: Make itrace script default to all callsAndi Kleen2018-10-241-1/+2
* perf intel-pt: Add decoder flags for trace begin / endAdrian Hunter2018-09-201-0/+5
* perf intel-pt: Fix "Unexpected indirect branch" errorAdrian Hunter2018-06-061-0/+4
* perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACINGAdrian Hunter2018-06-061-0/+1
* perf symbols: Shorten dso__(first|last)_symbol()Arnaldo Carvalho de Melo2018-04-261-1/+1
* perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo2018-04-261-4/+2Star
* perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo2018-04-261-2/+2
* perf intel-pt: Adjust overlap-checking to support sampling modeAdrian Hunter2018-03-081-3/+4
* perf intel-pt: Remove a check for sampling modeAdrian Hunter2018-03-081-3/+0Star
* perf intel-pt: Tidy old_buffer handling in intel_pt_get_trace()Adrian Hunter2018-03-081-13/+11Star
* perf intel-pt: Get rid of intel_pt_use_buffer_pid_tid()Adrian Hunter2018-03-081-36/+3Star
* perf intel-pt: Fix sync_switchAdrian Hunter2018-03-081-7/+25
* perf intel-pt: Fix overlap detection to identify consecutive buffers correctlyAdrian Hunter2018-03-081-1/+4
* perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize...Adrian Hunter2018-01-181-1/+1
* perf intel-pt/bts: Do not swap when synthesizing samplesAdrian Hunter2018-01-181-8/+3Star
* 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/+22Star
* 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/+18Star
* 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/+2Star
* perf intel-pt: Remove unused instructions_sample_periodAdrian Hunter2017-06-301-2/+0Star
* perf intel-pt: Factor out common code synthesizing event samplesAdrian Hunter2017-06-301-122/+100Star