aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/intel-pt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo1-1/+1
2019-11-22perf intel-pt: Add support for decoding AUX area samplesAdrian Hunter1-3/+106
2019-09-25libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa1-1/+1
2019-09-25libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa1-4/+4
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo1-0/+1
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo1-0/+1
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo1-1/+0
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa1-4/+4
2019-08-29libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/event.hJiri Olsa1-2/+2
2019-08-14perf intel-pt: Process options for PEBS event synthesisAdrian Hunter1-0/+18
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-25/+25
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-5/+5
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-18/+18
2019-07-09perf intel-pt: Fix potential NULL pointer dereference found by the smatch toolLeo Yan1-8/+5
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-06-25perf intel-pt: Synthesize CBR events when last seen value changesAdrian Hunter1-24/+41
2019-06-17perf intel-pt: Add callchain to synthesized PEBS sampleAdrian Hunter1-0/+8
2019-06-17perf intel-pt: Add memory information to synthesized PEBS sampleAdrian Hunter1-0/+27
2019-06-17perf intel-pt: Add LBR information to synthesized PEBS sampleAdrian Hunter1-0/+72
2019-06-17perf intel-pt: Add XMM registers to synthesized PEBS sampleAdrian Hunter1-1/+29
2019-06-17perf intel-pt: Add gp registers to synthesized PEBS sampleAdrian Hunter1-0/+69
2019-06-17perf intel-pt: Synthesize PEBS sample basic informationAdrian Hunter1-2/+50
2019-06-17perf intel-pt: Factor out common sample preparation for re-useAdrian Hunter1-7/+16
2019-06-17perf intel-pt: Prepare to synthesize PEBS samplesAdrian Hunter1-0/+18
2019-06-17perf intel-pt: Add new packets for PEBS via PTAdrian Hunter1-1/+2
2019-06-17Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-23/+331
2019-06-17Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar1-10/+1
2019-06-10perf intel-pt: Add support for efficient time interval filteringAdrian Hunter1-0/+208
2019-06-10perf intel-pt: Add support for lookaheadAdrian Hunter1-1/+58
2019-06-10perf intel-pt: Factor out intel_pt_get_buffer()Adrian Hunter1-23/+37
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-10/+1
2019-06-05perf intel-pt: Add support for samples to contain IPC ratioAdrian Hunter1-0/+29
2019-05-28perf intel-pt: Rationalize intel_pt_sync_switch()'s use of next_tidAdrian Hunter1-2/+2
2019-05-28perf intel-pt: Improve sync_switch by processing PERF_RECORD_SWITCH* in eventsAdrian Hunter1-1/+39
2019-05-28perf intel-pt: Fix itrace defaults for perf scriptAdrian Hunter1-1/+2
2019-03-01perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter1-0/+2
2019-02-06perf auxtrace: Add timestamp to auxtrace errorsAdrian Hunter1-7/+16
2019-01-02perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter1-3/+3
2018-11-05perf intel-pt: Add more event information to debug logAdrian Hunter1-3/+13
2018-10-31perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter1-9/+13
2018-10-31perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter1-2/+4
2018-10-24perf script: Make itrace script default to all callsAndi Kleen1-1/+2
2018-09-20perf intel-pt: Add decoder flags for trace begin / endAdrian Hunter1-0/+5
2018-06-06perf intel-pt: Fix "Unexpected indirect branch" errorAdrian Hunter1-0/+4
2018-06-06perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACINGAdrian Hunter1-0/+1
2018-04-26perf symbols: Shorten dso__(first|last)_symbol()Arnaldo Carvalho de Melo1-1/+1
2018-04-26perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo1-4/+2
2018-04-26perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo1-2/+2
2018-03-08perf intel-pt: Adjust overlap-checking to support sampling modeAdrian Hunter1-3/+4
2018-03-08perf intel-pt: Remove a check for sampling modeAdrian Hunter1-3/+0