summaryrefslogtreecommitdiff
path: root/src/bootchart
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-13os-release: define /usr/lib/os-release as fallback for /etc/os-releaseLennart Poettering1-4/+4
2014-04-24bootchart: print to stdout and display default values in helpZbigniew Jędrzejewski-Szmek1-24/+41
2014-04-24bootchart: rewrite usage message more generallyWaLyong Cho1-16/+17
2014-04-24bootchart: add control group optionWaLyong Cho5-3/+22
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek1-1/+0
2014-02-13everywhere: always use O_CLOEXEC where it makes senseLennart Poettering2-5/+5
2014-02-13everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering2-18/+16
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH1-1/+1
2013-12-30bootchart: Remove unneeded check for NULLStefan Beller1-1/+1
2013-12-24log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering1-2/+2
2013-12-10Bring bootchart code in line with CODING_STYLEDan McGee1-5/+5
2013-12-08bootchart: remove dead assignmentThomas Hindoe Paaboel Andersen1-1/+0
2013-12-03trivial coding style clean upsThomas Hindoe Paaboel Andersen2-4/+3
2013-10-15Fix for SIGSEGV in systemd-bootchart on short-living processesIgor Zhbanov1-1/+1
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2-3/+3
2013-10-13Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek2-13/+7
2013-08-14bootchart: remove +x permissions on .c fileZbigniew Jędrzejewski-Szmek1-0/+0
2013-06-12bootchart: fix typos in copyright noticesJason St. John6-6/+6
2013-05-02bootchart: cleanup unused structs and globalsAuke Kok1-8/+0
2013-05-02Dynamically allocate bootchart logsNathaniel Chen5-143/+437
2013-04-25conf-parser: restrict .include usageLennart Poettering1-1/+1
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer3-7/+7
2013-04-17bootchart: Fix errno usage.Auke Kok1-1/+1
2013-04-17Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek1-1/+1