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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf intel-pt: Add guest_code support
Adrian Hunter
2022-05-23
1
-2
/
+18
*
perf intel-pt: Add support for emulated ptwrite
Adrian Hunter
2022-05-17
1
-1
/
+36
*
perf intel-pt: Force 'quick' mode when TNT (Taken/Not-Taken packet) is disabled
Adrian Hunter
2022-02-15
1
-0
/
+18
*
perf intel-pt: Synthesize new D (Intr Disabled) and t (Intr Toggle) flags
Adrian Hunter
2022-02-15
1
-0
/
+13
*
perf intel-pt: Synthesize iflag event
Adrian Hunter
2022-02-15
1
-0
/
+52
*
perf intel-pt: Synthesize CFE (Control Flow Event) / EVD (Event Data) event
Adrian Hunter
2022-02-15
1
-0
/
+62
*
perf intel-pt: Record Event Trace capability flag
Adrian Hunter
2022-02-15
1
-1
/
+9
*
perf intel-pt: decoder: Add config bit definitions
Adrian Hunter
2022-02-15
1
-2
/
+7
*
perf intel-pt: Fix parsing of VM time correlation arguments
Adrian Hunter
2021-12-28
1
-0
/
+1
*
perf intel-pt: Fix error timestamp setting on the decoder error path
Adrian Hunter
2021-12-11
1
-0
/
+1
*
perf intel-pt: Support itrace d+o option to direct debug log to stdout
Adrian Hunter
2021-10-27
1
-2
/
+3
*
perf intel-pt: Support itrace A option to approximate IPC
Adrian Hunter
2021-10-27
1
-4
/
+12
*
perf intel-pt: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID
Adrian Hunter
2021-10-25
1
-4
/
+81
*
perf intel-pt: Add a config for max loops without consuming a packet
Adrian Hunter
2021-07-07
1
-0
/
+5
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-05-25
1
-2
/
+4
|
\
|
*
perf intel-pt: Remove redundant setting of ptq->insn_len
Adrian Hunter
2021-05-19
1
-1
/
+0
|
*
perf intel-pt: Fix sample instruction bytes
Adrian Hunter
2021-05-19
1
-1
/
+4
*
|
perf intel-pt: Parse VM Time Correlation options and set up decoding
Adrian Hunter
2021-05-12
1
-1
/
+97
*
|
perf intel-pt: Pass the first timestamp to the decoder
Adrian Hunter
2021-05-12
1
-0
/
+19
*
|
perf intel-pt: Add a tree for VMCS information
Adrian Hunter
2021-05-12
1
-0
/
+66
*
|
perf intel-pt: Let overlap detection handle VM timestamps
Adrian Hunter
2021-05-12
1
-1
/
+9
*
|
perf intel-pt: Support Z itrace option for timeless decoding
Adrian Hunter
2021-05-12
1
-1
/
+1
*
|
perf intel-pt: Move synth_opts initialization earlier
Adrian Hunter
2021-05-12
1
-15
/
+14
|
/
*
perf tools: Fix various typos in comments
Ingo Molnar
2021-03-23
1
-1
/
+1
*
perf intel-pt: Split VM-Entry and VM-Exit branches
Adrian Hunter
2021-02-18
1
-1
/
+21
*
perf intel-pt: Adjust sample flags for VM-Exit
Adrian Hunter
2021-02-18
1
-4
/
+7
*
perf intel-pt: Allow for a guest kernel address filter
Adrian Hunter
2021-02-18
1
-1
/
+7
*
perf intel-pt: Support decoding of guest kernel
Adrian Hunter
2021-02-18
1
-12
/
+69
*
perf intel-pt: Add PSB events
Adrian Hunter
2021-02-18
1
-0
/
+40
*
perf intel-pt: Fix IPC with CYC threshold
Adrian Hunter
2021-02-18
1
-0
/
+13
*
perf intel-pt: Fix premature IPC
Adrian Hunter
2021-02-18
1
-10
/
+6
*
perf report: Support instruction latency
Kan Liang
2021-02-08
1
-2
/
+3
*
perf tools: Support PERF_SAMPLE_WEIGHT_STRUCT
Kan Liang
2021-02-08
1
-3
/
+19
*
perf evlist: Use the right prefix for 'struct evlist' sample id lookup methods
Arnaldo Carvalho de Melo
2020-11-30
1
-2
/
+1
*
perf intel-pt: Fix "context_switch event has no tid" error
Adrian Hunter
2020-09-17
1
-4
/
+4
*
perf intel-pt: Fix corrupt data after perf inject from
Al Grant
2020-09-01
1
-1
/
+8
*
perf intel-pt: Add support for decoding FUP/TIP only
Adrian Hunter
2020-08-06
1
-1
/
+5
*
perf intel-pt: Time filter logged perf events
Adrian Hunter
2020-08-06
1
-3
/
+16
*
perf intel-pt: Use itrace debug log flags to suppress some messages
Adrian Hunter
2020-08-06
1
-7
/
+10
*
perf intel-pt: Use itrace error flags to suppress some errors
Adrian Hunter
2020-08-06
1
-0
/
+9
*
perf script: Show text poke address symbol
Adrian Hunter
2020-07-10
1
-1
/
+1
*
perf intel-pt: Add support for text poke events
Adrian Hunter
2020-07-10
1
-0
/
+75
*
perf intel-pt: Fix PEBS sample for XMM registers
Adrian Hunter
2020-07-06
1
-2
/
+3
*
perf intel-pt: Use allocated branch stack for PEBS sample
Adrian Hunter
2020-05-28
1
-18
/
+13
*
perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete...
Arnaldo Carvalho de Melo
2020-05-05
1
-1
/
+1
*
perf evsel: Rename *perf_evsel__*name() to *evsel__*name()
Arnaldo Carvalho de Melo
2020-05-05
1
-1
/
+1
*
perf intel-pt: Add support for synthesizing branch stacks for regular events
Adrian Hunter
2020-05-05
1
-7
/
+66
*
perf intel-pt: Change branch stack support to use thread-stacks
Adrian Hunter
2020-05-05
1
-102
/
+39
*
perf intel-pt: Consolidate thread-stack use condition
Adrian Hunter
2020-05-05
1
-2
/
+6
*
perf thread-stack: Add branch stack support
Adrian Hunter
2020-05-05
1
-1
/
+1
[next]