summaryrefslogtreecommitdiff
path: root/src/bootchart
Commit message (Expand)AuthorAgeFilesLines
* 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-273-0/+3
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-272-0/+2
* 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-253-1/+4
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-242-22/+25
* bootchart: use get_proc_field and PROC_CPUINFO_MODELAaro Koskinen2015-09-301-14/+6
* 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: replace while(1) by for(;;) everywhereLennart Poettering2015-09-091-1/+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-092-6/+3
* 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
* bootchart: do not report warning when disk is missing model.Dimitri John Ledkov2015-07-011-2/+3
* bootchart: Ensure that /proc/schedstat is read entirelyGianpaolo Macario2015-06-301-22/+8
* bootchart: reset list_sample_data head before generating SVGGianpaolo Macario2015-06-281-2/+2
* bootchart: Account CPU time spent in non-main threads of processes (v5)Gianpaolo Macario2015-06-251-0/+58
* bootchart: fix per-cpu scales.Dimitri John Ledkov2015-06-231-3/+3
* systemd-bootchart: Trivial typo fix in warningGianpaolo Macario2015-06-051-1/+1
* bootchart: kill newline characters from log_error_errno() callsDaniel Mack2015-04-242-3/+3
* bootchart: fix check for no fdShawn Landden2015-04-051-1/+1
* bootchart: assorted coding style fixesDaniel Mack2015-04-033-155/+158
* bootchart: kill a bunch of global variablesDaniel Mack2015-04-036-381/+397
* bootchart: clean up sysfd and proc handlingDaniel Mack2015-04-036-86/+78
* bootchart: clean up control flow logicDaniel Mack2015-04-033-36/+39
* bootchart: switch to log_* helpersDaniel Mack2015-04-033-36/+32
* systemd-bootchart: Repair Entropy GraphAlexander Sverdlin2015-03-301-8/+13
* systemd-bootchart: Prevent leaking file descriptors in open-fdopen combinationAlexander Sverdlin2015-03-302-2/+19
* systemd-bootchart: Prevent closing random file descriptorsAlexander Sverdlin2015-03-302-10/+21
* bootchart: more useful error message for common errorShawn Landden2015-03-241-1/+1
* 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-091-7/+7
* Do not advertise .d snippets over main config fileZbigniew Jędrzejewski-Szmek2015-03-031-3/+4
* bootchart: svg: fix checking of list endAaro Koskinen2015-02-241-1/+1
* bootchart: fix default init pathMartin Pitt2015-02-241-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-234-9/+0
* bootchart: display each CPU utilization/waitWaLyong Cho2015-02-144-35/+70
* bootchart: Ensure that systemd is the init called after using bootchartSebastien Bacher2015-02-021-2/+2
* bootchart: escape non printable process nameWaLyong Cho2014-12-041-3/+7
* bootchart: Support bootchart.conf.d directories in the usual search pathsJosh Triplett2014-11-292-4/+6
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-282-4/+4
* 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: Do not try to access data for non-existing CPU'sPhilippe De Swert2014-09-281-1/+1