- 8cacb61 libprocessgroup: implement task profile validity checks by Suren Baghdasaryan · 2 years, 4 months ago
- b83e6e4 libprocessgroup: Remove unused uid_path from RemoveProcessGroup by T.J. Mercier · 2 years, 4 months ago
- 8a20643 task_profiles_test: Skip this test if cgroups is read-only by Bart Van Assche · 2 years, 4 months ago
- 04a44c1 Merge "libprocessgroup: Add sendSignalToProcessGroup" by Treehugger Robot · 2 years, 4 months ago
- 5ed5e1b Revert "Revert "libprocessgroup: Add support for SetUserProfiles"" by T.J. Mercier · 3 years ago
- 22006bf libprocessgroup: Add sendSignalToProcessGroup by T.J. Mercier · 2 years, 4 months ago
- d09713f libprocessgroup: fix task_profile_test to correctly detect cgroup v2 by Suren Baghdasaryan · 2 years, 4 months ago
- 5a3c3f7 libprocessgroup: Check validity of uid and pid arguments by Bart Van Assche · 2 years, 5 months ago
- eef0f56 [DO NOT MERGE] Migrate the blkio controller to the v2 cgroup hierarchy by Bart Van Assche · 3 years ago
- 51e58ac libprocessgroup: Add argument checks in KillProcessGroup() by Bart Van Assche · 2 years, 5 months ago
- 4f7cc8c libprocessgroup: fix boot time performance regression by Suren Baghdasaryan · 2 years, 5 months ago
- 0f90ba6 Merge "Fix invalid uses of PLOG." by Krzysztof Kosiński · 2 years, 5 months ago
- 0310ec4 Fix invalid uses of PLOG. by Krzysztof Kosiński · 2 years, 5 months ago
- 304c0f1 Kill its process group even if the given process is already dead by Jing Ji · 2 years, 5 months ago
- b0947e0 libprocessgroup: Proceed if activation of an optional controller fails by Bart Van Assche · 2 years, 6 months ago
- 1ec6ec4 libprocessgroup: Rework SetupCgroup() by Bart Van Assche · 2 years, 6 months ago
- 17c84b9 libprocessgroup: Introduce a local variable in CgroupMap::ActivateControllers() by Bart Van Assche · 2 years, 6 months ago
- 0e8e4f8 Fix the cgroup v2 thread path by Bart Van Assche · 2 years, 7 months ago
- c7a6fe6 Revert "Migrate the blkio controller to the v2 cgroup hierarchy" by Jooyung Han · 2 years, 7 months ago
- 5400ae2 Migrate the blkio controller to the v2 cgroup hierarchy by Bart Van Assche · 3 years ago
- 6ad747a task_profiles.json: Convert tabs into spaces by Bart Van Assche · 2 years, 7 months ago
- eb3912e Merge "Don't retry kill if cgroups isn't available" by Inseob Kim · 2 years, 8 months ago
- 91bc6d3 Merge "Updating Attributes on task_profiles.json" by Bart Van Assche · 2 years, 8 months ago
- 92153fb Updating Attributes on task_profiles.json by Carlos Galo · 2 years, 8 months ago
- ce318e8 Merge "Updating owners of libprocessgroup" by Carlos Galo · 2 years, 8 months ago
- 8ceaf0c Updating owners of libprocessgroup by Carlos Galo · 2 years, 8 months ago
- 110cd77 Don't retry kill if cgroups isn't available by Inseob Kim · 2 years, 8 months ago
- 70d34f0 Merge changes I52e778d1,I33f4d1d2 by Jiakai Zhang · 2 years, 8 months ago
- 180a51d Rename "Dex2OatBootBackground" to "Dex2OatBackground". by Jiakai Zhang · 2 years, 8 months ago
- 38e9373 Add task profile "Dex2OatBackground". by Jiakai Zhang · 2 years, 8 months ago
- a049a99 Kill services even when cgroups is disabled by Inseob Kim · 2 years, 9 months ago
- c2b1654 init: skip cgroup/task_profiles configuration if cgroups are disabled by Nikita Ioffe · 2 years, 10 months ago
- 7a95261 libprocessgroup: Improve error messages by Bart Van Assche · 2 years, 10 months ago
- eb7ec7b Annotate symbols correctly by Jiyong Park · 2 years, 11 months ago
- 9c0fcbb libprocessgroup: Add I/O scheduler attributes to task_profiles.json by Bart Van Assche · 3 years ago
- f32c4ec libprocessgroup: Provide SetProcessProfiles() and SetTaskProfiles() alternatives by Bart Van Assche · 3 years ago
- d0b8ce2 libprocessgroup: Make GetProfile() and GetAttribute() more efficient by Bart Van Assche · 3 years ago
- a823bee libprocessgroup: Switch from gnu++-17 to gnu++-20 by Bart Van Assche · 3 years ago
- ccaac4a libprocessgroup: Fix a log message by Bart Van Assche · 3 years ago
- fd93378 libprocessgroup: Handle temporarily non-empty group removal failure by Suren Baghdasaryan · 3 years, 2 months ago
- 29b2640 Rename VMCompilationPerformance to SCHED_SP_COMPUTE by Victor Hsieh · 3 years, 3 months ago
- c9e0f79 Make VMCompilationPerformance an aggregated profile with default by Victor Hsieh · 3 years, 3 months ago
- 4345f3f libprocessgroup: Add a function to remove only empty process groups by Suren Baghdasaryan · 3 years, 3 months ago
- cc9932b Fix: null name is added when using android_set_process_profiles by Jiyong Park · 3 years, 4 months ago
- a18660f Merge "Add profile for VM compilation" by Rick Yiu · 3 years, 4 months ago
- a38d834 Add profile for VM compilation by Rick Yiu · 3 years, 4 months ago
- 8bf5940 c wrapper for SetProcessProfiles by Jiyong Park · 3 years, 4 months ago
- 538fc1f Reland "libprocessgroup: return false on failure" by Inseob Kim · 3 years, 4 months ago
- c109b13 Revert "libprocessgroup: return false on failure" by Jiyong Park · 3 years, 4 months ago
- 9818f95 libprocessgroup: return false on failure by Jiyong Park · 3 years, 4 months ago
- 54136f8 Add a comment to explain how errno is set by Bart Van Assche · 3 years, 4 months ago
- 921d266 Merge "Revert "Migrate the blkio controller to the v2 cgroup hierarchy"" by Wei Wang · 3 years, 4 months ago
- 1595635 Revert "Migrate the blkio controller to the v2 cgroup hierarchy" by Bart Van Assche · 3 years, 4 months ago
- 8eb7a6e Revert "Fix the cgroup directory owner in createProcessGroupInternal()" by Bart Van Assche · 3 years, 4 months ago
- 07f6c82 Migrate the blkio controller to the v2 cgroup hierarchy by Bart Van Assche · 3 years, 7 months ago
- d316020 Canonicalize cgroup paths by Bart Van Assche · 3 years, 5 months ago
- ebea909 Micro-optimize MergeCgroupToDescriptors() by Bart Van Assche · 3 years, 5 months ago
- 9b5a232 Fix support for optional cgroup attributes by Bart Van Assche · 3 years, 5 months ago
- 812d769 Fix the cgroup directory owner in createProcessGroupInternal() by Bart Van Assche · 3 years, 5 months ago
- 55a9b1e Fix the stat() return value check in createProcessGroupInternal() by Bart Van Assche · 3 years, 5 months ago
- 4c95712 Use the proper memcg directory for the v2 hierarchy by Bart Van Assche · 3 years, 6 months ago
- 4f2e629 Enable the memory_recursiveprot mount option by Bart Van Assche · 3 years, 6 months ago
- bc077ff Add support for memcg v2 attributes by Bart Van Assche · 3 years, 6 months ago
- 59af680 Add support for optional cgroup attributes by Bart Van Assche · 3 years, 7 months ago
- 32a9b1c Use uid_t for user IDs and gid_t for group IDs by Bart Van Assche · 3 years, 5 months ago
- 990194f Fix cgroup directory permissions by Bart Van Assche · 3 years, 5 months ago
- f508ede Simplify cgroups.json by Bart Van Assche · 3 years, 5 months ago
- a323e02 Merge "Support process path for WriteFileAction" by Wei Wang · 3 years, 5 months ago
- 9221b1e Support process path for WriteFileAction by Rick Yiu · 3 years, 6 months ago
- f096bd2 Make task profiles easier to debug by Bart Van Assche · 3 years, 7 months ago
- 4c99e96 Introduce interface class IProfileAttribute by Bart Van Assche · 3 years, 6 months ago
- 6e814b0 Make two error messages more detailed by Bart Van Assche · 3 years, 6 months ago
- 6856cfc Use the 'override' keyword where appropriate by Bart Van Assche · 3 years, 7 months ago
- 8923d72 Micro-optimize CgroupMap::ActivateControllers() by Bart Van Assche · 3 years, 7 months ago
- 20d59bd Make class SetTimerSlackAction easier to maintain by Bart Van Assche · 3 years, 7 months ago
- f3bdac7 libprocessgroup: Add fd caching support for SetProcessProfiles by Suren Baghdasaryan · 3 years, 7 months ago
- c2ee2e5 libprocessgroup: Move fd caching code into FdCacheHelper by Suren Baghdasaryan · 3 years, 7 months ago
- 77ad7c7 libprocessgroup: fall back to cpuset in get_sched_policy by Wei Wang · 3 years, 8 months ago
- 9dfff25 Merge "libprocessgroup: Use WriteStringToFd for WriteFileAction" by Rick Yiu · 3 years, 8 months ago
- d4c5351 libprocessgroup: Use WriteStringToFd for WriteFileAction by Rick Yiu · 3 years, 9 months ago
- 91ce8bd Add a profile for OTA by Rick Yiu · 3 years, 8 months ago
- 8e9beea Merge "libprocessgroup/tools: Add settaskprofile command-line tool" by Suren Baghdasaryan · 3 years, 9 months ago
- d48d7c8 libprocessgroup/tools: Add settaskprofile command-line tool by Suren Baghdasaryan · 3 years, 9 months ago
- 9e3ace5 libprocessgroup: Add CgroupGetControllerFromPath API function by Suren Baghdasaryan · 4 years, 2 months ago
- 43293de Merge "libprocessgroup: Prevent error spam when tests disable all cpus in a cpuset" by Suren Baghdasaryan · 3 years, 10 months ago
- ec88556 libprocessgroup: Prevent error spam when tests disable all cpus in a cpuset by Suren Baghdasaryan · 4 years ago
- 014446d init.rc: Create a new group for dex2oat by Rick Yiu · 3 years, 10 months ago
- 1132977 Merge changes from topic "sysbg_aosp" by Wei Wang · 3 years, 10 months ago
- c53d794 task_profiles: add ServicePerformance to legacy device policy by Wei Wang · 3 years, 10 months ago
- 80e34e3 Fix compiling libprocessgroup against musl by Colin Cross · 3 years, 11 months ago
- 25ad3f9 libprocessgroup: Activate controllers in cgroup v2 hierarchy at intermediate levels by Suren Baghdasaryan · 4 years ago
- 814673a task_profiles.json: add taskprofile for dex2oat boot_complete policy by Wei Wang · 4 years, 1 month ago
- 29c9e26 libprocessgroup: Remove unnecessary permissions change in uid/pid hierarchy by Suren Baghdasaryan · 4 years, 1 month ago
- d0464b0 libprocessgroup: Do not remove uid cgroups directory by Li Li · 4 years, 1 month ago
- 6c54679 task_profiles.json: add taskprofile for SurfaceFlinger by Wei Wang · 4 years, 2 months ago
- 08a7cf2 Merge "libprocessgroup: remove failure log for aggregate profiles" by Treehugger Robot · 4 years, 3 months ago
- 8722e4d libprocessgroup: remove failure log for aggregate profiles by Wei Wang · 4 years, 3 months ago
- 3b0ec90 Merge "libprocessgroup: Fix warnings when legacy schedtune cgroup is absent" by Treehugger Robot · 4 years, 3 months ago
- e3d3896 libprocessgroup: Fix warnings when legacy schedtune cgroup is absent by Suren Baghdasaryan · 4 years, 3 months ago
- 176ec1b Replace llndk_library with llndk clause in cc_library by Colin Cross · 4 years, 4 months ago