index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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-30
perf evlist: Use the right prefix for 'struct evlist' 'filter' methods
Arnaldo Carvalho de Melo
2
-18
/
+18
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' 'toggle' methods
Arnaldo Carvalho de Melo
2
-6
/
+5
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' stats methods
Arnaldo Carvalho de Melo
2
-13
/
+13
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' 'workload' methods
Arnaldo Carvalho de Melo
2
-11
/
+8
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' methods: evlist__set_le...
Arnaldo Carvalho de Melo
5
-9
/
+9
2020-11-30
perf evsel: Convert last 'struct evsel' methods to the right evsel__ prefix
Arnaldo Carvalho de Melo
3
-30
/
+19
2020-11-30
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
6
-14
/
+47
2020-11-27
perf probe: Change function definition check due to broken DWARF
Masami Hiramatsu
2
-4
/
+19
2020-11-27
perf probe: Fix to die_entrypc() returns error correctly
Masami Hiramatsu
1
-0
/
+8
2020-11-27
perf stat: Use proper cpu for shadow stats
Namhyung Kim
1
-4
/
+1
2020-11-27
perf record: Synthesize cgroup events only if needed
Namhyung Kim
1
-0
/
+3
2020-11-27
perf tools: Update copy of libbpf's hashmap.c
Arnaldo Carvalho de Melo
1
-6
/
+9
2020-11-27
perf build-id: Add build_id_cache__add function
Jiri Olsa
2
-15
/
+29
2020-11-27
perf build-id: Add __perf_session__cache_build_ids function
Jiri Olsa
2
-2
/
+11
2020-11-27
perf build-id: Use machine__for_each_dso in perf_session__cache_build_ids
Jiri Olsa
1
-25
/
+16
2020-11-27
perf data: Add is_perf_data function
Jiri Olsa
2
-0
/
+20
2020-11-27
perf symbols: Try to load vmlinux from buildid database
Jiri Olsa
3
-3
/
+28
2020-11-27
perf tools: Use struct extra_kernel_map in machine__process_kernel_mmap_event
Jiri Olsa
1
-29
/
+33
2020-11-27
perf build-id: Add check for existing link in buildid dir
Jiri Olsa
1
-1
/
+18
2020-11-27
perf tools: Add filename__decompress function
Jiri Olsa
2
-12
/
+21
2020-11-27
perf tools: Add build_id__is_defined function
Jiri Olsa
2
-0
/
+7
2020-11-26
perf arm-spe: Add support for ARMv8.3-SPE
Wei Li
2
-2
/
+50
2020-11-26
perf arm_spe: Decode memory tagging properties
Andre Przywara
2
-1
/
+7
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-12
tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...
Arnaldo Carvalho de Melo
1
-0
/
+7
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
[next]