HomeSort by relevance Sort by last modified time
    Searched refs:cgroup (Results 1 - 5 of 5) sorted by null

  /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")) {
  /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...]
  /external/linux-tools-perf/
Android.mk 41 util/cgroup.c \
Makefile 290 LIB_H += util/cgroup.h
345 LIB_OBJS += $(OUTPUT)util/cgroup.o
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 483 #define PERF_FLAG_PID_CGROUP (1U << 2) /* pid=cgroup id, per-cpu mode only */
491 # include <linux/cgroup.h>
742 * perf_cgroup_info keeps track of time_enabled for a cgroup.
873 struct perf_cgroup *cgrp; /* cgroup event is attach to */
931 int nr_cgroups; /* cgroup events present */

Completed in 146 milliseconds