summaryrefslogtreecommitdiff
path: root/src/analyze
AgeCommit message (Expand)AuthorFilesLines
2014-08-20cmdline: for new tools avoid introduce new negative switches, and properly al...Lennart Poettering1-5/+15
2014-08-14analyze: some fixes to the --help textLennart Poettering1-3/+3
2014-08-04bus: always explicitly close bus from main programsLennart Poettering1-1/+1
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-10/+1
2014-07-31Constify option table and add missing optionZbigniew Jędrzejewski-Szmek1-0/+1
2014-07-26analyze: fix seg-fault with no cl-argumentDaniel Buch1-1/+1
2014-07-21Merge systemd-verify with systemd-analyzeZbigniew Jędrzejewski-Szmek3-36/+364
2014-05-26analyze/run: use bus_open_transport_systemd instead of bus_open_transportThomas Bächler1-1/+1
2014-05-19analyze: read host and system information from remoteDjalal Harouni1-24/+85
2014-04-23analyze: fix plot with bad y sizeJeffrey Clark1-1/+1
2014-04-23delta: draw arrows with draw_special_char()Lennart Poettering1-1/+1
2014-01-31analyze: fix plot issues when using gummibootThomas Hindoe Paaboel Andersen1-1/+4
2013-12-03trivial coding style clean upsThomas Hindoe Paaboel Andersen1-1/+1
2013-11-10analyze: plot the time spent setting up security modulesThomas Hindoe Paaboel Andersen1-0/+17
2013-11-08clients: add missing command line argumentsLennart Poettering1-0/+2
2013-11-08systemctl: port to libsystemd-busMarc-Antoine Perennou1-54/+16
2013-11-07analyze: make use of new sd_bus_get_property_strv() callLennart Poettering1-70/+56
2013-11-07clients: try to follow roughly the same order in --help texts for common optionsLennart Poettering1-2/+2
2013-11-07bus: log message parsing errors everywhere with a generalized bus_log_parse_e...Lennart Poettering1-13/+10
2013-11-07build-sys: merge sd-event into sd-busLennart Poettering1-0/+1
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering1-11/+12
2013-11-06analyze: port over to use bus_open_transport()Lennart Poettering1-34/+45
2013-11-06analyze: simplify thingsLennart Poettering1-4/+1
2013-11-06analyze: fix indentationLennart Poettering1-12/+11
2013-11-01analyze: rename variablesThomas Hindoe Paaboel Andersen1-50/+50
2013-11-01analyze: plot: place the text on the side with most spaceThomas Hindoe Paaboel Andersen1-12/+17
2013-10-31analyze: share code to read a string array from sd-busThomas Hindoe Paaboel Andersen1-55/+39
2013-10-31analyze: use sd_bus_get_propery_trivial and indentationThomas Hindoe Paaboel Andersen1-55/+53
2013-10-30general: various cleanupsLennart Poettering1-3/+3
2013-10-25analyze: port to sd-busThomas Hindoe Paaboel Andersen1-370/+273
2013-10-22analyze: systemd-analyze.c -> analyze.cKay Sievers1-0/+0
2013-10-21analyze: set white backgoundThomas Hindoe Paaboel Andersen1-0/+2
2013-10-13Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek1-6/+6
2013-10-13Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek1-1/+1
2013-07-26systemctl: move set-log-level to systemd-analyzeLennart Poettering1-0/+56
2013-07-26systemctl: move "dump" command from systemctl to systemd-analyzeLennart Poettering1-30/+90
2013-06-14systemd-analyze: Show critical chains for listed unitsGabriel de Perthuis1-6/+12
2013-06-02analyze: fix font size on plotThomas Hindoe Paaboel Andersen1-4/+4
2013-06-02analyze: show unit file loading on plotThomas Hindoe Paaboel Andersen1-2/+19
2013-06-02analyze: show generators on plotUmut Tezduyar1-6/+36
2013-05-01cgls: add --machine/-MZbigniew Jędrzejewski-Szmek1-1/+0
2013-05-01zsh-completion: add s-a critical-chainZbigniew Jędrzejewski-Szmek1-0/+4
2013-04-26systemd-analyse: add "critical-chain" commandHarald Hoyer1-2/+349
2013-04-08analyze: various cleanupsLennart Poettering1-22/+30
2013-04-08analyze: fix OOM handling + fix memory leakLennart Poettering1-2/+6
2013-04-08analyze: add missing --help text entriesLennart Poettering1-1/+4
2013-04-08systemd-analyze: filter dot outputŁukasz Stelmach1-7/+58
2013-04-04util: make time formatting a bit smarterLennart Poettering1-9/+9
2013-03-20systemd-analyze: do not format timestamp when not printing itZbigniew Jędrzejewski-Szmek1-3/+6
2013-03-08analyze: use defines where we don't need static variablesLennart Poettering1-16/+16