summaryrefslogtreecommitdiffstats
path: root/src/analyze (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use isatty_safe() moreLennart Poettering2024-08-201-1/+1
* Merge pull request #34022 from YHNdnzj/unit-is-filteredYu Watanabe2024-08-181-1/+1
|\
| * core/unit: rename set_unit_path() -> setenv_unit_path()Mike Yuan2024-08-171-1/+1
* | analyze: introduce --instance= option to control instance name for template u...Yu Watanabe2024-08-185-2/+14
|/
* coredump: generate properly symbolized stacktrace for containerized processesMichal Sekletar2024-08-062-6/+24
* systemd-analyze: Add svg scaling optionsrajmohan r2024-08-053-1/+25
* analyze: capability: add support for decoding capability masksIvan Shapovalov2024-07-243-11/+59
* analyze: capability: cosmetic, fix error message spellingIvan Shapovalov2024-07-161-1/+1
* Fix typo in CAP_BPF description (#33464)Eugeny Shcheglov2024-06-241-2/+2
* analyze: show pcrs also in sha384 bankLennart Poettering2024-06-141-1/+1
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-126-61/+64
* analyze: add verb for dumping SMBIOS Type #11 dataLennart Poettering2024-06-124-0/+81
* analyze: do not print timestamps before "start of userspace"Zbigniew Jędrzejewski-Szmek2024-05-201-8/+5
* tree-wide: 'allows to' -> 'allows one to'Luca Boccassi2024-05-141-1/+1
* tree-wise: several cleanups for loggingYu Watanabe2024-04-301-1/+1
* tpm2-util: add generic wrapper tpm2_context_new_or_warn() that wrpas tpm2_con...Lennart Poettering2024-04-221-2/+2
* use FOREACH_ELEMENTMatteo Croce2024-04-183-4/+4
* core: rename SoftRebootStartTimestamp -> ShutdownStartTimestamp and generalizeLuca Boccassi2024-04-173-11/+11
* analyze: show soft-reboot counter next to time deltasLuca Boccassi2024-04-162-4/+7
* analyze: reset more timestamps when analyzing soft rebootsLuca Boccassi2024-04-161-1/+4
* analyze: fix plot with soft-rebootLuca Boccassi2024-03-272-7/+51
* analyze: show only current times after soft-rebootLuca Boccassi2024-03-272-1/+8
* analyze: refuse --global dot/verifyMike Yuan2024-03-231-3/+2
* analyze-dot: also show BindsTo= in --requireMike Yuan2024-03-231-0/+5
* analyze-dot: minor modernizationMike Yuan2024-03-231-7/+19
* analyze-security: use FOREACH_ARRAYMike Yuan2024-03-231-3/+2
* systemd-analyze: use strdup_to()Zbigniew Jędrzejewski-Szmek2024-03-201-54/+44
* Merge pull request #30480 from keszybz/kernel-install-more-pathsZbigniew Jędrzejewski-Szmek2024-03-081-2/+1
|\
| * various: use modern strv helpersZbigniew Jędrzejewski-Szmek2024-02-281-2/+1
* | path-lookup: rename lookup_paths_free -> _doneMike Yuan2024-03-062-2/+2
* | dissect-image: add flag for explicitly enabling userspace verity signature ch...Lennart Poettering2024-02-281-1/+2
|/
* analyze: always recommend saving the output to a fileZbigniew Jędrzejewski-Szmek2024-02-201-1/+1
* analyze: skip to check ExecCommand for .mount and .swap unitsYu Watanabe2024-02-201-8/+0
* macro: rename VA_ARGS_FOREACH to FOREACH_ARGUMENTMike Yuan2024-01-241-1/+1
* analyze: clarify that `security --offline=true` requires an argumentAntonio Alvarez Feijoo2024-01-111-0/+5
* analyze: man and --help fixesAntonio Alvarez Feijoo2024-01-091-1/+2
* analyze: fix -q optionAntonio Alvarez Feijoo2024-01-091-1/+1
* hexdecoct: make unbase64mem and unhexmem always use SIZE_MAXMike Yuan2024-01-081-1/+1
* confext: make sure we pick up configuration extensions passed to us from the ...Lennart Poettering2024-01-031-0/+2
* analyze: allow --no-legend with architectures verbLuca Boccassi2023-12-271-1/+1
* Merge pull request #30628 from YHNdnzj/format-table-improvementYu Watanabe2023-12-252-5/+5
|\
| * format-table: introduce table_isempty and use it where appropriateMike Yuan2023-12-252-5/+5
* | tree-wide: drop several doubled spaceYu Watanabe2023-12-241-5/+5
|/
* analyze-fdstore: don't log duplicate errorMike Yuan2023-12-231-1/+1
* analyze-fdstore: ignore table header when checking stored fd countMike Yuan2023-12-231-1/+1
* analyze-verify: verify all executablesYu Watanabe2023-12-201-7/+11
* analyze: use strempty()Frantisek Sumsal2023-12-181-1/+1
* analyze: also find template unit when a template instance is specifiedYu Watanabe2023-12-111-11/+53
* analyze: dump system config files with highlighted sections/directivesFrantisek Sumsal2023-12-071-1/+1
* Merge pull request #30060 from poettering/analyze-archsYu Watanabe2023-12-076-11/+103
|\