summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-08-11resource: display: Add a display monitor thread to deal with multiple clientsSung-hun Kim1-22/+100
2022-08-10util: thread: Use wait_for_completion without resultSung-hun Kim1-1/+2
2022-08-10resource: Change bytes unit attributes to kilo-bytesDongwoo Lee6-133/+127
2022-08-09lib: resource-monitor: Extract common function for readability and remove dup...submit/tizen/20220809.025855Chanwoo Choi2-400/+311
2022-08-09lib: resource-monitor: Fix wrong data type of pass_resource_monitor_get_value...Chanwoo Choi1-1/+1
2022-08-08lib: resource-monitor: Fix pass_resource_monitor_get_resource_timestamp issueChanwoo Choi1-2/+2
2022-08-08lib: resource-monitor: Fix get_value_string issue by allocating string bufferChanwoo Choi4-7/+19
2022-08-08util: resource: Check whether interest_mask is valid or notChanwoo Choi1-0/+3
2022-08-08util: resource: Check validation of resource control idChanwoo Choi1-2/+5
2022-08-08tests: resource-monitor-tests: Add all resource attributes for testingChanwoo Choi1-28/+483
2022-08-04tools: Add resource-monitor monitoring toolsubmit/tizen/20220805.024015accepted/tizen/unified/20220805.131714Chanwoo Choi4-0/+625
2022-08-02resource: Add disk and network resource driversubmit/tizen/20220805.011932Chanwoo Choi4-0/+590
2022-08-02resource: system: Fix typoChanwoo Choi1-7/+7
2022-07-27lib: resource-monitor: Add attribute to get resource namesubmit/tizen/20220802.012548submit/tizen/20220726.004630Chanwoo Choi7-47/+144
2022-07-27pass: parser: Parse new resource type for display/disk/networkChanwoo Choi1-0/+6
2022-07-27tests: resource-monitor-tests: Rename the test name to PhysicalResourceMonito...submit/tizen/20220727.085152accepted/tizen/unified/20220728.044818Chanwoo Choi1-11/+11
2022-07-27util: kernel: Check whether adding cpu e/u/stime for TGID taskstatDongwoo Lee1-0/+13
2022-07-27util: resource: Assign an unique resource id when a new resouce is createdSung-hun Kim3-1/+34
2022-07-21util: resource: Add detailed error log for debuggingsubmit/tizen/20220721.102406accepted/tizen/unified/20220722.031019Chanwoo Choi1-20/+65
2022-07-21resource: bus: Replace resource name with 'BUS' instead of 'Memory Bus'Chanwoo Choi1-1/+1
2022-07-21monitor: request-handler: Add debug log to catch the correct fail pointChanwoo Choi1-98/+267
2022-07-20util: resource: Add get_resource_attr_name and get_resource_controL_name func...Chanwoo Choi2-0/+25
2022-07-08monitor: request-handler: Remove unneeded local variablesubmit/tizen/20220714.022316accepted/tizen/unified/20220715.141323Chanwoo Choi1-5/+1
2022-07-08util: resource: Discard const keyword of struct resourceChanwoo Choi11-38/+38