summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/svghelper.h
Commit message (Expand)AuthorAgeFilesLines
* perf timechart: Refactor svg_build_topology_map()Kyle Meyer2019-08-291-1/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo2016-03-231-26/+25
* perf timechart: Implement IO modeStanislav Fomichev2014-07-101-1/+5
* tools: Consolidate types.hBorislav Petkov2014-05-011-1/+1
* perf timechart: Add --highlight optionStanislav Fomichev2013-12-171-1/+3
* perf timechart: Add support for topologyStanislav Fomichev2013-12-161-0/+2
* perf timechart: Print pid along the nameStanislav Fomichev2013-12-161-1/+1
* perf timechart: Add backtrace support to CPU infoStanislav Fomichev2013-12-161-1/+1
* perf timechart: Add backtrace supportStanislav Fomichev2013-11-271-6/+6
* perf timechart: Group figures and add title with detailsStanislav Fomichev2013-11-271-2/+3
* perf tools: Protect header files with a consistent styleJohn Kacur2009-09-241-3/+3
* perf util: Make the timechart SVG width dynamicArjan van de Ven2009-09-201-2/+4
* perf timechart: Show the duration of scheduler delays in the SVGArjan van de Ven2009-09-201-1/+2
* perf timechart: Show the name of the waker/wakee in timechartArjan van de Ven2009-09-201-1/+1
* perf: Add a SVG helper library fileArjan van de Ven2009-09-191-0/+25