/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
perf_event.h | 479 #define PERF_FLAG_PID_CGROUP (1U << 2) /* pid=cgroup id, per-cpu mode only */
|
/system/sepolicy/prebuilts/api/26.0/public/ |
file.te | 33 type cgroup, fs_type, mlstrustedobject;
|
domain.te | 184 allow domain cgroup:dir { search write }; 185 allow domain cgroup:file w_file_perms; [all...] |
/external/iproute2/man/man8/ |
tc.8 | 159 cgroup 161 . BR tc-cgroup (8) 706 .BR tc-cgroup (8),
|
/system/sepolicy/prebuilts/api/26.0/private/ |
app.te | 30 allow appdomain cgroup:dir { search write }; 31 allow appdomain cgroup:file rw_file_perms;
|
system_server.te | 576 allow system_server cgroup:dir { remove_name rmdir }; 643 r_dir_file(system_server, cgroup)
|
/system/sepolicy/private/ |
app.te | 30 allow appdomain cgroup:dir { search write }; 31 allow appdomain cgroup:file rw_file_perms;
|
system_server.te | 604 allow system_server cgroup:dir { remove_name rmdir }; 671 r_dir_file(system_server, cgroup)
|
file_contexts | 26 /acct u:object_r:cgroup:s0 81 /dev/memcg(/.*)? u:object_r:cgroup:s0
|
/external/lisa/ipynb/energy/ |
EnergyModel_ClusterEnergy.ipynb | 296 " def run(self, cgroup, threads):\n", 299 " to be executed under the specified 'cgroup'.\n", 301 " :param cgroup: cgroup where to run the benchmark on\n", 302 " :type cgroup: str\n", 310 " cgroup,\n", 368 " - run(cgroup, threads), run the benchmark into the specified 'cgroup',\n", 418 " # Ensure online CPUs are part of the target cgroup\n", 437 " # Run benchmark into the target cgroup\n" [all...] |
/external/fio/ |
options.c | [all...] |
fio.1 | [all...] |
Makefile | 137 SOURCE += diskutil.c fifo.c blktrace.c cgroup.c trim.c engines/sg.c \
|
/external/ltp/testcases/kernel/controllers/cpuctl/ |
run_cpuctl_stress_test.sh | 27 # cgroup filesystem with option cpu and creating groups in it. #
|
/external/ltp/testcases/kernel/controllers/memcg/functional/ |
memcg_lib.sh | 502 ROD mount -t cgroup -omemory memcg /dev/memcg
|
/external/minijail/ |
libminijail.c | 71 /* New cgroup namespace might not be in linux-headers yet. */ 1094 char *cgroup = consumestr(&serialized, &length); local 1095 if (!cgroup) 1097 j->cgroups[i] = strdup(cgroup); [all...] |
/system/core/logd/ |
main.cpp | 110 android::prdebug("failed to set background cgroup");
|
/system/sepolicy/private/compat/26.0/ |
26.0.cil | 92 (typeattributeset cgroup_26_0 (cgroup)) [all...] |
/system/sepolicy/public/ |
domain.te | 184 allow domain cgroup:dir { search write }; 185 allow domain cgroup:file w_file_perms; [all...] |
/external/lisa/ipynb/tutorial/ |
UseCaseExamples_SchedTuneAnalysis.ipynb | [all...] |
/external/lisa/ipynb/examples/devlib/ |
cgroups_example.ipynb | 11 "A control group is a collection of processes that are bound by the same criteria and associated with a set of parameters or limits. These groups can be hierarchical, meaning that each group inherits limits from its parent group. The kernel provides access to multiple controllers (also called subsystems) through the cgroup interface, for example, the \"memory\" controller limits memory use, \"cpuacct\" accounts CPU usage, etc." 219 "Details on the available controllers (or subsystems) can be found at: https://www.kernel.org/doc/Documentation/cgroup-v1/." 234 "2016-12-08 11:42:55,652 INFO : root : CGroup - Available controllers:\n", 235 "2016-12-08 11:42:55,715 INFO : root : CGroup - cpuset (hierarchy id: 4) has 7 cgroups\n", 236 "2016-12-08 11:42:55,717 INFO : root : CGroup - cpu (hierarchy id: 3) has 2 cgroups\n", 237 "2016-12-08 11:42:55,718 INFO : root : CGroup - cpuacct (hierarchy id: 1) has 87 cgroups\n", 238 "2016-12-08 11:42:55,718 INFO : root : CGroup - schedtune (hierarchy id: 2) has 4 cgroups\n", 239 "2016-12-08 11:42:55,719 INFO : root : CGroup - freezer (hierarchy id: 5) has 1 cgroups\n" 244 "logging.info('%14s - Available controllers:', 'CGroup')\n", 248 " 'CGroup', n, h, g) [all...] |
/tools/loganalysis/tests/src/com/android/loganalysis/parser/ |
BugreportParserTest.java | 71 "<6>[ 0.000000] Initializing cgroup subsys cpu", 96 "[ 0.000000] Initializing cgroup subsys cpu", 349 "[ 0.000000] Initializing cgroup subsys cpu", [all...] |
/external/ltp/android/ |
Android.ltp.mk | 821 module_src_files := testcases/kernel/controllers/cgroup/test_3_2.sh [all...] |
/external/kernel-headers/original/uapi/linux/ |
perf_event.h | 891 #define PERF_FLAG_PID_CGROUP (1UL << 2) /* pid=cgroup id, per-cpu mode only */
|
/external/libchrome/base/files/ |
file_util.h | 410 FILE_SYSTEM_CGROUP, // cgroup control.
|