summaryrefslogtreecommitdiff
path: root/src/bootchart
AgeCommit message (Expand)AuthorFilesLines
2014-04-24bootchart: print to stdout and display default values in helpZbigniew Jędrzejewski-Szmek1-24/+41
2014-04-24bootchart: rewrite usage message more generallyWaLyong Cho1-16/+17
2014-04-24bootchart: add control group optionWaLyong Cho5-3/+22
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek1-1/+0
2014-02-13everywhere: always use O_CLOEXEC where it makes senseLennart Poettering2-5/+5
2014-02-13everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering2-18/+16
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH1-1/+1
2013-12-30bootchart: Remove unneeded check for NULLStefan Beller1-1/+1
2013-12-24log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering1-2/+2
2013-12-10Bring bootchart code in line with CODING_STYLEDan McGee1-5/+5
2013-12-08bootchart: remove dead assignmentThomas Hindoe Paaboel Andersen1-1/+0
2013-12-03trivial coding style clean upsThomas Hindoe Paaboel Andersen2-4/+3
2013-10-15Fix for SIGSEGV in systemd-bootchart on short-living processesIgor Zhbanov1-1/+1
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2-3/+3
2013-10-13Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek2-13/+7
2013-08-14bootchart: remove +x permissions on .c fileZbigniew Jędrzejewski-Szmek1-0/+0
2013-06-12bootchart: fix typos in copyright noticesJason St. John6-6/+6
2013-05-02bootchart: cleanup unused structs and globalsAuke Kok1-8/+0
2013-05-02Dynamically allocate bootchart logsNathaniel Chen5-143/+437
2013-04-25conf-parser: restrict .include usageLennart Poettering1-1/+1
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer3-7/+7
2013-04-17bootchart: Fix errno usage.Auke Kok1-1/+1
2013-04-17Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek1-1/+1
2013-04-15bootchart: put the bootchart into the journal.Auke Kok1-0/+53
2013-04-10Use initalization instead of explicit zeroing in more placesZbigniew Jędrzejewski-Szmek2-9/+7
2013-04-01Always use our own MAX/MIN definitionsCristian Rodríguez1-11/+8
2013-03-31bootchart: fix a potential buffer overrunZbigniew Jędrzejewski-Szmek2-11/+5
2013-03-31bootchart: split out option parsing from main()Zbigniew Jędrzejewski-Szmek1-50/+62
2013-03-31Remove some dead codeZbigniew Jędrzejewski-Szmek1-3/+0
2013-03-28bootchart: properly terminate stringZbigniew Jędrzejewski-Szmek1-5/+6
2013-03-21bootchart: fix two unitialized memory freesZbigniew Jędrzejewski-Szmek1-2/+2
2013-03-11bootchart: bump RLIMIT_NOFILE only after we forked us off, so that the init s...Lennart Poettering1-6/+5
2013-03-11bootchart: various superficial cleanupsLennart Poettering6-215/+242
2013-03-11bootchart: rename log.c to store.c to aovid confusion with src/shared/log.cLennart Poettering1-0/+0
2013-03-07Revert "bootchart: use _cleanup_close_"Zbigniew Jędrzejewski-Szmek2-4/+9
2013-03-07bootchart: use _cleanup_close_Nathaniel Chen2-9/+4
2013-03-07bootchart: document -C, --cmdline parameterHarald Hoyer1-0/+2
2013-03-07bootchart: use _cleanup_fclose_Harald Hoyer1-8/+4
2013-03-07bootchart: rename global len to samples_lenHarald Hoyer4-20/+20
2013-03-07bootchart: add parameter "-C" to expand process names to the full cmdlineHarald Hoyer4-10/+72
2013-02-16bootchart: rename --filter to --no-filterZbigniew Jędrzejewski-Szmek1-22/+22
2013-02-16bootchart: provide better error messagesZbigniew Jędrzejewski-Szmek1-9/+21
2013-02-16man: move bootchart README to manpage, docbooksifyZbigniew Jędrzejewski-Szmek2-83/+11
2013-02-14bootchart: if "root=/dev" is not matched, don't try to read /sysHarald Hoyer1-8/+9
2013-02-14bootchart: stricter checks of cli inputThomas Hindoe Paaboel Andersen1-18/+21
2013-02-14bootchart: use conf-parser & CamelCase names in .confThomas Hindoe Paaboel Andersen3-72/+58
2013-02-14bootchart: parse /etc/os-release rather than system-releaseHarald Hoyer3-14/+12
2013-02-14bootchart: more fixes for bootchart in the initramfsHarald Hoyer3-5/+21
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer1-0/+1
2013-02-13man: bootchart: change /var/log to /run/logWilliam Giokas3-3/+3