index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
perf evsel: Make evsel__env() always return a valid env
Kim Phillips
2022-03-22
1
-1
/
+1
|
*
perf build-id: Fix spelling mistake "Cant" -> "Can't"
Colin Ian King
2022-03-22
1
-1
/
+1
|
*
perf header: Fix spelling mistake "could't" -> "couldn't"
Colin Ian King
2022-03-22
1
-1
/
+1
|
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-03-22
3
-31
/
+51
|
|
\
|
*
|
perf ftrace latency: Add -n/--use-nsec option
Namhyung Kim
2022-03-22
3
-2
/
+7
|
*
|
perf tools: Fix version kernel tag
John Garry
2022-03-22
1
-9
/
+4
|
*
|
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-03-14
3
-9
/
+10
|
|
\
\
|
*
|
|
perf tools: Set build-id using build-id header on new mmap records
James Clark
2022-03-12
3
-3
/
+19
|
*
|
|
perf tools: Use ARRAY_SIZE() instead of ad hoc equivalent, spotted by array_s...
Guo Zhengkui
2022-03-07
1
-1
/
+1
|
*
|
|
perf session: Print branch stack entry type in --dump-raw-trace
James Clark
2022-03-07
1
-2
/
+3
|
*
|
|
perf evsel: Add error message for unsupported branch stack cases
James Clark
2022-03-07
1
-0
/
+4
|
*
|
|
perf tools: Remove bpf_map__set_priv()/bpf_map__priv() usage
Jiri Olsa
2022-03-05
1
-7
/
+59
|
*
|
|
perf tools: Remove bpf_program__set_priv/bpf_program__priv usage
Jiri Olsa
2022-03-05
1
-16
/
+82
|
*
|
|
perf data: Adding error message if perf_data__create_dir() fails
Alexey Bayduraev
2022-02-22
1
-2
/
+6
|
*
|
|
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-02-17
2
-10
/
+9
|
|
\
\
\
|
*
|
|
|
perf report: Add "addr_from" and "addr_to" sort dimensions
Stephane Eranian
2022-02-16
4
-0
/
+134
|
*
|
|
|
perf tools: Fix spelling mistake "commpressor" -> "compressor"
Colin Ian King
2022-02-16
1
-1
/
+1
|
*
|
|
|
perf tui: Only support --tui with slang
Ian Rogers
2022-02-15
1
-1
/
+4
|
*
|
|
|
perf scripting python: Add all sample flags to DB export
Adrian Hunter
2022-02-15
1
-1
/
+2
|
*
|
|
|
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
2
-1
/
+63
|
*
|
|
|
perf intel-pt: Record Event Trace capability flag
Adrian Hunter
2022-02-15
1
-1
/
+9
|
*
|
|
|
perf auxtrace: Add itrace option "I"
Adrian Hunter
2022-02-15
2
-0
/
+8
|
*
|
|
|
perf tools: Define new D (Intr Disable) and t (Intr Toggle) flags
Adrian Hunter
2022-02-15
1
-1
/
+3
|
*
|
|
|
perf tools: Define Intel PT iflag synthesized event
Adrian Hunter
2022-02-15
1
-0
/
+13
|
*
|
|
|
perf tools: Define Intel PT CFE (Control Flow Event) / EVD (Event Data) event
Adrian Hunter
2022-02-15
1
-0
/
+28
|
*
|
|
|
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: decoder: Add config bit definitions
Adrian Hunter
2022-02-15
1
-2
/
+7
|
*
|
|
|
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 map: Make map__contains_symbol() args const
Ian Rogers
2022-02-14
2
-2
/
+2
|
*
|
|
|
perf maps: Move maps code to own C file
Ian Rogers
2022-02-14
4
-409
/
+414
|
*
|
|
|
perf maps: Reduce scope of init and exit
Ian Rogers
2022-02-14
2
-4
/
+2
|
*
|
|
|
perf maps: Use a pointer for kmaps
Ian Rogers
2022-02-14
6
-27
/
+31
|
*
|
|
|
perf bpf: Stop using deprecated bpf_object__next() API
Christy Lee
2022-02-14
1
-19
/
+79
|
*
|
|
|
perf bpf: Stop using deprecated bpf_load_program() API
Christy Lee
2022-02-14
1
-0
/
+13
|
*
|
|
|
perf namespaces: Add functions to access nsinfo
Ian Rogers
2022-02-11
6
-25
/
+61
|
*
|
|
|
perf map: Add const to map_ip and unmap_ip
Ian Rogers
2022-02-11
2
-16
/
+23
|
*
|
|
|
perf cpumap: Use for each loop
Ian Rogers
2022-02-11
1
-8
/
+6
|
*
|
|
|
perf report: Output data file name in raw trace dump
Alexey Bayduraev
2022-02-10
5
-33
/
+54
|
*
|
|
|
perf session: Load data directory files for analysis
Alexey Bayduraev
2022-02-10
1
-0
/
+133
|
*
|
|
|
perf record: Extend --threads command line option
Alexey Bayduraev
2022-02-10
1
-0
/
+1
|
*
|
|
|
perf record: Introduce compressor at mmap buffer object
Alexey Bayduraev
2022-02-10
2
-0
/
+12
|
*
|
|
|
perf record: Introduce data file at mmap buffer object
Alexey Bayduraev
2022-02-10
1
-0
/
+1
|
*
|
|
|
perf record: Start threads in the beginning of trace streaming
Alexey Bayduraev
2022-02-10
1
-0
/
+1
[prev]
[next]