summaryrefslogtreecommitdiff
path: root/src/analyze
Commit message (Expand)AuthorAgeFilesLines
* notify,firstboot,analyze,run: trim --help output to 80 linesZbigniew Jędrzejewski-Szmek2015-01-271-10/+7
* #pragma once here and thereZbigniew Jędrzejewski-Szmek2015-01-231-0/+2
* sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine()Lennart Poettering2014-12-241-1/+1
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-8/+4
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-282-5/+5
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-282-5/+5
* log: rearrange log function namingLennart Poettering2014-11-271-10/+10
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-1/+1
* analyze: fix mem leakThomas Hindoe Paaboel Andersen2014-09-131-1/+2
* analyze: avoid a null dereferenceThomas Hindoe Paaboel Andersen2014-09-111-1/+2
* cmdline: for new tools avoid introduce new negative switches, and properly al...Lennart Poettering2014-08-201-5/+15
* analyze: some fixes to the --help textLennart Poettering2014-08-141-3/+3
* bus: always explicitly close bus from main programsLennart Poettering2014-08-041-1/+1
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-10/+1
* Constify option table and add missing optionZbigniew Jędrzejewski-Szmek2014-07-311-0/+1
* analyze: fix seg-fault with no cl-argumentDaniel Buch2014-07-261-1/+1
* Merge systemd-verify with systemd-analyzeZbigniew Jędrzejewski-Szmek2014-07-213-36/+364
* analyze/run: use bus_open_transport_systemd instead of bus_open_transportThomas Bächler2014-05-261-1/+1
* analyze: read host and system information from remoteDjalal Harouni2014-05-191-24/+85
* analyze: fix plot with bad y sizeJeffrey Clark2014-04-231-1/+1
* delta: draw arrows with draw_special_char()Lennart Poettering2014-04-231-1/+1
* analyze: fix plot issues when using gummibootThomas Hindoe Paaboel Andersen2014-01-311-1/+4
* trivial coding style clean upsThomas Hindoe Paaboel Andersen2013-12-031-1/+1
* analyze: plot the time spent setting up security modulesThomas Hindoe Paaboel Andersen2013-11-101-0/+17
* clients: add missing command line argumentsLennart Poettering2013-11-081-0/+2
* systemctl: port to libsystemd-busMarc-Antoine Perennou2013-11-081-54/+16
* analyze: make use of new sd_bus_get_property_strv() callLennart Poettering2013-11-071-70/+56
* clients: try to follow roughly the same order in --help texts for common optionsLennart Poettering2013-11-071-2/+2
* bus: log message parsing errors everywhere with a generalized bus_log_parse_e...Lennart Poettering2013-11-071-13/+10
* build-sys: merge sd-event into sd-busLennart Poettering2013-11-071-0/+1
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-11/+12
* analyze: port over to use bus_open_transport()Lennart Poettering2013-11-061-34/+45
* analyze: simplify thingsLennart Poettering2013-11-061-4/+1
* analyze: fix indentationLennart Poettering2013-11-061-12/+11
* analyze: rename variablesThomas Hindoe Paaboel Andersen2013-11-011-50/+50
* analyze: plot: place the text on the side with most spaceThomas Hindoe Paaboel Andersen2013-11-011-12/+17
* analyze: share code to read a string array from sd-busThomas Hindoe Paaboel Andersen2013-10-311-55/+39
* analyze: use sd_bus_get_propery_trivial and indentationThomas Hindoe Paaboel Andersen2013-10-311-55/+53
* general: various cleanupsLennart Poettering2013-10-301-3/+3
* analyze: port to sd-busThomas Hindoe Paaboel Andersen2013-10-251-370/+273
* analyze: systemd-analyze.c -> analyze.cKay Sievers2013-10-221-0/+0
* analyze: set white backgoundThomas Hindoe Paaboel Andersen2013-10-211-0/+2
* Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek2013-10-131-6/+6
* Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek2013-10-131-1/+1
* systemctl: move set-log-level to systemd-analyzeLennart Poettering2013-07-261-0/+56
* systemctl: move "dump" command from systemctl to systemd-analyzeLennart Poettering2013-07-261-30/+90
* systemd-analyze: Show critical chains for listed unitsGabriel de Perthuis2013-06-141-6/+12
* analyze: fix font size on plotThomas Hindoe Paaboel Andersen2013-06-021-4/+4
* analyze: show unit file loading on plotThomas Hindoe Paaboel Andersen2013-06-021-2/+19
* analyze: show generators on plotUmut Tezduyar2013-06-021-6/+36