summaryrefslogtreecommitdiffstats
path: root/libprocessgroup
Commit message (Expand)AuthorAgeFilesLines
* Fix IsUsable to check for each controller separatelySuren Baghdasaryan2019-06-262-5/+16
* Revert "libprocessgroup users use libcutils"Zhijun He2019-06-191-41/+12
* Merge "libprocessgroup users use libcutils" into qt-devSteven Moreland2019-06-181-12/+41
|\
| * libprocessgroup users use libcutilsSteven Moreland2019-06-181-12/+41
* | Remove ACgroupController_getFlags to fix API breakageSuren Baghdasaryan2019-06-174-17/+3
|/
* race condition in libprocessgroupmtk160362019-06-122-0/+5
* libprocessgroup: add flags to indicate when a controller failed to mountSuren Baghdasaryan2019-05-1712-16/+76
* Static link libjsoncpp in libprocessgroupVic Yang2019-05-081-0/+2
* libprocessgroup: limit libprocessgroup's VNDK API surfaceSuren Baghdasaryan2019-04-221-3/+8
* Re-enable file descriptor caching and add option to skip cachingSuren Baghdasaryan2019-04-225-59/+91
* Let blkio cgroup follow cpuset cgroup onlyRick Yiu2019-04-171-13/+4
* CgroupSetupCgroups: don't leak fd.Yifan Hong2019-04-041-7/+2
* libcgrouprc: version script: linux onlyYifan Hong2019-04-041-1/+5
* CgroupSetupCgroups -> CgroupSetupYifan Hong2019-04-022-2/+2
* libprocessgroup: use libcgrouprc to read cgroup.rcYifan Hong2019-04-028-143/+99
* libprocessgroup_setup: use libcgrouprc_formatYifan Hong2019-04-023-9/+27
* libprocessgroup: Move CgroupSetupCgroups() to libprocessgroup_setupYifan Hong2019-04-028-294/+422
* libprocessgroup: Add libcgrouprcYifan Hong2019-04-026-0/+315
* libprocessgroup: Add libcgrouprc_formatYifan Hong2019-04-024-0/+164
* libprocessgroup: restrict SetupCgroups to one-time usage and only by initSuren Baghdasaryan2019-03-283-24/+35
* libprocessgroup: add -Wexit-time-destructors.Elliott Hughes2019-03-261-0/+1
* Revert "libprocessgroup: make sure SetupCgroups is called once and only by init"Suren Baghdasaryan2019-03-261-19/+3
* libprocessgroup: make sure SetupCgroups is called once and only by initSuren Baghdasaryan2019-03-251-3/+19
* libprocessgroup: Deliberately leak TaskProfiles and CgroupMap instances.Peter Collingbourne2019-03-212-4/+8
* Merge changes from topic "libprocessgroup"Yifan Hong2019-03-187-96/+298
|\
| * libprocessgroup: Add VTS tests for vendor JSON filesYifan Hong2019-03-154-10/+159
| * libprocessgroup_proto_test split into multiple filesYifan Hong2019-03-153-86/+139
* | libprocessgroup: PLOG already includes strerror(errno).Elliott Hughes2019-03-141-1/+1
* | Set cg_file_data_ to null when initialization failedWei Wang2019-03-084-25/+42
|/
* Merge "Reduce log spam from libprocessgroup"Treehugger Robot2019-03-011-6/+22
|\
| * Reduce log spam from libprocessgroupWei Wang2019-02-211-6/+22
* | libprocessgroup: convert Json::Value to const refsSuren Baghdasaryan2019-03-011-35/+35
* | Add vendor cgroups and task_profiles supportSuren Baghdasaryan2019-03-013-25/+61
* | Unify some text format in task_profiles.jsonRick Yiu2019-02-271-116/+116
* | Merge "Add blkio cgroup to libprocessgroup"Treehugger Robot2019-02-273-10/+79
|\ \
| * | Add blkio cgroup to libprocessgroupRick Yiu2019-02-273-10/+79
* | | Fix string reference usageWei Wang2019-02-271-5/+5
|/ /
* | Merge changes from topic "libprocessgroup_json"Yifan Hong2019-02-208-0/+806
|\ \
| * | Add schema for task profilesYifan Hong2019-02-195-0/+279
| * | Move rootdir/*.json to libprocessgroupYifan Hong2019-02-144-0/+527
| |/
* / libprocessgroup: Fix memcg path for appsVic Yang2019-02-191-1/+3
|/
* Fix cgroup support for recovery modeSuren Baghdasaryan2019-02-141-15/+19
* Suppress error log when timerslack_ns write fails for already dead processSuren Baghdasaryan2019-02-141-0/+4
* Merge "libprocessgroup: Fix file mode parsing that requires octal values"Suren Baghdasaryan2019-02-071-3/+4
|\
| * libprocessgroup: Fix file mode parsing that requires octal valuesSuren Baghdasaryan2019-02-061-3/+4
* | libprocessgroup: Fix cgroup directory ownership setupSuren Baghdasaryan2019-02-061-15/+18
|/
* libprocessgroup: Disable file descriptor caching temporarilySuren Baghdasaryan2019-02-062-0/+34
* libprocessgroup: Fix return valuesGreg Kaiser2019-02-041-2/+2
* Disable SetupCgroup for non-Android targetsSuren Baghdasaryan2019-02-031-0/+12
* Fix non-Android build targetsSuren Baghdasaryan2019-02-033-1/+41