summaryrefslogtreecommitdiff
path: root/src/bootchart
AgeCommit message (Expand)Author
2015-07-21bootchart: fix negative 'timeleft' conditionDaniel Mack
2015-07-01bootchart: do not report warning when disk is missing model.Dimitri John Ledkov
2015-06-30bootchart: Ensure that /proc/schedstat is read entirelyGianpaolo Macario
2015-06-28bootchart: reset list_sample_data head before generating SVGGianpaolo Macario
2015-06-25bootchart: Account CPU time spent in non-main threads of processes (v5)Gianpaolo Macario
2015-06-23bootchart: fix per-cpu scales.Dimitri John Ledkov
2015-06-05systemd-bootchart: Trivial typo fix in warningGianpaolo Macario
2015-04-24bootchart: kill newline characters from log_error_errno() callsDaniel Mack
2015-04-05bootchart: fix check for no fdShawn Landden
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: clean up control flow logicDaniel Mack
2015-04-03bootchart: switch to log_* helpersDaniel Mack
2015-03-30systemd-bootchart: Repair Entropy GraphAlexander Sverdlin
2015-03-30systemd-bootchart: Prevent leaking file descriptors in open-fdopen combinationAlexander Sverdlin
2015-03-30systemd-bootchart: Prevent closing random file descriptorsAlexander Sverdlin
2015-03-24bootchart: more useful error message for common errorShawn Landden
2015-03-24bootchart: remove duplicated code, prevent creating empty filesShawn Landden
2015-03-10Add type specifier for intThomas Hindoe Paaboel Andersen
2015-03-09bootchart: use _cleanup_Zbigniew Jędrzejewski-Szmek
2015-03-03Do not advertise .d snippets over main config fileZbigniew Jędrzejewski-Szmek
2015-02-24bootchart: svg: fix checking of list endAaro Koskinen
2015-02-24bootchart: fix default init pathMartin Pitt
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-14bootchart: display each CPU utilization/waitWaLyong Cho
2015-02-02bootchart: Ensure that systemd is the init called after using bootchartSebastien Bacher
2014-12-04bootchart: escape non printable process nameWaLyong Cho
2014-11-29bootchart: Support bootchart.conf.d directories in the usual search pathsJosh Triplett
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-10-03bootchart: use 'n/a' if PRETTY_NAME is not foundThomas Hindoe Paaboel Andersen
2014-09-28bootchart: Do not try to access data for non-existing CPU'sPhilippe De Swert
2014-09-28bootchart: check return of strftimeThomas Hindoe Paaboel Andersen
2014-09-28bootchart: parse userinput with safe_atoiThomas Hindoe Paaboel Andersen
2014-09-16bootchart: oom-check correct variableAndreas Henriksson
2014-09-16bootchart: use safe_atod() rather than strtod()Tom Gundersen
2014-08-18bootchart: use NSEC_PER_SECRonny Chevalier
2014-08-11bootchart: use the bool type where appropriateLennart Poettering
2014-08-11bootchart: it's not OK to return -1 from a main programLennart Poettering
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek
2014-08-03bootchart: ask for --rel when failed to initialize graph start timeKarel Zak
2014-08-03bootchart: don't parse /proc/uptime, use CLOCK_BOOTTIMEKarel Zak
2014-07-31Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek
2014-07-31Constify option table and add missing optionZbigniew Jędrzejewski-Szmek
2014-07-16Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek
2014-07-15Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek
2014-06-19bootchart: add assertThomas Hindoe Paaboel Andersen