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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
1
-1
/
+1
*
perf script: Minimize "not reaching sample" for '-F +brstackinsn'
Andi Kleen
2024-09-03
1
-2
/
+3
*
perf util: Make util its own library
Ian Rogers
2024-06-26
1
-1
/
+1
*
perf intel pt: Add new JMPABS instruction to the Intel PT instruction decoder
Adrian Hunter
2024-06-25
1
-0
/
+9
*
perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer)
Adrian Hunter
2024-04-27
1
-0
/
+2
*
perf intel-pt: Prefer get_unaligned_le64 to memcpy_le64
Adrian Hunter
2023-10-17
1
-3
/
+3
*
perf intel-pt: Use get_unaligned_le16() etc
Adrian Hunter
2023-10-17
1
-8
/
+9
*
perf intel-pt: Use existing definitions of le16_to_cpu() etc
Adrian Hunter
2023-10-17
1
-6
/
+1
*
perf intel-pt: Simplify intel_pt_get_vmcs()
Adrian Hunter
2023-10-17
1
-9
/
+4
*
tools: Rename __fallthrough to fallthrough
Liam Howlett
2023-04-07
2
-4
/
+4
*
perf intel-pt: Fix CYC timestamps after standalone CBR
Adrian Hunter
2023-04-04
1
-0
/
+2
*
perf intel-pt: Add support for new branch instructions ERETS and ERETU
Adrian Hunter
2023-03-20
2
-0
/
+20
*
perf tools: Move 'struct perf_sample' to a separate header file to disentangl...
Arnaldo Carvalho de Melo
2022-10-31
1
-0
/
+1
*
perf intel-pt: Remove first line of log dumped on error
Adrian Hunter
2022-10-04
1
-5
/
+28
*
perf intel-pt: Support itrace option flag d+e to log on error
Adrian Hunter
2022-10-04
2
-2
/
+95
*
perf intel-pt: Add support for emulated ptwrite
Adrian Hunter
2022-05-17
4
-2
/
+100
*
perf intel-pt: decoder: Add MODE.Exec IFLAG processing
Adrian Hunter
2022-02-15
2
-12
/
+121
*
perf intel-pt: decoder: Add CFE (Control Flow Event) and EVD (Event Data) pro...
Adrian Hunter
2022-02-15
2
-0
/
+79
*
perf intel-pt: decoder: Factor out clearing of FUP (Flow Update) event variables
Adrian Hunter
2022-02-15
1
-12
/
+12
*
perf intel-pt: pkt-decoder: Add MODE.Exec IFLAG bit
Adrian Hunter
2022-02-15
1
-1
/
+3
*
perf intel-pt: pkt-decoder: Add CFE and EVD packets
Adrian Hunter
2022-02-15
3
-0
/
+75
*
perf intel-pt: pkt-decoder: Remove misplaced linebreak
Adrian Hunter
2022-02-15
1
-2
/
+1
*
perf intel-pt: Fix missing 'instruction' events with 'q' option
Adrian Hunter
2021-12-11
1
-3
/
+8
*
perf intel-pt: Fix next 'err' value, walking trace
Adrian Hunter
2021-12-11
1
-0
/
+1
*
perf intel-pt: Fix state setting when receiving overflow (OVF) packet
Adrian Hunter
2021-12-11
1
-4
/
+28
*
perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state type
Adrian Hunter
2021-12-11
1
-19
/
+13
*
perf intel-pt: Fix sync state when a PSB (synchronization) packet is found
Adrian Hunter
2021-12-11
1
-1
/
+1
*
perf intel-pt: Fix some PGE (packet generation enable/control flow packets) u...
Adrian Hunter
2021-12-11
1
-3
/
+4
*
perf tools: Use __BYTE_ORDER__
Ilya Leoshkevich
2021-11-07
2
-2
/
+2
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-11-06
1
-0
/
+2
|
\
|
*
x86/insn: Use get_unaligned() instead of memcpy()
Borislav Petkov
2021-10-06
1
-0
/
+2
*
|
perf intel-pt: Support itrace d+o option to direct debug log to stdout
Adrian Hunter
2021-10-27
1
-4
/
+4
*
|
perf intel-pt: Support itrace A option to approximate IPC
Adrian Hunter
2021-10-27
2
-0
/
+2
|
/
*
perf intel-pt: Add a config for max loops without consuming a packet
Adrian Hunter
2021-07-07
2
-4
/
+10
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-05-25
1
-1
/
+5
|
\
|
*
perf intel-pt: Fix transaction abort handling
Adrian Hunter
2021-05-19
1
-1
/
+5
*
|
perf intel-pt: Add VM Time Correlation to decoder
Adrian Hunter
2021-05-12
3
-0
/
+696
*
|
perf intel-pt: Better 7-byte timestamp wraparound logic
Adrian Hunter
2021-05-12
1
-3
/
+9
*
|
perf intel-pt: Pass the first timestamp to the decoder
Adrian Hunter
2021-05-12
2
-0
/
+12
*
|
perf intel-pt: Add a tree for VMCS information
Adrian Hunter
2021-05-12
2
-0
/
+13
*
|
perf intel-pt: Let overlap detection handle VM timestamps
Adrian Hunter
2021-05-12
2
-5
/
+10
|
/
*
tools/perf: Convert to insn_decode()
Borislav Petkov
2021-03-15
1
-7
/
+10
*
perf intel-pt: Amend decoder to track the NR flag
Adrian Hunter
2021-02-18
2
-9
/
+53
*
perf intel-pt: Retain the last PIP packet payload as is
Adrian Hunter
2021-02-18
4
-16
/
+14
*
perf intel_pt: Add vmlaunch and vmresume as branches
Adrian Hunter
2021-02-18
2
-0
/
+16
*
perf intel-pt: Add PSB events
Adrian Hunter
2021-02-18
2
-51
/
+183
*
perf intel-pt: Fix IPC with CYC threshold
Adrian Hunter
2021-02-18
2
-0
/
+28
*
perf intel-pt: Fix premature IPC
Adrian Hunter
2021-02-18
2
-1
/
+11
*
perf intel-pt: Fix missing CYC processing in PSB
Adrian Hunter
2021-02-18
1
-0
/
+3
*
perf intel-pt: Add support for decoding PSB+ only
Adrian Hunter
2020-08-06
1
-0
/
+18
[next]