aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/svghelper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-23perf timechart: Use NSEC_PER_U?SECArnaldo Carvalho de Melo1-5/+6
2015-06-25perf tools: Add reference counting for cpu_map objectJiri Olsa1-1/+1
2014-07-10perf timechart: Implement IO modeStanislav Fomichev1-3/+95
2014-07-10perf timechart: Fix rendering in FirefoxStanislav Fomichev1-36/+36
2014-05-01tools: Consolidate types.hBorislav Petkov1-1/+1
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-2/+3
2013-12-17perf timechart: Add --highlight optionStanislav Fomichev1-3/+20
2013-12-16perf timechart: Add support for topologyStanislav Fomichev1-2/+130
2013-12-16perf timechart: Print pid along the nameStanislav Fomichev1-2/+2
2013-12-16perf timechart: Add backtrace support to CPU infoStanislav Fomichev1-1/+3
2013-11-27perf timechart: Add backtrace supportStanislav Fomichev1-6/+21
2013-11-27perf timechart: Group figures and add title with detailsStanislav Fomichev1-2/+54
2011-02-28perf timechart: Fix black idle boxes in the titleThomas Renninger1-3/+3
2011-01-22perf tools: Fix time function double declaration with glibcThomas Renninger1-2/+2
2011-01-22perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo1-2/+3
2009-10-20perf timechart: Improve the visual appearance of scheduler delaysArjan van de Ven1-1/+1
2009-10-01perf timechart: Add a power-only modeArjan van de Ven1-1/+13
2009-09-20perf util: SVG performance improvementsArjan van de Ven1-23/+55
2009-09-20perf util: Make the timechart SVG width dynamicArjan van de Ven1-10/+20
2009-09-20perf timechart: Show the duration of scheduler delays in the SVGArjan van de Ven1-4/+52
2009-09-20perf timechart: Show the name of the waker/wakee in timechartArjan van de Ven1-7/+21
2009-09-19perf utils: Be consistent about minimum text size in the svghelperArjan van de Ven1-11/+13
2009-09-19perf: Add a SVG helper library fileArjan van de Ven1-0/+382