summaryrefslogtreecommitdiff
path: root/src/analyze
Commit message (Expand)AuthorAgeFilesLines
...
* analyze: show list of syscalls the kernel supports but not included in any gr...Lennart Poettering2018-11-161-2/+79
* Merge pull request #10753 from keszybz/pager-no-interruptLennart Poettering2018-11-141-8/+8
|\
| * basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek2018-11-141-8/+8
* | id128,analyze: fix layout of help messageYu Watanabe2018-11-101-3/+3
|/
* analyze: Add "timespan" command to dump time span in usecChris Down2018-10-231-0/+27
* Merge pull request #10470 from yuwata/log-message-updatesLennart Poettering2018-10-192-3/+3
|\
| * analyze: include error cause in the log messageYu Watanabe2018-10-201-1/+1
| * analyze: update log messageYu Watanabe2018-10-201-2/+2
* | tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2018-10-191-4/+4
|/
* core: log in all cases in manager_startup()Lennart Poettering2018-10-091-1/+1
* core: clean up test run flagsLennart Poettering2018-10-091-3/+4
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-14/+9
* analyze: use temporary var to simplify codeZbigniew Jędrzejewski-Szmek2018-08-231-4/+4
* Merge pull request #9801 from yuwata/analyze-cleanupsZbigniew Jędrzejewski-Szmek2018-08-201-130/+79
|\
| * analyze: fix condition for pretty printing kernel timeKirill Marinushkin2018-08-061-4/+4
| * analyze: set reverse_offset for containerized systemYu Watanabe2018-08-061-5/+9
| * analyze-plot: do not show the legend for security when --user is specifiedYu Watanabe2018-08-061-8/+10
| * analyze: use bus_map_all_properties()Yu Watanabe2018-08-061-109/+52
| * analyze: use size_t for number of unitsYu Watanabe2018-08-061-4/+4
* | tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-3/+11
* | tree-wide: shorten error logging a bitYu Watanabe2018-08-071-20/+10
|/
* analyze: add a space in pretty boot time stringYu Watanabe2018-07-241-2/+2
* analyze: show information from hostnamed in plot even when user modeYu Watanabe2018-07-241-8/+20
* analyze: plot initrd related timestampsYu Watanabe2018-07-241-0/+43
* analyze: plot units in initrdYu Watanabe2018-07-241-22/+33
* analyze: fix width calculation in plot commandYu Watanabe2018-07-201-3/+4
* analyze: actually select longest activated-time of servicesYu Watanabe2018-06-271-4/+1
* analyze: use _cleanup_ for freeing the manager objectLennart Poettering2018-06-201-14/+8
* analyze: use log_unit_error_errno()'s return value where we canLennart Poettering2018-06-201-4/+2
* tree-wide: pass NULL arguments to manager_startup() directly, avoid declaring...Lennart Poettering2018-06-201-3/+1
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-143-9/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-144-4/+4
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-1/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-143-6/+0
* tree-wide: drop !! casts to booleansZbigniew Jędrzejewski-Szmek2018-06-131-2/+2
* analyze: use _cleanup_ for struct unit_timesFilipe Brandenburger2018-06-081-50/+36
* core: undo the dependency inversion between unit.h and all unit typesFelipe Sateler2018-05-151-0/+1
* systemd-analyze: make dump work for large # of unitsDavid Tardon2018-05-111-7/+45
* terminal-util: add a function that shows a pretty separator lineLennart Poettering2018-05-111-4/+1
* Merge pull request #8824 from keszybz/analyze-show-configLennart Poettering2018-05-101-0/+56
|\
| * analyze: allow full paths for cat-configZbigniew Jędrzejewski-Szmek2018-05-071-4/+18
| * analyze: seperate config file groups by underlineZbigniew Jędrzejewski-Szmek2018-05-071-1/+4
| * analyze: add --root option for cat-configZbigniew Jędrzejewski-Szmek2018-04-271-1/+13
| * analyze: add 'cat-config' verbZbigniew Jędrzejewski-Szmek2018-04-271-0/+27
* | bus-util: print a friendly message when PID1 is not systemdYu Watanabe2018-05-091-2/+4
* | analyze: merge acquire_full_bus() and acquire_systemd_bus()Yu Watanabe2018-05-091-20/+14
|/
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-1/+1
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-2/+0
* Merge pull request #8575 from keszybz/non-absolute-pathsLennart Poettering2018-04-171-7/+4
|\
| * verify: use manager_load_startable_unit_or_warn() to load units for verificationZbigniew Jędrzejewski-Szmek2018-04-161-7/+4