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-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
2022-08-11
resource: display: Add a display monitor thread to deal with multiple clients
Sung-hun Kim
1
-22
/
+100
2022-08-10
util: thread: Use wait_for_completion without result
Sung-hun Kim
1
-1
/
+2
2022-08-10
resource: Change bytes unit attributes to kilo-bytes
Dongwoo Lee
6
-133
/
+127
2022-08-09
lib: resource-monitor: Extract common function for readability and remove dup...
submit/tizen/20220809.025855
Chanwoo Choi
2
-400
/
+311
2022-08-09
lib: resource-monitor: Fix wrong data type of pass_resource_monitor_get_value...
Chanwoo Choi
1
-1
/
+1
2022-08-08
lib: resource-monitor: Fix pass_resource_monitor_get_resource_timestamp issue
Chanwoo Choi
1
-2
/
+2
2022-08-08
lib: resource-monitor: Fix get_value_string issue by allocating string buffer
Chanwoo Choi
4
-7
/
+19
2022-08-08
util: resource: Check whether interest_mask is valid or not
Chanwoo Choi
1
-0
/
+3
2022-08-08
util: resource: Check validation of resource control id
Chanwoo Choi
1
-2
/
+5
2022-08-08
tests: resource-monitor-tests: Add all resource attributes for testing
Chanwoo Choi
1
-28
/
+483
2022-08-04
tools: Add resource-monitor monitoring tool
submit/tizen/20220805.024015
accepted/tizen/unified/20220805.131714
Chanwoo Choi
4
-0
/
+625
2022-08-02
resource: Add disk and network resource driver
submit/tizen/20220805.011932
Chanwoo Choi
4
-0
/
+590
2022-08-02
resource: system: Fix typo
Chanwoo Choi
1
-7
/
+7
2022-07-27
lib: resource-monitor: Add attribute to get resource name
submit/tizen/20220802.012548
submit/tizen/20220726.004630
Chanwoo Choi
7
-47
/
+144
2022-07-27
pass: parser: Parse new resource type for display/disk/network
Chanwoo Choi
1
-0
/
+6
2022-07-27
tests: resource-monitor-tests: Rename the test name to PhysicalResourceMonito...
submit/tizen/20220727.085152
accepted/tizen/unified/20220728.044818
Chanwoo Choi
1
-11
/
+11
2022-07-27
util: kernel: Check whether adding cpu e/u/stime for TGID taskstat
Dongwoo Lee
1
-0
/
+13
2022-07-27
util: resource: Assign an unique resource id when a new resouce is created
Sung-hun Kim
3
-1
/
+34
2022-07-21
util: resource: Add detailed error log for debugging
submit/tizen/20220721.102406
accepted/tizen/unified/20220722.031019
Chanwoo Choi
1
-20
/
+65
2022-07-21
resource: bus: Replace resource name with 'BUS' instead of 'Memory Bus'
Chanwoo Choi
1
-1
/
+1
2022-07-21
monitor: request-handler: Add debug log to catch the correct fail point
Chanwoo Choi
1
-98
/
+267
2022-07-20
util: resource: Add get_resource_attr_name and get_resource_controL_name func...
Chanwoo Choi
2
-0
/
+25
2022-07-08
monitor: request-handler: Remove unneeded local variable
submit/tizen/20220714.022316
accepted/tizen/unified/20220715.141323
Chanwoo Choi
1
-5
/
+1
2022-07-08
util: resource: Discard const keyword of struct resource
Chanwoo Choi
11
-38
/
+38
[prev]
[next]