Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_core_old
/
68602a181d16901f4e05b547609794f10eb8622c
/
libprocessgroup
2a7d0bb
libprocessgroup: json prototype for cgroups v2
by Marco Ballesio
· 4 years, 8 months ago
b9e1dda
libprocessgroup: switch freezer to cgroup v2
by Marco Ballesio
· 4 years, 10 months ago
e3ba83b
libprocessgroup: support for cgroup v2 hierarchy
by Marco Ballesio
· 4 years, 10 months ago
3bae9ab
libprocessgroup: Allow vendor profile attributes to override system ones
by Suren Baghdasaryan
· 4 years, 9 months ago
b97d3d7
Merge changes Idaa27ce2,I06644a72,I453c63fe into rvc-dev
by TreeHugger Robot
· 5 years ago
3ea6fbd
vts_processgroup_validate_test: make deps static
by Yifan Hong
· 5 years ago
e9ea7d8
processgroup: Set min_sdk_version
by Jooyung Han
· 5 years ago
d1f7636
task_profiles.json: add a new task profile used by camera HAL
by Suren Baghdasaryan
· 5 years ago
ebc1540
Add vts_processgroup_validate_test to vts suite
by Dan Shi
· 5 years ago
30683ef
Convert vts configs to Android.bp
by Automerger Merge Worker
· 5 years ago
4b5481d
Set apex_available property
by Jiyong Park
· 5 years ago
1437988
freezer: allow dynamic changes to freezer.state
by Marco Ballesio
· 5 years ago
3b508e5
libprocessgroup: Prevent SetProcessProfiles from using cached fd
by Suren Baghdasaryan
· 5 years ago
fe7189c
task_profiles.json: Fix uclamp attribute
by Quentin Perret
· 5 years ago
1025197
Revive ACgroupController_getFlags LLNDK function to detect missing cgroups
by Suren Baghdasaryan
· 5 years ago
886dd7d
libprocessgroup: Prevent aggregate profiles from referencing stale ones
by Suren Baghdasaryan
· 5 years ago
5c11565
libprocessgroup: ensure schedboost_enabled is true with uclamp
by Quentin Perret
· 5 years ago
7350696
init: always kill oneshot services' process groups.
by Tom Cherry
· 5 years ago
720c91d
Add support for freezer cgroup
by Marco Ballesio
· 5 years ago
2b4df12
Fix build with new googletest
by Haibo Huang
· 5 years ago
9d37667
sched_policy: add get_cpuset/sched_policy_profile_name
by Wei Wang
· 5 years ago
c27714b
libprocessgroup: add support to set aggregate profiles
by Rick Yiu
· 6 years ago
a3e1f28
Add surenb@ to libprocessgroup OWNERS
by Tom Cherry
· 6 years ago
8134a34
Let blkio cgroup follow sched_policy
by Wei Wang
· 6 years ago
cb8c805
Fix IsUsable to check for each controller separately
by Suren Baghdasaryan
· 6 years ago
1b6d420
Allow to drop existing fd cache of cgroup path
by Riddle Hsu
· 6 years ago
61cda99
Merge "Remove ACgroupController_getFlags to fix API breakage"
by Treehugger Robot
· 6 years ago
3f9c943
libprocessgroup: move native_bridge_support
by Steven Moreland
· 6 years ago
f0f47ee
Remove ACgroupController_getFlags to fix API breakage
by Suren Baghdasaryan
· 6 years ago
c37f395
race condition in libprocessgroup
by mtk16036
· 6 years ago
6eea9f1
libprocessgroup: add flags to indicate when a controller failed to mount
by Suren Baghdasaryan
· 6 years ago
e9c5639
Enable native_bridge_support for libprocessgroup
by dimitry
· 6 years ago
be372ef
Static link libjsoncpp in libprocessgroup
by Vic Yang
· 6 years ago
761dbc8
libprocessgroup: limit libprocessgroup's VNDK API surface
by Suren Baghdasaryan
· 6 years ago
c6091ec
Re-enable file descriptor caching and add option to skip caching
by Suren Baghdasaryan
· 6 years ago
1e39610
Merge "Let blkio cgroup follow cpuset cgroup only"
by Treehugger Robot
· 6 years ago
1541b41
Let blkio cgroup follow cpuset cgroup only
by Rick Yiu
· 6 years ago
f165ba1
Merge "CgroupSetupCgroups: don't leak fd."
by Treehugger Robot
· 6 years ago
52914fe
libcgrouprc: version script: linux only
by Yifan Hong
· 6 years ago
2263a0c
CgroupSetupCgroups: don't leak fd.
by Yifan Hong
· 6 years ago
18fdde8
CgroupSetupCgroups -> CgroupSetup
by Yifan Hong
· 6 years ago
1cdf4ff
libprocessgroup: use libcgrouprc to read cgroup.rc
by Yifan Hong
· 6 years ago
9ded5c0
libprocessgroup_setup: use libcgrouprc_format
by Yifan Hong
· 6 years ago
a10d76d
libprocessgroup: Move CgroupSetupCgroups() to libprocessgroup_setup
by Yifan Hong
· 6 years ago
0e48603
libprocessgroup: Add libcgrouprc
by Yifan Hong
· 6 years ago
c4e88ef
libprocessgroup: Add libcgrouprc_format
by Yifan Hong
· 6 years ago
49a43f0
libprocessgroup: restrict SetupCgroups to one-time usage and only by init
by Suren Baghdasaryan
· 6 years ago
7c95a02
libprocessgroup: add -Wexit-time-destructors.
by Elliott Hughes
· 6 years ago
1c6fd89
Revert "libprocessgroup: make sure SetupCgroups is called once and only by init"
by Suren Baghdasaryan
· 6 years ago
c49b403
libprocessgroup: make sure SetupCgroups is called once and only by init
by Suren Baghdasaryan
· 6 years ago
a82553a
libprocessgroup: Deliberately leak TaskProfiles and CgroupMap instances.
by Peter Collingbourne
· 6 years ago
9d185c0
Merge changes from topic "libprocessgroup"
by Yifan Hong
· 6 years ago
99cfc89
libprocessgroup: Add VTS tests for vendor JSON files
by Yifan Hong
· 6 years ago
d14e909
libprocessgroup_proto_test split into multiple files
by Yifan Hong
· 6 years ago
7b9b25b
libprocessgroup: PLOG already includes strerror(errno).
by Elliott Hughes
· 6 years ago
e6ab423
Set cg_file_data_ to null when initialization failed
by Wei Wang
· 6 years ago
a9f7754
Merge "Reduce log spam from libprocessgroup"
by Treehugger Robot
· 6 years ago
074db66
libprocessgroup: convert Json::Value to const refs
by Suren Baghdasaryan
· 6 years ago
7a0a5a3
Add vendor cgroups and task_profiles support
by Suren Baghdasaryan
· 6 years ago
963caea
Unify some text format in task_profiles.json
by Rick Yiu
· 6 years ago
b86d88b
Merge "Add blkio cgroup to libprocessgroup"
by Treehugger Robot
· 6 years ago
14d2594
Fix string reference usage
by Wei Wang
· 6 years ago
79b4545
Add blkio cgroup to libprocessgroup
by Rick Yiu
· 6 years ago
252d42e
Reduce log spam from libprocessgroup
by Wei Wang
· 6 years ago
d2b3282
Merge changes from topic "libprocessgroup_json"
by Yifan Hong
· 6 years ago
98861f3
libprocessgroup: Fix memcg path for apps
by Vic Yang
· 6 years ago
849f508
Add schema for task profiles
by Yifan Hong
· 6 years ago
e210b8e
Move rootdir/*.json to libprocessgroup
by Yifan Hong
· 6 years ago
689eacb
Fix cgroup support for recovery mode
by Suren Baghdasaryan
· 6 years ago
38b02dc
Suppress error log when timerslack_ns write fails for already dead process
by Suren Baghdasaryan
· 6 years ago
16ac83b
Merge "libprocessgroup: Fix file mode parsing that requires octal values"
by Suren Baghdasaryan
· 6 years ago
25dae89
libprocessgroup: Fix cgroup directory ownership setup
by Suren Baghdasaryan
· 6 years ago
bbddc80
libprocessgroup: Fix file mode parsing that requires octal values
by Suren Baghdasaryan
· 6 years ago
8abd9bd
libprocessgroup: Disable file descriptor caching temporarily
by Suren Baghdasaryan
· 6 years ago
1ec0718
libprocessgroup: Fix return values
by Greg Kaiser
· 6 years ago
6b32e2a
Disable SetupCgroup for non-Android targets
by Suren Baghdasaryan
· 6 years ago
92ffcc9
Fix non-Android build targets
by Suren Baghdasaryan
· 6 years ago
62b18ee
libprocessgroup: Add support for task profiles
by Suren Baghdasaryan
· 6 years ago
0f6b6e9
DO NOT MERGE: Revert "Revert "Add dependencies on libprocessgroup for sched_policy users""
by Suren Baghdasaryan
· 6 years ago
b40c668
DO NOT MERGE: Revert "Revert "libcutils: Move sched_policy functions into libprocessgroup""
by Suren Baghdasaryan
· 6 years ago
51e6922
DO NOT MERGE: Revert "Revert "Add libprocessgroup into VNDK""
by Suren Baghdasaryan
· 6 years ago
9a63267
DO NOT MERGE: Revert "Add libprocessgroup into VNDK"
by Suren Baghdasaryan
· 6 years ago
4440f1f
DO NOT MERGE: Revert "libcutils: Move sched_policy functions into libprocessgroup"
by Suren Baghdasaryan
· 6 years ago
a1c8352
DO NOT MERGE: Revert "Add dependencies on libprocessgroup for sched_policy users"
by Suren Baghdasaryan
· 6 years ago
1d6b373
Add dependencies on libprocessgroup for sched_policy users
by Suren Baghdasaryan
· 6 years ago
91f43d6
libcutils: Move sched_policy functions into libprocessgroup
by Suren Baghdasaryan
· 6 years ago
11352c0
Add libprocessgroup into VNDK
by Suren Baghdasaryan
· 6 years ago
62915b5
Introduce additional service options for controlling memory cgroups.
by Peter Collingbourne
· 6 years ago
133f19c
Merge "Add OWNERS for libprocessgroup"
by Treehugger Robot
· 7 years ago
c689968
Add OWNERS for libprocessgroup
by Tom Cherry
· 7 years ago
d86014d
Fixed the can not kill some process using libprocessgroup
by fengshaobo
· 7 years ago
596c1de
Add recovery_available: true to init dependencies
by Tom Cherry
· 7 years ago
7151e0f
libbase: add host properties support.
by Elliott Hughes
· 7 years ago
6d92d91
Make per-application memcg hierarchy configurable via a property
by Suren Baghdasaryan
· 7 years ago
c99b823
libprocessgroup: remove legacy C string handling and build for host
by Tom Cherry
· 7 years ago
74f8115
Add memcg related configs to init.
by Robert Benea
· 8 years ago
91962fd
Use mem cgroups in libprocessgroup if they're available
by Robert Benea
· 8 years ago
82232b6
Revert "Use mem cgroups in libprocessgroup if they're available"
by Tim Murray
· 8 years ago
ee1b489
Use mem cgroups in libprocessgroup if they're available
by Robert Benea
· 8 years ago
a5b539d
init: move killing of process groups to libprocessgroup
by Tom Cherry
· 8 years ago
Next »