/external/sepolicy/ |
genfs_contexts | 8 genfscon cgroup / u:object_r:cgroup:s0
|
installd.te | 18 allow installd cgroup:dir create_dir_perms;
|
zygote.te | 28 allow zygote cgroup:dir create_dir_perms;
|
domain.te | 97 allow domain cgroup:dir { search write }; 98 allow domain cgroup:file w_file_perms; 114 r_dir_file(domain, cgroup)
|
file.te | 10 type cgroup, fs_type, mlstrustedobject;
|
/external/chromium_org/base/process/ |
process_linux.cc | 29 const char kControlPath[] = "/sys/fs/cgroup/cpu%s/cgroup.procs"; 32 const char kProcPath[] = "/proc/%d/cgroup"; 36 // a cgroup mount in /sys/fs/cgroup and then configures two cpu task groups,
|
/external/linux-tools-perf/Documentation/ |
perf-record.txt | 141 --cgroup name,...:: 142 monitor only in the container (cgroup) called "name". This option is available only 143 in per-cpu mode. The cgroup filesystem must be mounted. All threads belonging to 145 can be provided. Each cgroup is applied to the corresponding event, i.e., first cgroup 146 to first event, second cgroup to second event and so on. It is possible to provide 147 an empty cgroup (monitor all the time) using, e.g., -G foo,,bar. Cgroups must have
|
perf-stat.txt | 87 --cgroup name:: 88 monitor only in the container (cgroup) called "name". This option is available only 89 in per-cpu mode. The cgroup filesystem must be mounted. All threads belonging to 91 can be provided. Each cgroup is applied to the corresponding event, i.e., first cgroup 92 to first event, second cgroup to second event and so on. It is possible to provide 93 an empty cgroup (monitor all the time) using, e.g., -G foo,,bar. Cgroups must have
|
/external/chromium/base/ |
process_linux.cc | 18 "/tmp/cgroup/cpu/chrome_renderers/foreground/tasks"; 20 "/tmp/cgroup/cpu/chrome_renderers/background/tasks"; 46 // a cgroup mount in /tmp/cgroup and then configures two cpu task groups,
|
file_util_linux.cc | 53 case 0x27e0eb: // CGROUP
|
/external/linux-tools-perf/util/ |
cgroup.c | 5 #include "cgroup.h" 32 if (!strcmp(type, "cgroup")) { 72 fprintf(stderr, "no access to cgroup %s\n", path); 111 * if add cgroup N, then need to find event N
|
setup.py | 12 'util/util.c', 'util/xyarray.c', 'util/cgroup.c'],
|
evsel.h | 17 #include "cgroup.h"
|
/frameworks/base/core/tests/coretests/src/android/os/ |
BinderThreadPriorityTest.java | 79 Process.setThreadPriority(mSavedPriority); // To realign priority & cgroup, if needed 98 String fn = "/proc/" + Process.myPid() + "/task/" + Process.myTid() + "/cgroup"; 100 String cgroup = FileUtils.readTextFile(new File(fn), 1024, null); local 101 for (String line : cgroup.split("\n")) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cgroupstats.h | 1 /* cgroupstats.h - exporting per-cgroup statistics 21 * Data shared between user space and kernel space on a per cgroup
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cgroupstats.h | 1 /* cgroupstats.h - exporting per-cgroup statistics 21 * Data shared between user space and kernel space on a per cgroup
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cgroupstats.h | 1 /* cgroupstats.h - exporting per-cgroup statistics 21 * Data shared between user space and kernel space on a per cgroup
|
/system/core/include/cutils/ |
sched_policy.h | 37 /* Assign thread tid to the cgroup associated with the specified policy. 45 /* Return the policy associated with the cgroup of thread tid via policy pointer.
|
/external/iproute2/tc/ |
f_cgroup.c | 21 fprintf(stderr, "Usage: ... cgroup [ match EMATCH_TREE ] [ police POLICE_SPEC ]\n"); 111 .id = "cgroup",
|
/system/core/rootdir/ |
init.rc | 39 # Create cgroup mount point for cpu accounting 41 mount cgroup none /acct cpuacct 44 # Create cgroup mount point for memory 45 mount tmpfs none /sys/fs/cgroup mode=0750,uid=0,gid=1000 46 mkdir /sys/fs/cgroup/memory 0750 root system 47 mount cgroup none /sys/fs/cgroup/memory memory 48 write /sys/fs/cgroup/memory/memory.move_charge_at_immigrate 1 49 chown root system /sys/fs/cgroup/memory/tasks 50 chmod 0660 /sys/fs/cgroup/memory/task [all...] |
/external/chromium_org/base/ |
file_util_linux.cc | 53 case 0x27e0eb: // CGROUP
|
/frameworks/base/core/java/android/os/ |
ISchedulingPolicyService.aidl | 28 * Move thread tid into appropriate cgroup and assign it priority prio.
|
/system/core/libcutils/ |
sched_policy.c | 153 * The data from /proc/<pid>/cgroup looks (something) like: 158 * the default cgroup. If the string is longer than "bufLen", the string 168 snprintf(pathBuf, sizeof(pathBuf), "/proc/%d/cgroup", tid); 213 SLOGE("Bad cgroup data {%s}", lineBuf);
|
/external/chromium_org/third_party/libxml/src/ |
catalog.c | 530 * @cgroup: group node for group members 536 xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) { 544 if (cur->group == cgroup) { 1082 xmlCatalogEntryPtr parent, xmlCatalogEntryPtr cgroup); 1132 * @cgroup: the group which includes this node 1143 xmlCatalogEntryPtr cgroup) { 1184 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup); 1205 * @cgroup: the group which includes this node 1213 xmlCatalogEntryPtr parent, xmlCatalogEntryPtr cgroup) [all...] |
/external/libxml2/ |
catalog.c | 530 * @cgroup: group node for group members 536 xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) { 544 if (cur->group == cgroup) { 1079 xmlCatalogEntryPtr parent, xmlCatalogEntryPtr cgroup); 1129 * @cgroup: the group which includes this node 1140 xmlCatalogEntryPtr cgroup) { 1181 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup); 1202 * @cgroup: the group which includes this node 1210 xmlCatalogEntryPtr parent, xmlCatalogEntryPtr cgroup) [all...] |