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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+4
2019-03-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
236
-2137
/
+9100
2019-03-06
tools/: replace open encodings for NUMA_NO_NODE
Stephen Rothwell
1
-3
/
+4
2019-03-01
tools: libbpf: add a correctly named define for map iteration
Jakub Kicinski
1
-2
/
+2
2019-02-25
perf script python: Add Python3 support to syscall-counts-by-pid.py
Tony Jones
1
-10
/
+12
2019-02-25
perf script python: Add Python3 support to syscall-counts.py
Tony Jones
1
-8
/
+10
2019-02-25
perf script python: Add Python3 support to stat-cpi.py
Tony Jones
1
-4
/
+6
2019-02-25
perf script python: Add Python3 support to stackcollapse.py
Tony Jones
1
-3
/
+4
2019-02-25
perf script python: Add Python3 support to sctop.py
Tony Jones
1
-8
/
+16
2019-02-25
perf script python: Add Python3 support to powerpc-hcalls.py
Tony Jones
1
-8
/
+10
2019-02-25
perf script python: Add Python3 support to net_dropmonitor.py
Tony Jones
1
-4
/
+6
2019-02-25
perf script python: Add Python3 support to mem-phys-addr.py
Tony Jones
1
-10
/
+14
2019-02-25
perf script python: Add Python3 support to failed-syscalls-by-pid.py
Tony Jones
1
-10
/
+11
2019-02-25
perf script python: Add Python3 support to netdev-times.py
Tony Jones
1
-40
/
+42
2019-02-25
perf tools: Add perf_exe() helper to find perf binary
Andi Kleen
3
-9
/
+15
2019-02-25
perf script: Handle missing fields with -F +..
Andi Kleen
1
-3
/
+7
2019-02-25
perf data: Add perf_data__open_dir_data function
Jiri Olsa
2
-0
/
+60
2019-02-25
perf data: Add perf_data__(create_dir|close_dir) functions
Jiri Olsa
2
-0
/
+55
2019-02-25
perf data: Fail check_backup in case of error
Jiri Olsa
1
-3
/
+18
2019-02-25
perf data: Make check_backup work over directories
Jiri Olsa
1
-4
/
+7
2019-02-25
perf tools: Add rm_rf_perf_data function
Jiri Olsa
2
-0
/
+12
2019-02-25
perf tools: Add pattern name checking to rm_rf
Jiri Olsa
1
-3
/
+33
2019-02-25
perf tools: Add depth checking to rm_rf
Jiri Olsa
1
-2
/
+12
2019-02-22
perf data: Add global path holder
Jiri Olsa
21
-93
/
+87
2019-02-22
perf data: Move size to struct perf_data_file
Jiri Olsa
3
-6
/
+5
2019-02-22
perf scripts python: exported-sql-viewer.py: Add top calls report
Adrian Hunter
1
-6
/
+135
2019-02-22
perf scripts python: exported-sql-viewer.py: Remove no selection error
Adrian Hunter
1
-3
/
+0
2019-02-22
perf scripts python: exported-sql-viewer.py: Remove SQLTableDialogDataItem
Adrian Hunter
1
-221
/
+0
2019-02-22
perf scripts python: exported-sql-viewer.py: Create new dialog data item classes
Adrian Hunter
1
-13
/
+272
2019-02-22
perf scripts python: exported-sql-viewer.py: Move report name into ReportVars
Adrian Hunter
1
-8
/
+8
2019-02-22
perf scripts python: exported-sql-viewer.py: Factor out ReportVars
Adrian Hunter
1
-14
/
+23
2019-02-22
perf scripts python: exported-sql-viewer.py: Factor out ReportDialogBase
Adrian Hunter
1
-17
/
+30
2019-02-22
perf scripts python: exported-sql-viewer.py: Move column headers
Adrian Hunter
1
-12
/
+13
2019-02-22
perf scripts python: exported-sql-viewer.py: Hide Call Graph option if no cal...
Adrian Hunter
1
-1
/
+12
2019-02-22
perf scripts python: exported-sql-viewer.py: Remove leftover debugging prints
Adrian Hunter
1
-7
/
+0
2019-02-22
perf scripts python: exported-sql-viewer.py: Fix missing shebang
Adrian Hunter
1
-0
/
+1
2019-02-22
perf thread-stack: Hide x86 retpolines
Adrian Hunter
1
-3
/
+109
2019-02-22
perf thread-stack: Improve thread_stack__no_call_return()
Adrian Hunter
1
-3
/
+46
2019-02-21
perf annotate: Fix getting source line failure
Wei Li
1
-2
/
+2
2019-02-20
perf tools: Make rm_rf() remove single file
Jiri Olsa
1
-3
/
+13
2019-02-20
perf cpumap: Increase debug level for cpu_map__snprint verbose output
Jiri Olsa
1
-1
/
+1
2019-02-20
perf bpf-event: Add missing new line into pr_debug call
Jiri Olsa
1
-1
/
+1
2019-02-20
perf script: Allow +- operator for type specific fields option
Jiri Olsa
2
-0
/
+14
2019-02-20
perf evsel: Force sample_type for slave events
Jiri Olsa
1
-0
/
+8
2019-02-20
perf session: Don't report zero period samples for slave events
Jiri Olsa
1
-0
/
+7
2019-02-19
perf trace: Allow dumping a BPF map after setting up BPF events
Arnaldo Carvalho de Melo
2
-0
/
+27
2019-02-19
perf bpf: Add bpf_map dumper
Arnaldo Carvalho de Melo
3
-0
/
+95
2019-02-19
perf test: Fix failure of 'evsel-tp-sched' test on s390
Thomas Richter
1
-3
/
+3
2019-02-19
perf doc: Fix documentation of the Flags section in perf.data
Jonas Rabenstein
1
-5
/
+4
2019-02-19
perf doc: Fix HEADER_CMDLINE description in perf.data documentation
Jonas Rabenstein
1
-1
/
+1
[next]