summaryrefslogtreecommitdiff
path: root/src/bootchart
AgeCommit message (Expand)Author
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-10defs: rework CONF_DIRS_NULSTR() macroLennart Poettering
2015-11-03util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-09-30bootchart: use get_proc_field and PROC_CPUINFO_MODELAaro Koskinen
2015-09-09Merge pull request #1218 from poettering/safe-fcloseDaniel Mack
2015-09-09util: introduce safe_fclose() and port everything over to itLennart Poettering
2015-09-09tree-wide: replace while(1) by for(;;) everywhereLennart Poettering
2015-09-09tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering
2015-08-03tree-wide: convert bootchart and lldp code to use clock_boottime_or_monotonic()Lennart Poettering
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