HomeSort by relevance Sort by last modified time
    Searched full:cgroup (Results 101 - 125 of 281) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/ltp/testcases/kernel/controllers/memcg/regression/
memcg_test_4.sh 46 # now remove the cgroup
  /frameworks/base/core/java/android/os/
ISchedulingPolicyService.aidl 28 * Move thread tid into appropriate cgroup and assign it priority prio.
  /system/sepolicy/prebuilts/api/26.0/public/
charger.te 11 r_dir_file(charger, cgroup)
drmserver.te 57 r_dir_file(drmserver, cgroup)
hal_wifi_supplicant.te 16 allow hal_wifi_supplicant cgroup:dir create_dir_perms;
healthd.te 11 r_dir_file(healthd, cgroup)
mediaextractor.te 18 r_dir_file(mediaextractor, cgroup)
mediametrics.te 14 r_dir_file(mediametrics, cgroup)
sdcardd.te 4 allow sdcardd cgroup:dir create_dir_perms;
  /system/sepolicy/public/
charger.te 11 r_dir_file(charger, cgroup)
drmserver.te 57 r_dir_file(drmserver, cgroup)
hal_wifi_supplicant.te 16 allow hal_wifi_supplicant cgroup:dir create_dir_perms;
healthd.te 11 r_dir_file(healthd, cgroup)
mediaextractor.te 20 r_dir_file(mediaextractor, cgroup)
mediametrics.te 14 r_dir_file(mediametrics, cgroup)
sdcardd.te 4 allow sdcardd cgroup:dir create_dir_perms;
  /external/lisa/libs/utils/analysis/
residency_analysis.py 212 def plot_cgroup(self, controller, cgroup='all', idle=False):
218 # Plot per-CPU break down for a single CGroup (Single pie plot)
219 if cgroup != 'all':
220 df = df[df.index == cgroup]
227 patches, texts, autotexts = axes.pie(df.loc[cgroup], labels=df.columns, autopct='%.2f', colors=colors)
228 axes.set(ylabel='', title=cgroup + ' per CPU percentage breakdown', aspect='equal')
239 # Otherwise, Plot per-CGroup of a Controller down for each CPU
  /external/ltp/testcases/kernel/syscalls/madvise/
madvise09.c 21 * o Fork a child and move it into a memory cgroup
38 * to try to free some memory before cgroup OOM kicks in and kills
42 * killed by cgroup OOM
60 #define MEMCG_PATH "/sys/fs/cgroup/memory/"
300 * Rarely cgroup OOM kills both children not only the one that allocates
  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
KernelLogParserTest.java 215 "<7>[ 7.896355] SELinux: initialized (dev cgroup, type cgroup)" +
246 "<7>[ 7.896355] SELinux: initialized (dev cgroup, type cgroup)" +
279 "<7>[ 7.896355] SELinux: initialized (dev cgroup, type cgroup)" +
  /external/autotest/client/site_tests/platform_FilePerms/
platform_FilePerms.py 172 '/sys/fs/cgroup': {
175 '/sys/fs/cgroup/cpu': {
176 'type': ['cgroup'],
178 '/sys/fs/cgroup/cpuacct': {
179 'type': ['cgroup'],
181 '/sys/fs/cgroup/cpuset': {
182 'type': ['cgroup'],
184 '/sys/fs/cgroup/devices': {
185 'type': ['cgroup'],
187 '/sys/fs/cgroup/freezer':
    [all...]
  /external/iproute2/man/man8/
tc-mqprio.8 82 The net_prio cgroup can be used to set the priority of all sockets
83 belong to an application. See kernel and cgroup documentation for details.
  /external/ltp/testcases/kernel/controllers/
README 31 cgroup
33 Directory containing the cgroup regression testcases.
  /external/ltp/testcases/kernel/controllers/cgroup_fj/
cgroup_fj_common.sh 100 mount_point="/dev/cgroup"
103 ROD mount -t cgroup -o "$subsystem" "ltp_cgroup" "$mount_point"
  /external/ltp/testcases/kernel/controllers/cpuacct/
cpuacct.sh 74 mount_point=/dev/cgroup
81 ROD mount -t cgroup -o cpuacct none $mount_point
  /external/ltp/testcases/kernel/controllers/freezer/
vfork_freeze.sh 79 "ERROR: cgroup freezer started in non-THAWED state" && {
87 "${CG_FILE_WRITE}" $vfork_proc >> tasks # should add to the same cgroup as above

Completed in 424 milliseconds

1 2 3 45 6 7 8 91011>>