summaryrefslogtreecommitdiff
path: root/src/bootchart
AgeCommit message (Expand)AuthorFilesLines
2015-07-01bootchart: do not report warning when disk is missing model.Dimitri John Ledkov1-2/+3
2015-06-30bootchart: Ensure that /proc/schedstat is read entirelyGianpaolo Macario1-22/+8
2015-06-28bootchart: reset list_sample_data head before generating SVGGianpaolo Macario1-2/+2
2015-06-25bootchart: Account CPU time spent in non-main threads of processes (v5)Gianpaolo Macario1-0/+58
2015-06-23bootchart: fix per-cpu scales.Dimitri John Ledkov1-3/+3
2015-06-05systemd-bootchart: Trivial typo fix in warningGianpaolo Macario1-1/+1
2015-04-24bootchart: kill newline characters from log_error_errno() callsDaniel Mack2-3/+3
2015-04-05bootchart: fix check for no fdShawn Landden1-1/+1
2015-04-03bootchart: assorted coding style fixesDaniel Mack3-155/+158
2015-04-03bootchart: kill a bunch of global variablesDaniel Mack6-381/+397
2015-04-03bootchart: clean up sysfd and proc handlingDaniel Mack6-86/+78
2015-04-03bootchart: clean up control flow logicDaniel Mack3-36/+39
2015-04-03bootchart: switch to log_* helpersDaniel Mack3-36/+32
2015-03-30systemd-bootchart: Repair Entropy GraphAlexander Sverdlin1-8/+13
2015-03-30systemd-bootchart: Prevent leaking file descriptors in open-fdopen combinationAlexander Sverdlin2-2/+19
2015-03-30systemd-bootchart: Prevent closing random file descriptorsAlexander Sverdlin2-10/+21
2015-03-24bootchart: more useful error message for common errorShawn Landden1-1/+1
2015-03-24bootchart: remove duplicated code, prevent creating empty filesShawn Landden1-9/+0
2015-03-10Add type specifier for intThomas Hindoe Paaboel Andersen1-1/+1
2015-03-09bootchart: use _cleanup_Zbigniew Jędrzejewski-Szmek1-7/+7
2015-03-03Do not advertise .d snippets over main config fileZbigniew Jędrzejewski-Szmek1-3/+4
2015-02-24bootchart: svg: fix checking of list endAaro Koskinen1-1/+1
2015-02-24bootchart: fix default init pathMartin Pitt1-1/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen4-9/+0
2015-02-14bootchart: display each CPU utilization/waitWaLyong Cho4-35/+70
2015-02-02bootchart: Ensure that systemd is the init called after using bootchartSebastien Bacher1-2/+2
2014-12-04bootchart: escape non printable process nameWaLyong Cho1-3/+7
2014-11-29bootchart: Support bootchart.conf.d directories in the usual search pathsJosh Triplett2-4/+6
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2-4/+4
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt1-8/+8
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-2/+2
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-2/+2
2014-10-03bootchart: use 'n/a' if PRETTY_NAME is not foundThomas Hindoe Paaboel Andersen1-1/+1
2014-09-28bootchart: Do not try to access data for non-existing CPU'sPhilippe De Swert1-1/+1
2014-09-28bootchart: check return of strftimeThomas Hindoe Paaboel Andersen2-4/+9
2014-09-28bootchart: parse userinput with safe_atoiThomas Hindoe Paaboel Andersen1-2/+4
2014-09-16bootchart: oom-check correct variableAndreas Henriksson1-1/+1
2014-09-16bootchart: use safe_atod() rather than strtod()Tom Gundersen1-1/+6
2014-08-18bootchart: use NSEC_PER_SECRonny Chevalier1-2/+3
2014-08-11bootchart: use the bool type where appropriateLennart Poettering1-5/+5
2014-08-11bootchart: it's not OK to return -1 from a main programLennart Poettering1-2/+2
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-13/+19
2014-08-03bootchart: ask for --rel when failed to initialize graph start timeKarel Zak1-0/+8
2014-08-03bootchart: don't parse /proc/uptime, use CLOCK_BOOTTIMEKarel Zak2-21/+19
2014-07-31Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek1-1/+1
2014-07-31Constify option table and add missing optionZbigniew Jędrzejewski-Szmek1-15/+15
2014-07-16Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek1-10/+4
2014-07-15Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek1-1/+1
2014-06-19bootchart: add assertThomas Hindoe Paaboel Andersen1-0/+2
2014-06-17bootchart: set white backgroundFrederic Crozat1-0/+2