History log of /system/extras/iotop/tasklist.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
906538079b8c4f08794a6fd3fd55ca1e35a24877 02-Aug-2016 Chih-Hung Hsieh <chh@google.com> Fix clang-tidy warnings in iotop.

* Declare explicit conversion constructors.
* Use const reference type for parameter to avoid unnecessary copy.

Bug: 28341362
Bug: 30407689
Change-Id: Ia95a041125703ecbfac128709fd6ea0591df2103
Test: build with WITH_TIDY=1
/system/extras/iotop/tasklist.cpp
66dd09e8e2407082ce93bf0784de641298131912 04-Dec-2015 Elliott Hughes <enh@google.com> Track rename from base/ to android-base/.

Change-Id: Ic15d4778c7accd1382de0b440a437aba2cf67016
/system/extras/iotop/tasklist.cpp
646d001e5551e091ea2c5d1397c77ffa24c01953 04-Sep-2015 Colin Cross <ccross@android.com> Implement iotop

iotop provides per process statistics on IO rates and kernel delays.
Requires root, and a kernel compiled with CONFIG_TASKSTATS,
CONFIG_TASK_DELAY_ACCT, and CONFIG_TASK_IO_ACCOUNTING.

Change-Id: I111c55a1492e9ea33d8d7b3ab620080625b84346
/system/extras/iotop/tasklist.cpp