summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-02monitor: request-handler: Add TCP-socket handler in request-serversandbox/sebuns2/unix_socketSung-hun Kim1-8/+56
2022-09-02monitor: lib: Change to use Unix domain socket (UDS) instead of TCP/IP socketSung-hun Kim5-14/+38
2022-09-01lib: resource-monitor: Remove unneeded privilege checksubmit/tizen/20220902.091829accepted/tizen/unified/20220904.214045Chanwoo Choi1-12/+0
2022-09-01tests: resource-monitor-tests: Fix test fail by changing the return valuesubmit/tizen/20220901.084153accepted/tizen/unified/20220902.020129Chanwoo Choi1-1/+1
2022-09-01lib: resource-monitor: Check systemmonitor privilegeChanwoo Choi4-1/+30
2022-09-01util: privilege: Add is_privilege_supported functionChanwoo Choi3-0/+103
2022-09-01util: resource: Change error code from -EPERM to -EACCESSung-hun Kim1-1/+1
2022-08-31monitor: request-handler: Fix build errorsubmit/tizen/20220901.025125Chanwoo Choi1-1/+1
2022-08-31tests: resource-monitor-tests: Add a test for pass_resource_monitor_set_resou...submit/tizen/20220831.101713Sung-hun Kim1-0/+28
2022-08-31lib: Add pass_resource_monitor_set_resource_flagSung-hun Kim2-0/+28
2022-08-31monitor: Add a handler function for REQUEST_SET_RESOURCE_FLAGSung-hun Kim5-0/+92
2022-08-31resource: Add a new property "flag" to attributesSung-hun Kim12-0/+82
2022-08-30tests: resource-monitor: Consider failure of monitor_init as fatalsubmit/tizen/20220830.081307accepted/tizen/unified/20220830.133638Dongwoo Lee1-3/+3
2022-08-30tools: resource-monitor: Fix to use proper loop boundDongwoo Lee1-1/+8
2022-08-30util: kernel: Get the name of smaps entry with limited widthDongwoo Lee1-13/+16
2022-08-30util: kernel: Use snprintf() instead of sprintf()Dongwoo Lee1-1/+1
2022-08-30pass: Remove unnecessarily included headersDongwoo Lee4-6/+0
2022-08-30pass: Change the unit for gov_timeout into milliseconds from secondsDongwoo Lee3-24/+24
2022-08-30resource-monitor: Fix coverity issuesubmit/tizen/20220830.033447Chanwoo Choi3-1/+13
2022-08-30tools: resource-monitor: Check validation of '-n' option argumentsubmit/tizen/20220830.030501Dongwoo Lee1-4/+12
2022-08-30tools: resource-monitor: Use strncat() instead of strcat()Dongwoo Lee1-5/+8
2022-08-30resource: disk: Remove unnecessary pre-checking for opening fileDongwoo Lee1-5/+6
2022-08-30tests: unittest: pass: Use proper type for iteration indexDongwoo Lee1-9/+3
2022-08-29tests: resource-monitor-tests: Fix wrong expected value on invalid testsubmit/tizen/20220829.102006accepted/tizen/unified/20220830.032644Chanwoo Choi1-3/+3
2022-08-25resource: process: Fix to convert to double before integer divisionDongwoo Lee1-1/+1
2022-08-25resource: system: Fix to check NULL for private dataDongwoo Lee1-1/+5
2022-08-25util: kernel: Use proper data type for the id of cpu statDongwoo Lee2-5/+5
2022-08-23monitor: Add a missing request namesubmit/tizen/20220823.090210accepted/tizen/unified/20220824.042352Sung-hun Kim1-0/+1
2022-08-23util: common: Add missing case breakSeung-Woo Kim1-0/+1
2022-08-22resource: system: Calculate average cpu utilization with per-cpu statDongwoo Lee1-17/+24
2022-08-22util: kernel: Fix to return valid result on getting cpu statDongwoo Lee1-3/+11
2022-08-23resource: Distinguish driver initalization from instance creationsubmit/tizen/20220823.075403submit/sandbox/chanwoochoi/tizen/20220823.070906Dongwoo Lee9-115/+114
2022-08-23resource: Initialize all resource drivers at start upDongwoo Lee3-0/+37
2022-08-23resource: Add the new device ops create/deleteDongwoo Lee2-6/+8
2022-08-23pass: Include resource header inside pass.cDongwoo Lee2-1/+1
2022-08-22monitor: Restructure request serverDongwoo Lee8-217/+124
2022-08-22lib: resource-monitor: Change pass_resourced_monitor_is_resource_attr_support...submit/tizen/20220822.102536submit/tizen/20220822.094833accepted/tizen/unified/20220823.005726Chanwoo Choi7-34/+95
2022-08-19lib: resource-monitor: Replace with TIZNE_ERROR_* defintion to handle errorChanwoo Choi1-47/+49
2022-08-18tools: resource-monitor: Keep the alignment of resource attribute namesubmit/tizen/20220818.160813accepted/tizen/unified/20220818.230237Chanwoo Choi1-2/+2
2022-08-18resource: process: Fix to use proper attribute nameDongwoo Lee1-2/+2
2022-08-18resource: process: Handle the case that target cannot support taskstatsDongwoo Lee1-19/+68
2022-08-18resource: process-group: Handle the case that target cannot support taskstatsDongwoo Lee1-12/+25
2022-08-17util: kernel: Add check whether taskstats is supportedDongwoo Lee2-1/+14
2022-08-12PASS v2.0.0submit/tizen/20220817.021541submit/tizen/20220813.034544submit/tizen/20220813.015631submit/tizen/20220812.041529accepted/tizen/unified/20220817.153742Chanwoo Choi1-1/+1
2022-08-11tests: resource-monitor-tests: Add missing array data type if DATA_TYPE_ARRAYChanwoo Choi1-3/+3
2022-08-11tools: resource-monitor: Add missing BATTERY_ATTR_ONLINE attributeChanwoo Choi1-0/+1
2022-08-11lib: resource-monitor: Add missing request for the readabilityChanwoo Choi1-1/+15
2022-08-11lib: resource-monitor: Add pass_resource_monitor_is_resource_attr_setChanwoo Choi5-2/+91
2022-08-11util: resource: Add resource flag to express the specific featuresChanwoo Choi8-17/+47
2022-08-11lib: resource-monitor: Change prototype of pass_resource_monitor_get_resource...Chanwoo Choi5-43/+64