summaryrefslogtreecommitdiff
path: root/src/bootchart/store.c
Commit message (Expand)AuthorAgeFilesLines
* Remove systemd-bootchartDaniel Mack2016-02-231-555/+0
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* 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-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-8/+9
* bootchart: Ensure that /proc/schedstat is read entirelyGianpaolo Macario2015-06-301-22/+8
* bootchart: Account CPU time spent in non-main threads of processes (v5)Gianpaolo Macario2015-06-251-0/+58
* bootchart: fix check for no fdShawn Landden2015-04-051-1/+1
* bootchart: assorted coding style fixesDaniel Mack2015-04-031-44/+44
* bootchart: kill a bunch of global variablesDaniel Mack2015-04-031-23/+11
* bootchart: clean up sysfd and proc handlingDaniel Mack2015-04-031-16/+8
* bootchart: clean up control flow logicDaniel Mack2015-04-031-28/+25
* bootchart: switch to log_* helpersDaniel Mack2015-04-031-4/+2
* systemd-bootchart: Repair Entropy GraphAlexander Sverdlin2015-03-301-8/+13
* systemd-bootchart: Prevent leaking file descriptors in open-fdopen combinationAlexander Sverdlin2015-03-301-2/+10
* systemd-bootchart: Prevent closing random file descriptorsAlexander Sverdlin2015-03-301-8/+19
* bootchart: more useful error message for common errorShawn Landden2015-03-241-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-2/+2
* bootchart: Do not try to access data for non-existing CPU'sPhilippe De Swert2014-09-281-1/+1
* bootchart: parse userinput with safe_atoiThomas Hindoe Paaboel Andersen2014-09-281-2/+4
* bootchart: oom-check correct variableAndreas Henriksson2014-09-161-1/+1
* bootchart: use safe_atod() rather than strtod()Tom Gundersen2014-09-161-1/+6
* bootchart: use NSEC_PER_SECRonny Chevalier2014-08-181-2/+3
* bootchart: don't parse /proc/uptime, use CLOCK_BOOTTIMEKarel Zak2014-08-031-17/+12
* bootchart: add control group optionWaLyong Cho2014-04-241-0/+6
* everywhere: always use O_CLOEXEC where it makes senseLennart Poettering2014-02-131-1/+1
* everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering2014-02-131-13/+11
* bootchart: Remove unneeded check for NULLStefan Beller2013-12-301-1/+1
* Fix for SIGSEGV in systemd-bootchart on short-living processesIgor Zhbanov2013-10-151-1/+1
* bootchart: remove +x permissions on .c fileZbigniew Jędrzejewski-Szmek2013-08-141-0/+0
* bootchart: fix typos in copyright noticesJason St. John2013-06-121-1/+1
* Dynamically allocate bootchart logsNathaniel Chen2013-05-021-26/+70
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-3/+3
* bootchart: fix a potential buffer overrunZbigniew Jędrzejewski-Szmek2013-03-311-1/+1
* bootchart: properly terminate stringZbigniew Jędrzejewski-Szmek2013-03-281-5/+6
* bootchart: various superficial cleanupsLennart Poettering2013-03-111-31/+26
* bootchart: rename log.c to store.c to aovid confusion with src/shared/log.cLennart Poettering2013-03-111-0/+464