/art/runtime/ |
thread_android.cc | 59 // thread is already in the SP_FOREGROUND cgroup. This is not necessarily true for background 60 // processes, where all threads are in the SP_BACKGROUND cgroup. This means that callers will
|
/external/iproute2/tc/ |
f_cgroup.c | 21 fprintf(stderr, "Usage: ... cgroup [ match EMATCH_TREE ] [ police POLICE_SPEC ]\n"); 111 .id = "cgroup",
|
/external/sepolicy/ |
genfs_contexts | 25 genfscon cgroup / u:object_r:cgroup:s0
|
kernel.te | 14 # cgroup filesystem initialization prior to setting the cgroup root directory label.
|
rild.te | 12 allow rild cgroup:dir create_dir_perms;
|
zygote.te | 38 allow zygote cgroup:dir create_dir_perms;
|
domain.te | 134 allow domain cgroup:dir { search write }; 135 allow domain cgroup:file w_file_perms; 145 r_dir_file(domain, cgroup)
|
installd.te | 16 allow installd cgroup:dir create_dir_perms;
|
file.te | 17 type cgroup, fs_type, mlstrustedobject;
|
/device/asus/flo/sepolicy/ |
sensors.te | 44 allow sensors cgroup:dir { create add_name };
|
/device/lge/hammerhead/sepolicy/ |
sensors.te | 42 allow sensors cgroup:dir { create add_name };
|
/device/lge/mako/sepolicy/ |
sensors.te | 45 allow sensors cgroup:dir { create add_name };
|
/frameworks/base/core/java/android/os/ |
ISchedulingPolicyService.aidl | 28 * Move thread tid into appropriate cgroup and assign it priority prio.
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
perf-record.txt | 151 --cgroup name,...:: 152 monitor only in the container (cgroup) called "name". This option is available only 153 in per-cpu mode. The cgroup filesystem must be mounted. All threads belonging to 155 can be provided. Each cgroup is applied to the corresponding event, i.e., first cgroup 156 to first event, second cgroup to second event and so on. It is possible to provide 157 an empty cgroup (monitor all the time) using, e.g., -G foo,,bar. Cgroups must have
|
/external/fio/ |
thread_options.h | 235 * blkio cgroup support 237 char *cgroup; member in struct:thread_options 453 * blkio cgroup support 455 uint8_t cgroup[FIO_TOP_STR_MAX]; member in struct:thread_options_pack
|
Android.mk | 28 td_error.c diskutil.c blktrace.c trim.c fifo.c cgroup.c \
|
cconv.c | 44 free(o->cgroup); 70 string_to_cpu(&o->cgroup, top->cgroup); 275 string_to_net(top->cgroup, o->cgroup);
|
/system/core/libcutils/ |
sched_policy.c | 135 * The data from /proc/<pid>/cgroup looks (something) like: 140 * the default cgroup. If the string is longer than "bufLen", the string 150 snprintf(pathBuf, sizeof(pathBuf), "/proc/%d/cgroup", tid); 195 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 | 534 * @cgroup: group node for group members 540 xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) { 548 if (cur->group == cgroup) { 1080 xmlCatalogEntryPtr parent, xmlCatalogEntryPtr cgroup); 1130 * @cgroup: the group which includes this node 1141 xmlCatalogEntryPtr cgroup) { 1182 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup); 1203 * @cgroup: the group which includes this node 1211 xmlCatalogEntryPtr parent, xmlCatalogEntryPtr cgroup) [all...] |
/system/core/lmkd/ |
lmkd.c | 696 evctlfd = open(MEMCG_SYSFS_PATH "cgroup.event_control", O_WRONLY); 698 ALOGI("No kernel memory cgroup event control (errno=%d)", errno); 710 ALOGE("cgroup.event_control line overflow for level %s", levelstr); 716 ALOGE("cgroup.event_control write failed for level %s; errno=%d",
|
/external/iproute2/include/linux/ |
pkt_cls.h | 379 /* Cgroup classifier */
|
/external/kernel-headers/original/uapi/linux/ |
pkt_cls.h | 379 /* Cgroup classifier */
|
/external/libnl/include/linux/ |
pkt_cls.h | 399 /* Cgroup classifier */
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
Android.mk | 52 util/cgroup.c \
|