summaryrefslogtreecommitdiff
path: root/tools/perf/util/svghelper.c
AgeCommit message (Expand)Author
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo
2019-08-29perf svghelper: Replace MAX_NR_CPUS with perf_env::nr_cpus_onlineKyle Meyer
2019-08-29perf timechart: Refactor svg_build_topology_map()Kyle Meyer
2019-08-22perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2018-12-17perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2016-08-23perf timechart: Use NSEC_PER_U?SECArnaldo Carvalho de Melo
2015-06-25perf tools: Add reference counting for cpu_map objectJiri Olsa
2014-07-10perf timechart: Implement IO modeStanislav Fomichev
2014-07-10perf timechart: Fix rendering in FirefoxStanislav Fomichev
2014-05-01tools: Consolidate types.hBorislav Petkov
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo
2013-12-17perf timechart: Add --highlight optionStanislav Fomichev
2013-12-16perf timechart: Add support for topologyStanislav Fomichev
2013-12-16perf timechart: Print pid along the nameStanislav Fomichev
2013-12-16perf timechart: Add backtrace support to CPU infoStanislav Fomichev
2013-11-27perf timechart: Add backtrace supportStanislav Fomichev
2013-11-27perf timechart: Group figures and add title with detailsStanislav Fomichev
2011-02-28perf timechart: Fix black idle boxes in the titleThomas Renninger
2011-01-22perf tools: Fix time function double declaration with glibcThomas Renninger
2011-01-22perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo
2009-10-20perf timechart: Improve the visual appearance of scheduler delaysArjan van de Ven
2009-10-01perf timechart: Add a power-only modeArjan van de Ven
2009-09-20perf util: SVG performance improvementsArjan van de Ven
2009-09-20perf util: Make the timechart SVG width dynamicArjan van de Ven
2009-09-20perf timechart: Show the duration of scheduler delays in the SVGArjan van de Ven
2009-09-20perf timechart: Show the name of the waker/wakee in timechartArjan van de Ven
2009-09-19perf utils: Be consistent about minimum text size in the svghelperArjan van de Ven
2009-09-19perf: Add a SVG helper library fileArjan van de Ven