summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/svghelper.c
Commit message (Expand)AuthorAgeFilesLines
* perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo2019-09-201-1/+1
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-291-1/+0
* perf svghelper: Replace MAX_NR_CPUS with perf_env::nr_cpus_onlineKyle Meyer2019-08-291-17/+16
* perf timechart: Refactor svg_build_topology_map()Kyle Meyer2019-08-291-8/+12
* perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo2019-08-221-0/+1
* libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa2019-07-291-1/+2
* libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa2019-07-291-1/+1
* perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa2019-07-291-1/+1
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
* perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2018-12-171-1/+1
* 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