summaryrefslogtreecommitdiff
path: root/src/analyze/analyze.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-16tree-wide: use lowercase table headersZbigniew Jędrzejewski-Szmek1-4/+4
2019-07-15analyze: fix formatting of timestamps with 0 µsZbigniew Jędrzejewski-Szmek1-5/+7
2019-07-16analyze: format output of 'systemd-analyze timestamp' by using TableYu Watanabe1-15/+69
2019-07-16analyze: format output of 'systemd-analyze timespan' by using TableYu Watanabe1-8/+54
2019-07-16analyze: format output of 'systemd-analyze calendar' by using TableYu Watanabe1-20/+93
2019-07-16analyze: format output of 'systemd-analyze blame' by using TableYu Watanabe1-10/+41
2019-07-04basic/time-util: add helper function to check if timestamp is setZbigniew Jędrzejewski-Szmek1-1/+1
2019-06-27analyze: add 'condition' verbZbigniew Jędrzejewski-Szmek1-0/+7
2019-05-21analyze: also print unix time in "timestamp"Zbigniew Jędrzejewski-Szmek1-0/+6
2019-05-21analyze: give a hint about calendar/timestamp/timespan useZbigniew Jędrzejewski-Szmek1-6/+27
2019-05-17analyze: add 'timestamp' verbZbigniew Jędrzejewski-Szmek1-3/+47
2019-05-16analyze: drop redundant call to calendar_spec_normalize()Zbigniew Jędrzejewski-Szmek1-4/+0
2019-05-15analyze: fix help messageYu Watanabe1-2/+2
2019-05-08Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek1-0/+1
2019-04-12code style format: clang-format applied to src/a*/*Sebastian Jennen1-71/+88
2019-03-29analyze: check both possible mount points of tracefsLennart Poettering1-3/+9
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek1-0/+1
2019-03-15analyze: reword explanation in critical-chain headerZbigniew Jędrzejewski-Szmek1-2/+2
2019-03-14util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering1-0/+1
2019-03-13util: split out sorting related calls to new sort-util.[ch]Lennart Poettering1-1/+2
2019-02-22analyze: add color highlighting when printing calendar elapsesZbigniew Jędrzejewski-Szmek1-3/+7
2019-02-22analyze: split out loop innards into a separate functionZbigniew Jędrzejewski-Szmek1-56/+54
2019-02-22analyze: optionally, show more than one elapse time for calendar expressionsLennart Poettering1-9/+41
2019-02-18analyze: generalize cat-config to apply to tmpfiles, presets, hwdb.d, etc.Zbigniew Jędrzejewski-Szmek1-0/+4
2019-02-18analyze: use SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-18/+18
2018-12-21meson: generate version tag from gitZbigniew Jędrzejewski-Szmek1-1/+2
2018-12-14locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering1-3/+3
2018-11-30analyze: add new security verbLennart Poettering1-0/+16
2018-11-30analyze: use strv_skip() where appropriateLennart Poettering1-3/+4
2018-11-30analyze: remove unnecessary negation of bus_error_message() error number para...Lennart Poettering1-5/+5
2018-11-30analyze: fix include orderLennart Poettering1-1/+1
2018-11-24analyze: Fix build without seccomp (#10899)Michal Koutný1-1/+2
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-24/+19
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek1-1/+2
2018-11-20analyze: use static destructorsYu Watanabe1-11/+9
2018-11-16analyze: add some minimal ANSI highlighting of syscall-filter outputLennart Poettering1-4/+13
2018-11-16analyze: show list of syscalls the kernel supports but not included in any gr...Lennart Poettering1-2/+79
2018-11-14Merge pull request #10753 from keszybz/pager-no-interruptLennart Poettering1-8/+8
2018-11-14basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek1-8/+8
2018-11-10id128,analyze: fix layout of help messageYu Watanabe1-3/+3
2018-10-23analyze: Add "timespan" command to dump time span in usecChris Down1-0/+27
2018-10-19Merge pull request #10470 from yuwata/log-message-updatesLennart Poettering1-1/+1
2018-10-19tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe1-4/+4
2018-10-20analyze: include error cause in the log messageYu Watanabe1-1/+1
2018-09-19tree-wide: use typesafe_qsort()Yu Watanabe1-14/+9
2018-08-23analyze: use temporary var to simplify codeZbigniew Jędrzejewski-Szmek1-4/+4
2018-08-20Merge pull request #9801 from yuwata/analyze-cleanupsZbigniew Jędrzejewski-Szmek1-130/+79
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-3/+11
2018-08-07tree-wide: shorten error logging a bitYu Watanabe1-20/+10
2018-08-06analyze: fix condition for pretty printing kernel timeKirill Marinushkin1-4/+4