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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-26
perf arm-spe: Add more sub classes for operation packet
Leo Yan
1
-2
/
+16
2020-11-26
perf arm-spe: Refactor operation packet handling
Leo Yan
2
-12
/
+37
2020-11-26
perf arm-spe: Add new function arm_spe_pkt_desc_op_type()
Leo Yan
1
-34
/
+45
2020-11-26
perf arm-spe: Remove size condition checking for events
Leo Yan
2
-14
/
+9
2020-11-26
perf arm-spe: Refactor event type handling
Leo Yan
3
-28
/
+29
2020-11-26
perf arm-spe: Add new function arm_spe_pkt_desc_event()
Leo Yan
1
-26
/
+37
2020-11-26
perf arm-spe: Refactor counter packet handling
Leo Yan
2
-5
/
+11
2020-11-26
perf arm-spe: Add new function arm_spe_pkt_desc_counter()
Leo Yan
1
-15
/
+28
2020-11-26
perf arm-spe: Refactor context packet handling
Leo Yan
2
-1
/
+4
2020-11-26
perf arm_spe: Fixup top byte for data virtual address
Leo Yan
1
-3
/
+17
2020-11-26
perf arm-spe: Refactor address packet handling
Leo Yan
3
-42
/
+48
2020-11-26
perf arm-spe: Add new function arm_spe_pkt_desc_addr()
Leo Yan
1
-26
/
+38
2020-11-26
perf arm-spe: Refactor packet header parsing
Leo Yan
2
-51
/
+61
2020-11-26
perf arm-spe: Refactor printing string to buffer
Leo Yan
2
-153
/
+151
2020-11-16
perf expr: Force encapsulation on expr_id_data
Ian Rogers
4
-25
/
+66
2020-11-16
perf data: Allow to use stdio functions for pipe mode
Namhyung Kim
4
-11
/
+56
2020-11-11
perf arm-spe: Fix packet length handling
Leo Yan
1
-22
/
+12
2020-11-11
perf arm-spe: Refactor arm_spe_get_events()
Leo Yan
1
-4
/
+2
2020-11-11
perf arm-spe: Refactor payload size calculation
Leo Yan
1
-9
/
+9
2020-11-11
perf arm-spe: Fix a typo in comment
Leo Yan
1
-1
/
+1
2020-11-11
perf arm-spe: Include bitops.h for BIT() macro
Leo Yan
2
-8
/
+4
2020-11-11
perf auxtrace: Add itrace option '-M' for memory events
Leo Yan
2
-0
/
+6
2020-11-11
perf mem: Support new memory event PERF_MEM_EVENTS__LOAD_STORE
Leo Yan
2
-1
/
+13
2020-11-11
perf mem: Introduce weak function perf_mem_events__ptr()
Leo Yan
2
-8
/
+20
2020-11-11
perf mem: Search event name with more flexible path
Leo Yan
1
-3
/
+3
2020-11-04
perf stat: Add --quiet option
Andi Kleen
1
-0
/
+1
2020-11-04
perf stat: Support regex pattern in --for-each-cgroup
Namhyung Kim
1
-23
/
+175
2020-11-04
perf env: Conditionally compile BPF support code on having HAVE_LIBBPF_SUPPORT
Arnaldo Carvalho de Melo
4
-22
/
+32
2020-11-04
perf annotate: Move bpf header inclusion to inside HAVE_LIBBPF_SUPPORT
Arnaldo Carvalho de Melo
1
-4
/
+4
2020-11-04
perf bpf: Enclose libbpf.h include within HAVE_LIBBPF_SUPPORT
Arnaldo Carvalho de Melo
2
-0
/
+28
2020-11-04
perf mem2node: Improve warning if detected no memory nodes
Leo Yan
1
-1
/
+2
2020-11-04
perf annotate mips: Add perf arch instructions annotate handlers
Dengcheng Zhu
1
-0
/
+8
2020-11-03
perf tools: Add missing swap for cgroup events
Namhyung Kim
1
-0
/
+13
2020-11-03
perf tools: Add missing swap for ino_generation
Jiri Olsa
1
-0
/
+1
2020-11-03
perf tools: Initialize output buffer in build_id__sprintf
Jiri Olsa
1
-0
/
+2
2020-11-03
perf scripting python: Avoid declaring function pointers with a visibility at...
Arnaldo Carvalho de Melo
1
-5
/
+2
2020-11-03
perf tools: Fix crash with non-jited bpf progs
Tommi Rantala
3
-1
/
+19
2020-11-03
perf tools: Update copy of libbpf's hashmap.c
Arnaldo Carvalho de Melo
2
-0
/
+15
2020-10-17
Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
56
-243
/
+1874
2020-10-14
perf streams: Report hot streams
Jin Yao
4
-0
/
+141
2020-10-14
perf streams: Calculate the sum of total streams hits
Jin Yao
4
-0
/
+38
2020-10-14
perf streams: Link stream pair
Jin Yao
2
-0
/
+44
2020-10-14
perf streams: Compare two streams
Jin Yao
2
-0
/
+58
2020-10-14
perf streams: Get the evsel_streams by evsel_idx
Jin Yao
2
-0
/
+16
2020-10-14
perf streams: Introduce branch history "streams"
Jin Yao
3
-0
/
+195
2020-10-14
perf tools: Add support for exclusive groups/events
Andi Kleen
2
-3
/
+10
2020-10-14
perf tools: Align buildid list output for short build ids
Jiri Olsa
3
-4
/
+5
2020-10-14
perf tools: Add size to 'struct perf_record_header_build_id'
Jiri Olsa
2
-6
/
+12
2020-10-14
perf tools: Pass build_id object to dso__build_id_equal()
Jiri Olsa
4
-6
/
+11
2020-10-14
perf tools: Pass build_id object to dso__set_build_id()
Jiri Olsa
5
-6
/
+8
[next]