summaryrefslogtreecommitdiff
path: root/src/cgtop
AgeCommit message (Expand)AuthorFilesLines
2018-11-16cgtop: use FOREACH_STRING() for fun and profitLennart Poettering1-23/+6
2018-11-16cgtop: use automatic clean-upLennart Poettering1-4/+4
2018-10-20cgtop: include error cause in log messageYu Watanabe1-5/+7
2018-10-18cgtop: fgets() excorcismLennart Poettering1-2/+6
2018-09-19tree-wide: use typesafe_qsort()Yu Watanabe1-23/+19
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-4/+16
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-06-03path-util: introduce path_simplify()Yu Watanabe1-1/+1
2018-05-11path-util: introduce empty_to_root() and use it many placesYu Watanabe1-7/+3
2018-04-27tree-wide: use newa() rather than alloca() where we canLennart Poettering1-1/+1
2018-04-18util-lib: introduce new empty_or_root() helper (#8746)Lennart Poettering1-1/+1
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-01Merge pull request #8149 from poettering/fake-root-cgroupLennart Poettering1-38/+77
2018-02-12tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...Lennart Poettering1-2/+2
2018-02-09cgroup-util: rework cg_get_keyed_attribute() a bitLennart Poettering1-3/+2
2018-02-09cgtop: hook up new /proc based emulation code for root cgroup memory/cpu statsLennart Poettering1-16/+27
2018-02-09cgtop: tweak root cgroup detection a bitLennart Poettering1-1/+23
2018-02-09cgtop: command line parsing improvementsLennart Poettering1-13/+7
2018-02-09cgtop: add helper for checking if we are operating on the root cgroupLennart Poettering1-1/+5
2018-02-09cgtop: add "-1" as shortcut for "--iterations=1"Lennart Poettering1-1/+6
2018-02-09cgtop: correctly order root cgroup always to the topLennart Poettering1-3/+7
2018-01-22cgtop: make sure we can show a tasks number for the root cgroup tooLennart Poettering1-12/+20
2018-01-22cgtop: minor modernizationLennart Poettering1-1/+2
2017-11-28Add set/hashmap helpers for non-trivial freeing and use where straighforwardZbigniew Jędrzejewski-Szmek1-4/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2017-04-25cgtop: check cgroups after parsing optionsZbigniew Jędrzejewski-Szmek1-10/+10
2017-03-07cgtop: use PRIu64 to print uint64_t (#5544)Thomas H. P. Andersen1-1/+1
2017-02-24cgroup: change cg_unified() to possibly return errors againLennart Poettering1-9/+13
2017-02-18core: simplify cg_[all_]unified()Tejun Heo1-7/+6
2017-02-01cgtop: use common function to query cgroup rootZbigniew Jędrzejewski-Szmek1-61/+6
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek1-1/+1
2016-08-15core: rename cg_unified() to cg_all_unified()Tejun Heo1-5/+5
2016-08-07core: add cgroup CPU controller support on the unified hierarchyTejun Heo1-12/+38
2016-06-06cgtop: minimize aux variable scopeLennart Poettering1-1/+3
2016-06-06cgtop: fix ret pointer usage (#3443)Alessandro Puccetti1-2/+4
2016-06-05cgtop: add option to show a single cgroup subtree (#3413)Alessandro Puccetti1-2/+16
2016-05-30pager: don't start pager if the terminal is explicitly set to TERM=dumbLennart Poettering1-1/+1
2016-05-05core: add io controller support on the unified hierarchyTejun Heo1-16/+34
2016-04-28cgtop: initialize `ours' to NULL properly (#3139)Naohiro Aota1-1/+1
2016-02-13tree-wide: make more global variables staticLennart Poettering1-2/+2
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-12tree-wide: use xsprintf() where applicableDaniel Mack1-2/+3
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering1-2/+2
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-09-29bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering1-1/+1
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering1-17/+15