index
:
platform/core/system/pass
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_mobile
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
master
sandbox/chanwoochoi/hal-api-foo-test
sandbox/chanwoochoi/monitor-request-handler
sandbox/chanwoochoi/pass-parser
sandbox/chanwoochoi/pass-rescon
sandbox/chanwoochoi/pass-resmon
sandbox/chanwoochoi/privilge
sandbox/dwlee08/fix_coverity
sandbox/dwlee08/psi
sandbox/sebuns2/request_server
sandbox/sebuns2/unix_socket
sandbox/sebuns2/visibility
tizen
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
Domain: System / Kernel; Licenses: Apache-2.0;
Chanwoo Choi <cw00.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-02
monitor: request-handler: Add TCP-socket handler in request-server
sandbox/sebuns2/unix_socket
Sung-hun Kim
1
-8
/
+56
2022-09-02
monitor: lib: Change to use Unix domain socket (UDS) instead of TCP/IP socket
Sung-hun Kim
5
-14
/
+38
2022-09-01
lib: resource-monitor: Remove unneeded privilege check
submit/tizen/20220902.091829
accepted/tizen/unified/20220904.214045
Chanwoo Choi
1
-12
/
+0
2022-09-01
tests: resource-monitor-tests: Fix test fail by changing the return value
submit/tizen/20220901.084153
accepted/tizen/unified/20220902.020129
Chanwoo Choi
1
-1
/
+1
2022-09-01
lib: resource-monitor: Check systemmonitor privilege
Chanwoo Choi
4
-1
/
+30
2022-09-01
util: privilege: Add is_privilege_supported function
Chanwoo Choi
3
-0
/
+103
2022-09-01
util: resource: Change error code from -EPERM to -EACCES
Sung-hun Kim
1
-1
/
+1
2022-08-31
monitor: request-handler: Fix build error
submit/tizen/20220901.025125
Chanwoo Choi
1
-1
/
+1
2022-08-31
tests: resource-monitor-tests: Add a test for pass_resource_monitor_set_resou...
submit/tizen/20220831.101713
Sung-hun Kim
1
-0
/
+28
2022-08-31
lib: Add pass_resource_monitor_set_resource_flag
Sung-hun Kim
2
-0
/
+28
2022-08-31
monitor: Add a handler function for REQUEST_SET_RESOURCE_FLAG
Sung-hun Kim
5
-0
/
+92
2022-08-31
resource: Add a new property "flag" to attributes
Sung-hun Kim
12
-0
/
+82
2022-08-30
tests: resource-monitor: Consider failure of monitor_init as fatal
submit/tizen/20220830.081307
accepted/tizen/unified/20220830.133638
Dongwoo Lee
1
-3
/
+3
2022-08-30
tools: resource-monitor: Fix to use proper loop bound
Dongwoo Lee
1
-1
/
+8
2022-08-30
util: kernel: Get the name of smaps entry with limited width
Dongwoo Lee
1
-13
/
+16
2022-08-30
util: kernel: Use snprintf() instead of sprintf()
Dongwoo Lee
1
-1
/
+1
2022-08-30
pass: Remove unnecessarily included headers
Dongwoo Lee
4
-6
/
+0
2022-08-30
pass: Change the unit for gov_timeout into milliseconds from seconds
Dongwoo Lee
3
-24
/
+24
2022-08-30
resource-monitor: Fix coverity issue
submit/tizen/20220830.033447
Chanwoo Choi
3
-1
/
+13
2022-08-30
tools: resource-monitor: Check validation of '-n' option argument
submit/tizen/20220830.030501
Dongwoo Lee
1
-4
/
+12
2022-08-30
tools: resource-monitor: Use strncat() instead of strcat()
Dongwoo Lee
1
-5
/
+8
2022-08-30
resource: disk: Remove unnecessary pre-checking for opening file
Dongwoo Lee
1
-5
/
+6
2022-08-30
tests: unittest: pass: Use proper type for iteration index
Dongwoo Lee
1
-9
/
+3
2022-08-29
tests: resource-monitor-tests: Fix wrong expected value on invalid test
submit/tizen/20220829.102006
accepted/tizen/unified/20220830.032644
Chanwoo Choi
1
-3
/
+3
2022-08-25
resource: process: Fix to convert to double before integer division
Dongwoo Lee
1
-1
/
+1
2022-08-25
resource: system: Fix to check NULL for private data
Dongwoo Lee
1
-1
/
+5
2022-08-25
util: kernel: Use proper data type for the id of cpu stat
Dongwoo Lee
2
-5
/
+5
2022-08-23
monitor: Add a missing request name
submit/tizen/20220823.090210
accepted/tizen/unified/20220824.042352
Sung-hun Kim
1
-0
/
+1
2022-08-23
util: common: Add missing case break
Seung-Woo Kim
1
-0
/
+1
2022-08-22
resource: system: Calculate average cpu utilization with per-cpu stat
Dongwoo Lee
1
-17
/
+24
2022-08-22
util: kernel: Fix to return valid result on getting cpu stat
Dongwoo Lee
1
-3
/
+11
2022-08-23
resource: Distinguish driver initalization from instance creation
submit/tizen/20220823.075403
submit/sandbox/chanwoochoi/tizen/20220823.070906
Dongwoo Lee
9
-115
/
+114
2022-08-23
resource: Initialize all resource drivers at start up
Dongwoo Lee
3
-0
/
+37
2022-08-23
resource: Add the new device ops create/delete
Dongwoo Lee
2
-6
/
+8
2022-08-23
pass: Include resource header inside pass.c
Dongwoo Lee
2
-1
/
+1
2022-08-22
monitor: Restructure request server
Dongwoo Lee
8
-217
/
+124
2022-08-22
lib: resource-monitor: Change pass_resourced_monitor_is_resource_attr_support...
submit/tizen/20220822.102536
submit/tizen/20220822.094833
accepted/tizen/unified/20220823.005726
Chanwoo Choi
7
-34
/
+95
2022-08-19
lib: resource-monitor: Replace with TIZNE_ERROR_* defintion to handle error
Chanwoo Choi
1
-47
/
+49
2022-08-18
tools: resource-monitor: Keep the alignment of resource attribute name
submit/tizen/20220818.160813
accepted/tizen/unified/20220818.230237
Chanwoo Choi
1
-2
/
+2
2022-08-18
resource: process: Fix to use proper attribute name
Dongwoo Lee
1
-2
/
+2
2022-08-18
resource: process: Handle the case that target cannot support taskstats
Dongwoo Lee
1
-19
/
+68
2022-08-18
resource: process-group: Handle the case that target cannot support taskstats
Dongwoo Lee
1
-12
/
+25
2022-08-17
util: kernel: Add check whether taskstats is supported
Dongwoo Lee
2
-1
/
+14
2022-08-12
PASS v2.0.0
submit/tizen/20220817.021541
submit/tizen/20220813.034544
submit/tizen/20220813.015631
submit/tizen/20220812.041529
accepted/tizen/unified/20220817.153742
Chanwoo Choi
1
-1
/
+1
2022-08-11
tests: resource-monitor-tests: Add missing array data type if DATA_TYPE_ARRAY
Chanwoo Choi
1
-3
/
+3
2022-08-11
tools: resource-monitor: Add missing BATTERY_ATTR_ONLINE attribute
Chanwoo Choi
1
-0
/
+1
2022-08-11
lib: resource-monitor: Add missing request for the readability
Chanwoo Choi
1
-1
/
+15
2022-08-11
lib: resource-monitor: Add pass_resource_monitor_is_resource_attr_set
Chanwoo Choi
5
-2
/
+91
2022-08-11
util: resource: Add resource flag to express the specific features
Chanwoo Choi
8
-17
/
+47
2022-08-11
lib: resource-monitor: Change prototype of pass_resource_monitor_get_resource...
Chanwoo Choi
5
-43
/
+64
[next]