summaryrefslogtreecommitdiff
path: root/src/bootchart/store.c
AgeCommit message (Expand)Author
2016-05-26move stuffLuke Shumaker
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
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-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-06-30bootchart: Ensure that /proc/schedstat is read entirelyGianpaolo Macario
2015-06-25bootchart: Account CPU time spent in non-main threads of processes (v5)Gianpaolo Macario
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-02-23remove unused includesThomas Hindoe Paaboel Andersen
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-09-28bootchart: Do not try to access data for non-existing CPU'sPhilippe De Swert
2014-09-28bootchart: parse userinput with safe_atoiThomas Hindoe Paaboel Andersen
2014-09-16bootchart: oom-check correct variableAndreas Henriksson
2014-09-16bootchart: use safe_atod() rather than strtod()Tom Gundersen
2014-08-18bootchart: use NSEC_PER_SECRonny Chevalier
2014-08-03bootchart: don't parse /proc/uptime, use CLOCK_BOOTTIMEKarel Zak
2014-04-24bootchart: add control group optionWaLyong Cho
2014-02-13everywhere: always use O_CLOEXEC where it makes senseLennart Poettering
2014-02-13everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering
2013-12-30bootchart: Remove unneeded check for NULLStefan Beller
2013-10-15Fix for SIGSEGV in systemd-bootchart on short-living processesIgor Zhbanov
2013-08-14bootchart: remove +x permissions on .c fileZbigniew Jędrzejewski-Szmek
2013-06-12bootchart: fix typos in copyright noticesJason St. John
2013-05-02Dynamically allocate bootchart logsNathaniel Chen
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-03-31bootchart: fix a potential buffer overrunZbigniew Jędrzejewski-Szmek
2013-03-28bootchart: properly terminate stringZbigniew Jędrzejewski-Szmek
2013-03-11bootchart: various superficial cleanupsLennart Poettering
2013-03-11bootchart: rename log.c to store.c to aovid confusion with src/shared/log.cLennart Poettering