summaryrefslogtreecommitdiffstats
path: root/src/bootchart/bootchart.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove systemd-bootchartDaniel Mack2016-02-231-531/+0
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* defs: rework CONF_DIRS_NULSTR() macroLennart Poettering2015-11-101-4/+2
* util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering2015-11-031-0/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-14/+16
* Merge pull request #1218 from poettering/safe-fcloseDaniel Mack2015-09-091-4/+1
|\
| * util: introduce safe_fclose() and port everything over to itLennart Poettering2015-09-091-4/+1
* | tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering2015-09-091-2/+1
|/
* tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-2/+1
* tree-wide: convert bootchart and lldp code to use clock_boottime_or_monotonic()Lennart Poettering2015-08-031-1/+1
* bootchart: fix negative 'timeleft' conditionDaniel Mack2015-07-211-10/+6
* systemd-bootchart: Trivial typo fix in warningGianpaolo Macario2015-06-051-1/+1
* bootchart: kill newline characters from log_error_errno() callsDaniel Mack2015-04-241-1/+1
* bootchart: assorted coding style fixesDaniel Mack2015-04-031-51/+44
* bootchart: kill a bunch of global variablesDaniel Mack2015-04-031-18/+37
* bootchart: clean up sysfd and proc handlingDaniel Mack2015-04-031-17/+18
* bootchart: clean up control flow logicDaniel Mack2015-04-031-7/+13
* bootchart: switch to log_* helpersDaniel Mack2015-04-031-30/+28
* systemd-bootchart: Prevent closing random file descriptorsAlexander Sverdlin2015-03-301-2/+2
* bootchart: remove duplicated code, prevent creating empty filesShawn Landden2015-03-241-9/+0
* Add type specifier for intThomas Hindoe Paaboel Andersen2015-03-101-1/+1
* bootchart: use _cleanup_Zbigniew Jędrzejewski-Szmek2015-03-101-7/+7
* bootchart: fix default init pathMartin Pitt2015-02-241-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-3/+0
* bootchart: display each CPU utilization/waitWaLyong Cho2015-02-141-13/+25
* bootchart: Ensure that systemd is the init called after using bootchartSebastien Bacher2015-02-021-2/+2
* bootchart: Support bootchart.conf.d directories in the usual search pathsJosh Triplett2014-11-291-4/+3
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-2/+2
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-281-8/+8
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-2/+2
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-2/+2
* bootchart: use 'n/a' if PRETTY_NAME is not foundThomas Hindoe Paaboel Andersen2014-10-031-1/+1
* bootchart: check return of strftimeThomas Hindoe Paaboel Andersen2014-09-281-2/+6
* bootchart: it's not OK to return -1 from a main programLennart Poettering2014-08-111-2/+2
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-041-13/+19
* bootchart: ask for --rel when failed to initialize graph start timeKarel Zak2014-08-031-0/+8
* bootchart: don't parse /proc/uptime, use CLOCK_BOOTTIMEKarel Zak2014-08-031-4/+7
* Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2014-07-311-1/+1
* Constify option table and add missing optionZbigniew Jędrzejewski-Szmek2014-07-311-15/+15
* Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek2014-07-171-10/+4
* Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek2014-07-161-1/+1
* os-release: define /usr/lib/os-release as fallback for /etc/os-releaseLennart Poettering2014-06-131-4/+4
* bootchart: print to stdout and display default values in helpZbigniew Jędrzejewski-Szmek2014-04-251-24/+41
* bootchart: rewrite usage message more generallyWaLyong Cho2014-04-251-16/+17
* bootchart: add control group optionWaLyong Cho2014-04-251-1/+10
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-251-1/+0