summaryrefslogtreecommitdiff
path: root/src/cgtop
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-1/+1
* cgtop,test: use consistent capitalization for CGroupZbigniew Jędrzejewski-Szmek2019-05-211-1/+1
* Merge pull request #12411 from keszybz/pr/12394Lennart Poettering2019-05-081-0/+1
|\
| * Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-081-0/+1
* | codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
|/
* tree-wide: use SYNTHETIC_ERRNO() where appropriateLennart Poettering2019-04-021-4/+3
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-1/+1
* cgtop: Fix processing of controllers other than CPUSzabolcs Fruhwald2019-02-211-65/+65
* procfs-util: expose functionality to query total memoryZbigniew Jędrzejewski-Szmek2019-01-221-1/+1
* cgroup: s/cgroups? ?v?([0-9])/cgroup v\1/gIChris Down2019-01-031-1/+1
* cgtop: use SWAP_TWO() macroYu Watanabe2018-12-021-5/+1
* cgtop: introduce group_hash_ops and use itYu Watanabe2018-12-021-18/+10
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-16/+15
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+1
* util-lib: move main() definition macros to its own header fileLennart Poettering2018-11-191-0/+1
* Merge pull request #10811 from keszybz/define-main-through-macroLennart Poettering2018-11-191-29/+16
|\
| * Introduce main definer and use it in cgtopZbigniew Jędrzejewski-Szmek2018-11-171-29/+16
* | cgtop: Still try to get CPU statistics if controller-freeChris Down2018-11-181-1/+1
|/
* cgtop: use FOREACH_STRING() for fun and profitLennart Poettering2018-11-161-23/+6
* cgtop: use automatic clean-upLennart Poettering2018-11-161-4/+4
* cgtop: include error cause in log messageYu Watanabe2018-10-201-5/+7
* cgtop: fgets() excorcismLennart Poettering2018-10-181-2/+6
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-23/+19
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-4/+16
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* path-util: introduce path_simplify()Yu Watanabe2018-06-031-1/+1
* path-util: introduce empty_to_root() and use it many placesYu Watanabe2018-05-111-7/+3
* tree-wide: use newa() rather than alloca() where we canLennart Poettering2018-04-271-1/+1
* util-lib: introduce new empty_or_root() helper (#8746)Lennart Poettering2018-04-181-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Merge pull request #8149 from poettering/fake-root-cgroupLennart Poettering2018-03-011-38/+77
|\
| * cgroup-util: rework cg_get_keyed_attribute() a bitLennart Poettering2018-02-091-3/+2
| * cgtop: hook up new /proc based emulation code for root cgroup memory/cpu statsLennart Poettering2018-02-091-16/+27
| * cgtop: tweak root cgroup detection a bitLennart Poettering2018-02-091-1/+23
| * cgtop: command line parsing improvementsLennart Poettering2018-02-091-13/+7
| * cgtop: add helper for checking if we are operating on the root cgroupLennart Poettering2018-02-091-1/+5
| * cgtop: add "-1" as shortcut for "--iterations=1"Lennart Poettering2018-02-091-1/+6
| * cgtop: correctly order root cgroup always to the topLennart Poettering2018-02-091-3/+7
* | tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...Lennart Poettering2018-02-121-2/+2
|/
* cgtop: make sure we can show a tasks number for the root cgroup tooLennart Poettering2018-01-221-12/+20
* cgtop: minor modernizationLennart Poettering2018-01-221-1/+2
* Add set/hashmap helpers for non-trivial freeing and use where straighforwardZbigniew Jędrzejewski-Szmek2017-11-281-4/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* cgtop: check cgroups after parsing optionsZbigniew Jędrzejewski-Szmek2017-04-251-10/+10
* cgtop: use PRIu64 to print uint64_t (#5544)Thomas H. P. Andersen2017-03-071-1/+1
* cgroup: change cg_unified() to possibly return errors againLennart Poettering2017-02-241-9/+13
* core: simplify cg_[all_]unified()Tejun Heo2017-02-181-7/+6
* cgtop: use common function to query cgroup rootZbigniew Jędrzejewski-Szmek2017-02-011-61/+6