index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-22
perf data: Don't mention --to-ctf if it's not supported
Mahmoud Mandour
1
-0
/
+7
2022-02-22
perf script: Fix error when printing 'weight' field
German Gomez
1
-1
/
+1
2022-02-22
perf data: Adding error message if perf_data__create_dir() fails
Alexey Bayduraev
2
-3
/
+9
2022-02-22
perf data: Fix double free in perf_session__delete()
Alexey Bayduraev
1
-4
/
+3
2022-02-22
linkage: remove SYM_FUNC_{START,END}_ALIAS()
Mark Rutland
1
-21
/
+0
2022-02-22
linkage: add SYM_FUNC_ALIAS{,_LOCAL,_WEAK}()
Mark Rutland
1
-0
/
+35
2022-02-18
perf evlist: Fix failed to use cpu list for uncore events
Zhengjun Xing
1
-2
/
+2
2022-02-18
perf test: Skip failing sigtrap test for arm+aarch64
John Garry
1
-14
/
+1
2022-02-17
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
8
-15
/
+51
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-15
/
+51
2022-02-17
perf bpf: Defer freeing string after possible strlen() on it
Arnaldo Carvalho de Melo
1
-1
/
+2
2022-02-16
perf test: Fix arm64 perf_event_attr tests wrt --call-graph initialization
German Gomez
5
-0
/
+24
2022-02-16
perf cs-etm: Fix corrupt inject files when only last branch option is enabled
James Clark
1
-0
/
+2
2022-02-16
perf cs-etm: No-op refactor of synth opt usage
James Clark
1
-9
/
+5
2022-02-16
perf trace: Avoid early exit due SIGCHLD from non-workload processes
Changbin Du
1
-5
/
+18
2022-02-16
perf report: Add "addr_from" and "addr_to" sort dimensions
Stephane Eranian
4
-0
/
+134
2022-02-16
perf tools: Fix spelling mistake "commpressor" -> "compressor"
Colin Ian King
1
-1
/
+1
2022-02-16
perf annotate: Remove redundant 'ret' variable
tangmeng
1
-3
/
+1
2022-02-16
perf top: Remove redundant 'err' variable
tangmeng
1
-3
/
+1
2022-02-15
perf test: Make metric testing more robust
Ian Rogers
1
-6
/
+26
2022-02-15
perf cs-etm: Update deduction of TRCCONFIGR register for branch broadcast
James Clark
1
-0
/
+3
2022-02-15
perf c2c: Replace bitmap_weight() with bitmap_empty() where appropriate
Yury Norov
1
-2
/
+2
2022-02-15
perf tui: Only support --tui with slang
Ian Rogers
4
-3
/
+26
2022-02-15
perf intel-pt: Add documentation for Event Trace and TNT disable
Adrian Hunter
1
-2
/
+102
2022-02-15
perf scripts python: export-to-postgresql.py: Export all sample flags
Adrian Hunter
1
-7
/
+10
2022-02-15
perf scripts python: export-to-sqlite.py: Export all sample flags
Adrian Hunter
1
-8
/
+11
2022-02-15
perf scripting python: Add all sample flags to DB export
Adrian Hunter
1
-1
/
+2
2022-02-15
perf scripts python: intel-pt-events.py: Add Event Trace
Adrian Hunter
1
-5
/
+50
2022-02-15
perf script: Display new D (Intr Disabled) and t (Intr Toggle) flags
Adrian Hunter
2
-13
/
+24
2022-02-15
perf script: Display Intel PT iflag synthesized event
Adrian Hunter
1
-0
/
+15
2022-02-15
perf script: Display Intel PT CFE (Control Flow Event) / EVD (Event Data) syn...
Adrian Hunter
1
-0
/
+39
2022-02-15
perf intel-pt: Force 'quick' mode when TNT (Taken/Not-Taken packet) is disabled
Adrian Hunter
1
-0
/
+18
2022-02-15
perf intel-pt: Synthesize new D (Intr Disabled) and t (Intr Toggle) flags
Adrian Hunter
1
-0
/
+13
2022-02-15
perf intel-pt: Synthesize iflag event
Adrian Hunter
1
-0
/
+52
2022-02-15
perf intel-pt: Synthesize CFE (Control Flow Event) / EVD (Event Data) event
Adrian Hunter
2
-1
/
+63
2022-02-15
perf intel-pt: Record Event Trace capability flag
Adrian Hunter
2
-1
/
+16
2022-02-15
perf auxtrace: Add itrace option "I"
Adrian Hunter
3
-0
/
+10
2022-02-15
perf tools: Define new D (Intr Disable) and t (Intr Toggle) flags
Adrian Hunter
1
-1
/
+3
2022-02-15
perf tools: Define Intel PT iflag synthesized event
Adrian Hunter
1
-0
/
+13
2022-02-15
perf tools: Define Intel PT CFE (Control Flow Event) / EVD (Event Data) event
Adrian Hunter
1
-0
/
+28
2022-02-15
perf intel-pt: decoder: Add MODE.Exec IFLAG processing
Adrian Hunter
2
-12
/
+121
2022-02-15
perf intel-pt: decoder: Add CFE (Control Flow Event) and EVD (Event Data) pro...
Adrian Hunter
2
-0
/
+79
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: decoder: Add config bit definitions
Adrian Hunter
1
-2
/
+7
2022-02-15
perf intel-pt: pkt-decoder: Add MODE.Exec IFLAG bit
Adrian Hunter
2
-3
/
+8
2022-02-15
perf intel-pt: pkt-decoder: Add CFE and EVD packets
Adrian Hunter
4
-0
/
+83
2022-02-15
perf intel-pt: pkt-decoder: Remove misplaced linebreak
Adrian Hunter
1
-2
/
+1
2022-02-15
perf intel-pt: pkt-decoder-test: Fix scope of test_data
Adrian Hunter
1
-1
/
+1
2022-02-15
kbuild: replace $(if A,A,B) with $(or A,B)
Masahiro Yamada
1
-2
/
+2
2022-02-14
perf vendor events: Update TremontX
Ian Rogers
9
-181
/
+5205
[prev]
[next]