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
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
2017-08-22
perf tools: Expression parser enhancements for metrics
Andi Kleen
2
-6
/
+60
2017-08-22
perf tools: Add utility function to detect SMT status
Andi Kleen
3
-0
/
+51
2017-08-22
perf bpf: Tighten detection of BPF events
Andi Kleen
1
-4
/
+19
2017-08-22
perf evsel: Fix buffer overflow while freeing events
Andi Kleen
5
-40
/
+20
2017-08-22
perf xyarray: Save max_x, max_y
Andi Kleen
2
-0
/
+14
2017-08-18
perf annotate browser: Circulate percent, total-period and nr-samples view
Taeung Song
1
-3
/
+8
2017-08-18
perf annotate browser: Support --show-nr-samples option
Taeung Song
2
-5
/
+13
2017-08-18
perf annotate: Document --show-total-period option
Taeung Song
1
-0
/
+2
2017-08-18
perf annotate stdio: Support --show-nr-samples option
Taeung Song
3
-3
/
+23
2017-08-17
perf tools: Use default CPUINFO_PROC where it fits
Arnaldo Carvalho de Melo
2
-20
/
+2
2017-08-17
perf tools: Remove unused cpu_relax() macros
Arnaldo Carvalho de Melo
1
-9
/
+0
2017-08-17
perf events parse: Rename parse_events_parse arguments
Arnaldo Carvalho de Melo
4
-104
/
+104
2017-08-17
perf events parse: Use just one parse events state struct
Arnaldo Carvalho de Melo
3
-6
/
+3
2017-08-17
perf events parse: Rename parsing state struct to clearer name
Arnaldo Carvalho de Melo
4
-31
/
+31
2017-08-17
perf events parse: Remove some needless local variables
Arnaldo Carvalho de Melo
1
-13
/
+7
2017-08-17
perf trace: Fix off by one string allocation problem
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-08-17
perf jevents: Support FCMask and PortMask
Andi Kleen
1
-0
/
+2
2017-08-16
perf test shell: Replace '|&' with '2>&1 |' to work with more shells
Kim Phillips
3
-4
/
+4
2017-08-16
perf bpf: Fix endianness problem when loading parameters in prologue
Wang Nan
2
-3
/
+50
2017-08-15
perf script python: Add support for sqlite3 to call-graph-from-sql.py
Adrian Hunter
1
-24
/
+36
2017-08-15
perf script python: Rename call-graph-from-postgresql.py to call-graph-from-s...
Adrian Hunter
3
-7
/
+7
2017-08-15
perf script python: Add support for exporting to sqlite3
Adrian Hunter
4
-3
/
+491
2017-08-15
perf scripts python: Fix query in call-graph-from-postgresql.py
Adrian Hunter
1
-1
/
+1
2017-08-15
perf scripts python: Fix missing call_path_id in export-to-postgresql script
Adrian Hunter
1
-1
/
+2
2017-08-15
perf test shell vfs_getname: Skip for tools built with NO_LIBDWARF=1
Arnaldo Carvalho de Melo
1
-3
/
+3
2017-08-15
perf test shell: Check if 'perf probe' is available, skip tests if not
Arnaldo Carvalho de Melo
6
-1
/
+22
2017-08-15
perf tests shell: Remove duplicate skip_if_no_debuginfo() function
Arnaldo Carvalho de Melo
1
-5
/
+0
2017-08-11
perf test shell: Add uprobes + backtrace ping test
Arnaldo Carvalho de Melo
1
-0
/
+40
2017-08-11
perf report: Fix module symbol adjustment for s390x
Thomas Richter
3
-1
/
+17
2017-08-11
perf record: Fix wrong size in perf_record_mmap for last kernel module
Thomas Richter
4
-10
/
+19
2017-08-11
perf srcline: Do not consider empty files as valid srclines
Milian Wolff
1
-0
/
+6
2017-08-11
perf util: Take elf_name as const string in dso__demangle_sym
Milian Wolff
3
-3
/
+3
2017-08-11
perf test shell: Add test using vfs_getname + 'perf trace'
Arnaldo Carvalho de Melo
1
-0
/
+31
2017-08-11
perf test shell: Add test using probe:vfs_getname and verifying results
Arnaldo Carvalho de Melo
1
-0
/
+37
2017-08-11
perf test shell: Move vfs_getname probe function to lib
Arnaldo Carvalho de Melo
3
-22
/
+32
2017-08-11
perf test shell: Install shell tests
Arnaldo Carvalho de Melo
1
-1
/
+3
2017-08-11
perf test shell: Add 'probe_vfs_getname' shell test
Arnaldo Carvalho de Melo
1
-0
/
+30
2017-08-11
perf test: Make 'list' use same filtering code as main 'perf test'
Arnaldo Carvalho de Melo
1
-8
/
+10
2017-08-11
perf test: Add infrastructure to run shell based tests
Arnaldo Carvalho de Melo
2
-1
/
+170
2017-08-11
perf test: Add 'struct test *' to the test functions
Arnaldo Carvalho de Melo
54
-124
/
+127
2017-08-11
perf test: Make 'list' subcommand match main 'perf test' numbering/matching
Arnaldo Carvalho de Melo
1
-1
/
+3
2017-08-11
perf tools: Add missing newline to expr parser error messages
Andi Kleen
1
-1
/
+1
2017-08-11
perf stat: Fix saved values rbtree lookup
Andi Kleen
1
-1
/
+5
2017-08-11
perf vendor events powerpc: Update POWER9 events
Sukadev Bhattiprolu
9
-2298
/
+3511
2017-08-11
perf vendor events powerpc: remove suffix in mapfile
Sukadev Bhattiprolu
1
-10
/
+10
2017-08-11
perf scripting python: Add ppc64le to audit uname list
Naveen N. Rao
1
-0
/
+1
2017-08-01
perf trace beautify ioctl: Beautify perf ioctl's 'cmd' arg
Arnaldo Carvalho de Melo
3
-8
/
+39
2017-08-01
perf trace beautify ioctl: Beautify vhost virtio ioctl's 'cmd' arg
Arnaldo Carvalho de Melo
3
-2
/
+42
2017-08-01
tools include uapi: Grab a copy of linux/vhost.h
Arnaldo Carvalho de Melo
2
-0
/
+2
2017-08-01
perf trace beauty ioctl: Pass _IOC_DIR to the per _IOC_TYPE scnprintf
Arnaldo Carvalho de Melo
1
-12
/
+12
[prev]
[next]