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
/
util
/
svghelper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-20
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-08-29
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-08-29
perf svghelper: Replace MAX_NR_CPUS with perf_env::nr_cpus_online
Kyle Meyer
1
-17
/
+16
2019-08-29
perf timechart: Refactor svg_build_topology_map()
Kyle Meyer
1
-8
/
+12
2019-08-22
perf cpumap: Remove needless includes from cpumap.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-07-30
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
1
-1
/
+2
2019-07-30
libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
Jiri Olsa
1
-1
/
+1
2019-07-30
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
1
-1
/
+1
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-5
/
+1
2018-12-17
perf svghelper: Fix unchecked usage of strncpy()
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-08-23
perf timechart: Use NSEC_PER_U?SEC
Arnaldo Carvalho de Melo
1
-5
/
+6
2015-06-25
perf tools: Add reference counting for cpu_map object
Jiri Olsa
1
-1
/
+1
2014-07-10
perf timechart: Implement IO mode
Stanislav Fomichev
1
-3
/
+95
2014-07-10
perf timechart: Fix rendering in Firefox
Stanislav Fomichev
1
-36
/
+36
2014-05-01
tools: Consolidate types.h
Borislav Petkov
1
-1
/
+1
2013-12-28
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
1
-2
/
+3
2013-12-17
perf timechart: Add --highlight option
Stanislav Fomichev
1
-3
/
+20
2013-12-16
perf timechart: Add support for topology
Stanislav Fomichev
1
-2
/
+130
2013-12-16
perf timechart: Print pid along the name
Stanislav Fomichev
1
-2
/
+2
2013-12-16
perf timechart: Add backtrace support to CPU info
Stanislav Fomichev
1
-1
/
+3
2013-11-27
perf timechart: Add backtrace support
Stanislav Fomichev
1
-6
/
+21
2013-11-27
perf timechart: Group figures and add title with details
Stanislav Fomichev
1
-2
/
+54
2011-02-28
perf timechart: Fix black idle boxes in the title
Thomas Renninger
1
-3
/
+3
2011-01-23
perf tools: Fix time function double declaration with glibc
Thomas Renninger
1
-2
/
+2
2011-01-23
perf tools: Fix 64 bit integer format strings
Arnaldo Carvalho de Melo
1
-2
/
+3
2009-10-20
perf timechart: Improve the visual appearance of scheduler delays
Arjan van de Ven
1
-1
/
+1
2009-10-01
perf timechart: Add a power-only mode
Arjan van de Ven
1
-1
/
+13
2009-09-20
perf util: SVG performance improvements
Arjan van de Ven
1
-23
/
+55
2009-09-20
perf util: Make the timechart SVG width dynamic
Arjan van de Ven
1
-10
/
+20
2009-09-20
perf timechart: Show the duration of scheduler delays in the SVG
Arjan van de Ven
1
-4
/
+52
2009-09-20
perf timechart: Show the name of the waker/wakee in timechart
Arjan van de Ven
1
-7
/
+21
2009-09-19
perf utils: Be consistent about minimum text size in the svghelper
Arjan van de Ven
1
-11
/
+13
2009-09-19
perf: Add a SVG helper library file
Arjan van de Ven
1
-0
/
+382