summaryrefslogtreecommitdiff
path: root/src/analyze/analyze-timespan.c
Commit message (Collapse)AuthorAgeFilesLines
* analyze-timespan: port to vertical tableDavid Tardon2022-11-131-10/+4
|
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-2/+0
| | | | This also avoids multiple evaluations in STRV_FOREACH_BACKWARDS()
* analyze: systematically name verb entry point functions verb_xyz()Lennart Poettering2022-02-211-1/+1
| | | | | | Some of the functions so far were named do_xyz(), others dump_xyz() and even others test_xyz(). let's instead name them exactly like the verb exposed in the command line, just prefixed with verb_
* analyze: split out "timespan" verb into its own .c/.h fileLennart Poettering2022-02-211-0/+74