index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
intel-pt-decoder
/
intel-pt-decoder.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-15
perf intel-pt: decoder: Add MODE.Exec IFLAG processing
Adrian Hunter
1
-12
/
+117
2022-02-15
perf intel-pt: decoder: Add CFE (Control Flow Event) and EVD (Event Data) pro...
Adrian Hunter
1
-0
/
+62
2022-02-15
perf intel-pt: decoder: Factor out clearing of FUP (Flow Update) event variables
Adrian Hunter
1
-12
/
+12
2022-02-15
perf intel-pt: pkt-decoder: Add CFE and EVD packets
Adrian Hunter
1
-0
/
+32
2021-12-11
perf intel-pt: Fix missing 'instruction' events with 'q' option
Adrian Hunter
1
-3
/
+8
2021-12-11
perf intel-pt: Fix next 'err' value, walking trace
Adrian Hunter
1
-0
/
+1
2021-12-11
perf intel-pt: Fix state setting when receiving overflow (OVF) packet
Adrian Hunter
1
-4
/
+28
2021-12-11
perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state type
Adrian Hunter
1
-19
/
+13
2021-12-11
perf intel-pt: Fix sync state when a PSB (synchronization) packet is found
Adrian Hunter
1
-1
/
+1
2021-12-11
perf intel-pt: Fix some PGE (packet generation enable/control flow packets) u...
Adrian Hunter
1
-3
/
+4
2021-10-27
perf intel-pt: Support itrace A option to approximate IPC
Adrian Hunter
1
-0
/
+1
2021-07-07
perf intel-pt: Add a config for max loops without consuming a packet
Adrian Hunter
1
-4
/
+9
2021-05-25
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-1
/
+5
2021-05-19
perf intel-pt: Fix transaction abort handling
Adrian Hunter
1
-1
/
+5
2021-05-12
perf intel-pt: Add VM Time Correlation to decoder
Adrian Hunter
1
-0
/
+689
2021-05-12
perf intel-pt: Better 7-byte timestamp wraparound logic
Adrian Hunter
1
-3
/
+9
2021-05-12
perf intel-pt: Pass the first timestamp to the decoder
Adrian Hunter
1
-0
/
+8
2021-05-12
perf intel-pt: Add a tree for VMCS information
Adrian Hunter
1
-0
/
+2
2021-05-12
perf intel-pt: Let overlap detection handle VM timestamps
Adrian Hunter
1
-4
/
+8
2021-02-18
perf intel-pt: Amend decoder to track the NR flag
Adrian Hunter
1
-8
/
+51
2021-02-18
perf intel-pt: Retain the last PIP packet payload as is
Adrian Hunter
1
-7
/
+7
2021-02-18
perf intel-pt: Add PSB events
Adrian Hunter
1
-51
/
+181
2021-02-18
perf intel-pt: Fix IPC with CYC threshold
Adrian Hunter
1
-0
/
+27
2021-02-18
perf intel-pt: Fix premature IPC
Adrian Hunter
1
-1
/
+10
2021-02-18
perf intel-pt: Fix missing CYC processing in PSB
Adrian Hunter
1
-0
/
+3
2020-08-06
perf intel-pt: Add support for decoding PSB+ only
Adrian Hunter
1
-0
/
+18
2020-08-06
perf intel-pt: Add support for decoding FUP/TIP only
Adrian Hunter
1
-4
/
+163
2020-08-06
perf intel-pt: Fix duplicate branch after CBR
Adrian Hunter
1
-2
/
+6
2020-08-06
perf intel-pt: Fix FUP packet state
Adrian Hunter
1
-14
/
+7
2019-08-31
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-06-25
perf intel-pt: Add CBR value to decoder state
Adrian Hunter
1
-0
/
+1
2019-06-25
perf intel-pt: Cater for CBR change in PSB+
Adrian Hunter
1
-0
/
+7
2019-06-25
perf intel-pt: Decoder to output CBR changes immediately
Adrian Hunter
1
-10
/
+6
2019-06-17
perf intel-pt: Add decoder support for PEBS via PT
Adrian Hunter
1
-1
/
+77
2019-06-17
perf intel-pt: Add new packets for PEBS via PT
Adrian Hunter
1
-4
/
+34
2019-06-17
Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...
Ingo Molnar
1
-43
/
+286
2019-06-10
perf intel-pt: Add intel_pt_fast_forward()
Adrian Hunter
1
-0
/
+130
2019-06-10
perf intel-pt: Add reposition parameter to intel_pt_get_data()
Adrian Hunter
1
-8
/
+9
2019-06-10
perf intel-pt: Factor out intel_pt_reposition()
Adrian Hunter
1
-4
/
+9
2019-06-10
perf intel-pt: Factor out intel_pt_8b_tsc()
Adrian Hunter
1
-9
/
+17
2019-06-10
perf intel-pt: Add lookahead callback
Adrian Hunter
1
-0
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
1
-10
/
+1
2019-06-05
perf intel-pt: Accumulate cycle count from TSC/TMA/MTC packets
Adrian Hunter
1
-0
/
+51
2019-06-05
perf intel-pt: Re-factor TIP cases in intel_pt_walk_to_ip
Adrian Hunter
1
-6
/
+17
2019-06-05
perf intel-pt: Record when decoding PSB+ packets
Adrian Hunter
1
-10
/
+31
2019-06-05
perf intel-pt: Accumulate cycle count from CYC packets
Adrian Hunter
1
-1
/
+13
2019-06-05
perf intel-pt: Factor out intel_pt_update_sample_time
Adrian Hunter
1
-8
/
+10
2019-05-16
perf intel-pt: Fix sample timestamp wrt non-taken branches
Adrian Hunter
1
-1
/
+4
2019-05-16
perf intel-pt: Fix improved sample timestamp
Adrian Hunter
1
-3
/
+10
[next]