summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/svghelper.c
Commit message (Expand)AuthorAgeFilesLines
* perf timechart: Use NSEC_PER_U?SECArnaldo Carvalho de Melo2016-08-231-5/+6
* perf tools: Add reference counting for cpu_map objectJiri Olsa2015-06-251-1/+1
* perf timechart: Implement IO modeStanislav Fomichev2014-07-101-3/+95
* perf timechart: Fix rendering in FirefoxStanislav Fomichev2014-07-101-36/+36
* tools: Consolidate types.hBorislav Petkov2014-05-011-1/+1
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-271-2/+3
* perf timechart: Add --highlight optionStanislav Fomichev2013-12-171-3/+20
* perf timechart: Add support for topologyStanislav Fomichev2013-12-161-2/+130
* perf timechart: Print pid along the nameStanislav Fomichev2013-12-161-2/+2
* perf timechart: Add backtrace support to CPU infoStanislav Fomichev2013-12-161-1/+3
* perf timechart: Add backtrace supportStanislav Fomichev2013-11-271-6/+21
* perf timechart: Group figures and add title with detailsStanislav Fomichev2013-11-271-2/+54
* perf timechart: Fix black idle boxes in the titleThomas Renninger2011-02-281-3/+3
* perf tools: Fix time function double declaration with glibcThomas Renninger2011-01-221-2/+2
* perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo2011-01-221-2/+3
* perf timechart: Improve the visual appearance of scheduler delaysArjan van de Ven2009-10-201-1/+1
* perf timechart: Add a power-only modeArjan van de Ven2009-10-011-1/+13
* perf util: SVG performance improvementsArjan van de Ven2009-09-201-23/+55
* perf util: Make the timechart SVG width dynamicArjan van de Ven2009-09-201-10/+20
* perf timechart: Show the duration of scheduler delays in the SVGArjan van de Ven2009-09-201-4/+52
* perf timechart: Show the name of the waker/wakee in timechartArjan van de Ven2009-09-201-7/+21
* perf utils: Be consistent about minimum text size in the svghelperArjan van de Ven2009-09-191-11/+13
* perf: Add a SVG helper library fileArjan van de Ven2009-09-191-0/+382