aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/svghelper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo1-1/+1
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo1-1/+0
2019-08-29perf svghelper: Replace MAX_NR_CPUS with perf_env::nr_cpus_onlineKyle Meyer1-17/+16
2019-08-29perf timechart: Refactor svg_build_topology_map()Kyle Meyer1-8/+12
2019-08-22perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo1-0/+1
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa1-1/+2
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa1-1/+1
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa1-1/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2018-12-17perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo1-1/+1
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