index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
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
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