summaryrefslogtreecommitdiffstats
path: root/src/analyze/analyze.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* analyze: show ungrouped syscalls separately (#17343)Lennart Poettering2020-10-141-3/+28
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-2/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-3/+2
* analyze: add 'capability' verb for dumping all known and unknown capsLennart Poettering2020-08-281-0/+49
* analyze: fix error handling in one caseLennart Poettering2020-08-281-1/+1
* analyze: drop pointless zero initializationfangxiuning2020-08-251-1/+1
* bus: use bus_log_connect_error to print error messagefangxiuning2020-07-211-12/+12
* shared: split out code that maps properties to local structsLennart Poettering2020-06-301-0/+1
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-301-1/+1
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-3/+1
* Merge pull request #15681 from vcaputo/buslocatorVito Caputo2020-05-071-87/+10
|\
| * analyze: switch to BusLocator-oriented helpersVito Caputo2020-05-071-87/+10
* | basic/set: let set_put_strdup() create the set with string hash opsZbigniew Jędrzejewski-Szmek2020-05-061-7/+3
|/
* analyze: fix table time outputHaochen Tong2020-03-091-10/+10
* systemd: Fix busctl crash on aarch64 when setting output table formatAlin Popa2020-02-151-1/+1
* Merge pull request #14547 from keszybz/networkctl-matchingYu Watanabe2020-01-151-4/+4
|\
| * basic/strv: drop flags argument from strv_fnmatch()Zbigniew Jędrzejewski-Szmek2020-01-141-4/+4
* | analyze: optimize table creation by using table_add_many()Yu Watanabe2020-01-101-113/+66
|/
* analyze: deprecate the commands moved to systemctlZbigniew Jędrzejewski-Szmek2019-11-181-5/+2
* systemctl: add service-watchdogs commandZbigniew Jędrzejewski-Szmek2019-11-181-20/+17
* analyze: adjust the description of the default verbZbigniew Jędrzejewski-Szmek2019-11-181-1/+1
* tree-wide: clean up --help texts a bitLennart Poettering2019-11-181-20/+23
* analyze: drop spurious newlineLennart Poettering2019-11-131-1/+0
* analyze: add --base-time= to specify base time for 'calendar' verbLennart Poettering2019-11-131-1/+15
* tree-wide: drop locale.h when locale-util.h is includedYu Watanabe2019-11-031-1/+0
* analyze: fix minor memleakLennart Poettering2019-10-301-1/+1
* analyze: sort list of unknown syscalls kernel implementsLennart Poettering2019-10-301-4/+10
* analyze: declare dump_exit_status outside of HAVE_SECCOMP blockMike Gilbert2019-07-311-46/+46
* Merge pull request #13119 from keszybz/unit-loading-2Lennart Poettering2019-07-301-0/+50
|\
| * pid1: drop unit caches only based on mtimeZbigniew Jędrzejewski-Szmek2019-07-301-1/+1
| * analyze: add "unit-files" to dump the unit fragment mapZbigniew Jędrzejewski-Szmek2019-07-301-0/+50
* | analyze: clarify that 'exit-status' optionally takes argumentsLennart Poettering2019-07-291-1/+1
* | analyze: right-align exit status columnLennart Poettering2019-07-291-0/+4
* | analyze: rename "exit-codes" to "exit-status"Lennart Poettering2019-07-291-12/+12
* | analyze: always use "int" to display exit status valuesLennart Poettering2019-07-291-2/+2
* | Merge pull request #13207 from keszybz/symbolic-exit-code-namesLennart Poettering2019-07-291-0/+45
|\ \
| * | analyze: add exit-codes verbZbigniew Jędrzejewski-Szmek2019-07-291-0/+45
| |/
* / analyze: dot(1) man page link should be urlifiedLennart Poettering2019-07-291-2/+8
|/
* tree-wide: use lowercase table headersZbigniew Jędrzejewski-Szmek2019-07-161-4/+4
* analyze: fix formatting of timestamps with 0 µsZbigniew Jędrzejewski-Szmek2019-07-151-5/+7
* analyze: format output of 'systemd-analyze timestamp' by using TableYu Watanabe2019-07-151-15/+69
* analyze: format output of 'systemd-analyze timespan' by using TableYu Watanabe2019-07-151-8/+54
* analyze: format output of 'systemd-analyze calendar' by using TableYu Watanabe2019-07-151-20/+93
* analyze: format output of 'systemd-analyze blame' by using TableYu Watanabe2019-07-151-10/+41
* basic/time-util: add helper function to check if timestamp is setZbigniew Jędrzejewski-Szmek2019-07-041-1/+1
* analyze: add 'condition' verbZbigniew Jędrzejewski-Szmek2019-06-271-0/+7
* analyze: also print unix time in "timestamp"Zbigniew Jędrzejewski-Szmek2019-05-211-0/+6
* analyze: give a hint about calendar/timestamp/timespan useZbigniew Jędrzejewski-Szmek2019-05-211-6/+27
* analyze: add 'timestamp' verbZbigniew Jędrzejewski-Szmek2019-05-171-3/+47