index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
intel-pt-decoder
/
intel-pt-decoder.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSC
Adrian Hunter
2017-06-30
1
-0
/
+14
*
perf intel-pt: Add decoder support for CBR events
Adrian Hunter
2017-06-21
1
-0
/
+19
*
perf intel-pt: Add reserved byte to CBR packet payload
Adrian Hunter
2017-06-21
1
-1
/
+1
*
perf intel-pt: Add decoder support for ptwrite and power event packets
Adrian Hunter
2017-06-21
1
-8
/
+168
*
perf intel-pt: Allow decoding with branch tracing disabled
Adrian Hunter
2017-06-21
1
-0
/
+13
*
perf intel-pt: Add missing __fallthrough
Adrian Hunter
2017-06-21
1
-1
/
+1
*
perf intel-pt: Clear FUP flag on error
Adrian Hunter
2017-06-21
1
-0
/
+2
*
perf intel-pt: Use FUP always when scanning for an IP
Adrian Hunter
2017-06-21
1
-8
/
+4
*
perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zero
Adrian Hunter
2017-06-21
1
-3
/
+5
*
perf intel-pt: Fix last_ip usage
Adrian Hunter
2017-06-21
1
-2
/
+11
*
perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IP
Adrian Hunter
2017-06-21
1
-0
/
+1
*
perf intel-pt: Fix missing stack clear
Adrian Hunter
2017-06-21
1
-0
/
+1
*
perf intel-pt: Improve sample timestamp
Adrian Hunter
2017-06-21
1
-3
/
+31
*
perf intel-pt: Move decoder error setting into one condition
Adrian Hunter
2017-06-21
1
-4
/
+7
*
perf intel-pt: Use __fallthrough
Arnaldo Carvalho de Melo
2017-02-09
1
-0
/
+5
*
perf intel-pt/bts: Report instruction bytes and length in sample
Andi Kleen
2016-10-24
1
-0
/
+2
*
perf intel-pt: Fix MTC timestamp calculation for large MTC periods
Adrian Hunter
2016-10-05
1
-0
/
+36
*
perf intel-pt: Fix estimated timestamps for cycle-accurate mode
Adrian Hunter
2016-10-05
1
-0
/
+2
*
perf intel-pt: Enable decoder to handle TIP.PGD with missing IP
Adrian Hunter
2016-09-29
1
-0
/
+30
*
perf intel-pt: Fix ip compression
Adrian Hunter
2016-08-12
1
-21
/
+23
*
perf intel-pt: Fix off-by-one comparison on maximum code
Colin Ian King
2016-04-26
1
-1
/
+1
*
perf intel-pt: Fix potential loop forever
Adrian Hunter
2015-09-28
1
-2
/
+2
*
perf tools: Add Intel PT support for decoding TRACESTOP packets
Adrian Hunter
2015-08-24
1
-0
/
+11
*
perf tools: Add Intel PT support for decoding CYC packets
Adrian Hunter
2015-08-24
1
-5
/
+306
*
perf tools: Add Intel PT support for decoding MTC packets
Adrian Hunter
2015-08-24
1
-4
/
+158
*
perf tools: Add new Intel PT packet definitions
Adrian Hunter
2015-08-24
1
-5
/
+65
*
perf tools: Fix Intel PT 'instructions' sample period
Adrian Hunter
2015-08-24
1
-0
/
+3
*
perf tools: Add Intel PT decoder
Adrian Hunter
2015-08-17
1
-0
/
+1816