开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
intel-pt-decoder
/
intel-pt-decoder.c
Age
Commit message (
Expand
)
Author
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2019-05-16
perf intel-pt: Fix sample timestamp wrt non-taken branches
Adrian Hunter
2019-05-16
perf intel-pt: Fix improved sample timestamp
Adrian Hunter
2019-05-16
perf intel-pt: Fix instructions sampling rate
Adrian Hunter
2019-03-28
perf intel-pt: Fix TSC slip
Adrian Hunter
2019-02-06
perf intel-pt: Packet splitting can happen only on 32-bit
Adrian Hunter
2019-02-06
perf intel-pt: Fix CYC timestamp calculation after OVF
Adrian Hunter
2019-02-06
perf intel-pt: Fix overlap calculation for padding
Adrian Hunter
2018-11-05
perf intel-pt: Add MTC and CYC timestamps to debug log
Adrian Hunter
2018-09-20
perf intel-pt: Implement decoder flags for trace begin / end
Adrian Hunter
2018-06-06
perf intel-pt: Fix "Unexpected indirect branch" error
Adrian Hunter
2018-06-06
perf intel-pt: Fix MTC timing after overflow
Adrian Hunter
2018-06-06
perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIP
Adrian Hunter
2018-03-08
perf intel-pt: Fix timestamp following overflow
Adrian Hunter
2018-03-08
perf intel-pt: Fix error recovery from missing TIP packet
Adrian Hunter
2018-03-08
perf intel-pt: Fix overlap detection to identify consecutive buffers correctly
Adrian Hunter
2017-06-30
perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSC
Adrian Hunter
2017-06-21
perf intel-pt: Add decoder support for CBR events
Adrian Hunter
2017-06-21
perf intel-pt: Add reserved byte to CBR packet payload
Adrian Hunter
2017-06-21
perf intel-pt: Add decoder support for ptwrite and power event packets
Adrian Hunter
2017-06-21
perf intel-pt: Allow decoding with branch tracing disabled
Adrian Hunter
2017-06-21
perf intel-pt: Add missing __fallthrough
Adrian Hunter
2017-06-21
perf intel-pt: Clear FUP flag on error
Adrian Hunter
2017-06-21
perf intel-pt: Use FUP always when scanning for an IP
Adrian Hunter
2017-06-21
perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zero
Adrian Hunter
2017-06-21
perf intel-pt: Fix last_ip usage
Adrian Hunter
2017-06-21
perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IP
Adrian Hunter
2017-06-21
perf intel-pt: Fix missing stack clear
Adrian Hunter
2017-06-21
perf intel-pt: Improve sample timestamp
Adrian Hunter
2017-06-21
perf intel-pt: Move decoder error setting into one condition
Adrian Hunter
2017-02-09
perf intel-pt: Use __fallthrough
Arnaldo Carvalho de Melo
2016-10-24
perf intel-pt/bts: Report instruction bytes and length in sample
Andi Kleen
2016-10-05
perf intel-pt: Fix MTC timestamp calculation for large MTC periods
Adrian Hunter
2016-10-05
perf intel-pt: Fix estimated timestamps for cycle-accurate mode
Adrian Hunter
2016-09-29
perf intel-pt: Enable decoder to handle TIP.PGD with missing IP
Adrian Hunter
2016-08-12
perf intel-pt: Fix ip compression
Adrian Hunter
2016-04-25
perf intel-pt: Fix off-by-one comparison on maximum code
Colin Ian King
2015-09-28
perf intel-pt: Fix potential loop forever
Adrian Hunter
2015-08-24
perf tools: Add Intel PT support for decoding TRACESTOP packets
Adrian Hunter
2015-08-24
perf tools: Add Intel PT support for decoding CYC packets
Adrian Hunter
2015-08-24
perf tools: Add Intel PT support for decoding MTC packets
Adrian Hunter
2015-08-24
perf tools: Add new Intel PT packet definitions
Adrian Hunter
2015-08-24
perf tools: Fix Intel PT 'instructions' sample period
Adrian Hunter
2015-08-17
perf tools: Add Intel PT decoder
Adrian Hunter