summaryrefslogtreecommitdiff
path: root/src/bootchart/svg.c
AgeCommit message (Expand)Author
2016-05-26move stuffLuke Shumaker
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-12tree-wide: use xsprintf() where applicableDaniel Mack
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-09-30bootchart: use get_proc_field and PROC_CPUINFO_MODELAaro Koskinen
2015-09-09tree-wide: replace while(1) by for(;;) everywhereLennart Poettering
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering
2015-07-01bootchart: do not report warning when disk is missing model.Dimitri John Ledkov
2015-06-28bootchart: reset list_sample_data head before generating SVGGianpaolo Macario
2015-06-23bootchart: fix per-cpu scales.Dimitri John Ledkov
2015-04-24bootchart: kill newline characters from log_error_errno() callsDaniel Mack
2015-04-03bootchart: assorted coding style fixesDaniel Mack
2015-04-03bootchart: kill a bunch of global variablesDaniel Mack
2015-04-03bootchart: clean up sysfd and proc handlingDaniel Mack
2015-04-03bootchart: switch to log_* helpersDaniel Mack
2015-03-30systemd-bootchart: Prevent leaking file descriptors in open-fdopen combinationAlexander Sverdlin
2015-02-24bootchart: svg: fix checking of list endAaro Koskinen
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-14bootchart: display each CPU utilization/waitWaLyong Cho
2014-12-04bootchart: escape non printable process nameWaLyong Cho
2014-09-28bootchart: check return of strftimeThomas Hindoe Paaboel Andersen
2014-08-11bootchart: use the bool type where appropriateLennart Poettering
2014-06-19bootchart: add assertThomas Hindoe Paaboel Andersen
2014-06-17bootchart: set white backgroundFrederic Crozat
2014-04-24bootchart: add control group optionWaLyong Cho
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH
2013-12-10Bring bootchart code in line with CODING_STYLEDan McGee
2013-12-08bootchart: remove dead assignmentThomas Hindoe Paaboel Andersen
2013-12-03trivial coding style clean upsThomas Hindoe Paaboel Andersen
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-10-13Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek
2013-06-12bootchart: fix typos in copyright noticesJason St. John
2013-05-02Dynamically allocate bootchart logsNathaniel Chen
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-04-10Use initalization instead of explicit zeroing in more placesZbigniew Jędrzejewski-Szmek
2013-04-01Always use our own MAX/MIN definitionsCristian Rodríguez
2013-03-31Remove some dead codeZbigniew Jędrzejewski-Szmek
2013-03-21bootchart: fix two unitialized memory freesZbigniew Jędrzejewski-Szmek
2013-03-11bootchart: various superficial cleanupsLennart Poettering
2013-03-07Revert "bootchart: use _cleanup_close_"Zbigniew Jędrzejewski-Szmek
2013-03-07bootchart: use _cleanup_close_Nathaniel Chen
2013-03-07bootchart: rename global len to samples_lenHarald Hoyer
2013-03-07bootchart: add parameter "-C" to expand process names to the full cmdlineHarald Hoyer
2013-02-14bootchart: if "root=/dev" is not matched, don't try to read /sysHarald Hoyer
2013-02-14bootchart: parse /etc/os-release rather than system-releaseHarald Hoyer
2013-02-14bootchart: more fixes for bootchart in the initramfsHarald Hoyer
2013-02-13man: bootchart: change /var/log to /run/logWilliam Giokas
2013-02-13bootchart: Fix typos and some EnglishWilliam Giokas