summaryrefslogtreecommitdiff
path: root/src/bootchart/svg.c
Commit message (Expand)AuthorAge
* Remove src/bootchartAndy Wingo2015-04-19
* bootchart: assorted coding style fixesDaniel Mack2015-04-03
* bootchart: kill a bunch of global variablesDaniel Mack2015-04-03
* bootchart: clean up sysfd and proc handlingDaniel Mack2015-04-03
* bootchart: switch to log_* helpersDaniel Mack2015-04-03
* systemd-bootchart: Prevent leaking file descriptors in open-fdopen combinationAlexander Sverdlin2015-03-30
* bootchart: svg: fix checking of list endAaro Koskinen2015-02-24
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* bootchart: display each CPU utilization/waitWaLyong Cho2015-02-14
* bootchart: escape non printable process nameWaLyong Cho2014-12-04
* bootchart: check return of strftimeThomas Hindoe Paaboel Andersen2014-09-28
* bootchart: use the bool type where appropriateLennart Poettering2014-08-11
* bootchart: add assertThomas Hindoe Paaboel Andersen2014-06-19
* bootchart: set white backgroundFrederic Crozat2014-06-17
* bootchart: add control group optionWaLyong Cho2014-04-24
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-31
* Bring bootchart code in line with CODING_STYLEDan McGee2013-12-10
* bootchart: remove dead assignmentThomas Hindoe Paaboel Andersen2013-12-08
* trivial coding style clean upsThomas Hindoe Paaboel Andersen2013-12-03
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-14
* Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek2013-10-13
* bootchart: fix typos in copyright noticesJason St. John2013-06-12
* Dynamically allocate bootchart logsNathaniel Chen2013-05-02
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-18
* Use initalization instead of explicit zeroing in more placesZbigniew Jędrzejewski-Szmek2013-04-10
* Always use our own MAX/MIN definitionsCristian Rodríguez2013-04-01
* Remove some dead codeZbigniew Jędrzejewski-Szmek2013-03-31
* bootchart: fix two unitialized memory freesZbigniew Jędrzejewski-Szmek2013-03-21
* bootchart: various superficial cleanupsLennart Poettering2013-03-11
* Revert "bootchart: use _cleanup_close_"Zbigniew Jędrzejewski-Szmek2013-03-07
* bootchart: use _cleanup_close_Nathaniel Chen2013-03-07
* bootchart: rename global len to samples_lenHarald Hoyer2013-03-07
* bootchart: add parameter "-C" to expand process names to the full cmdlineHarald Hoyer2013-03-07
* bootchart: if "root=/dev" is not matched, don't try to read /sysHarald Hoyer2013-02-14
* bootchart: parse /etc/os-release rather than system-releaseHarald Hoyer2013-02-14
* bootchart: more fixes for bootchart in the initramfsHarald Hoyer2013-02-14
* man: bootchart: change /var/log to /run/logWilliam Giokas2013-02-13
* bootchart: Fix typos and some EnglishWilliam Giokas2013-02-13
* systemd-bootchart: relicense to LGPLv2.1+Auke Kok2013-02-12
* Add _cleanup_pclose_ and fix mismatching pipe close opened by popen()Zbigniew Jędrzejewski-Szmek2013-01-25
* bootchart: tabs to spacesThomas Hindoe Paaboel Andersen2013-01-10
* bootchart: merge bootchartAuke Kok2013-01-07