summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-16tests: unittest: Add pass-resmon-unittestssandbox/chanwoochoi/pass-resmonChanwoo Choi6-0/+944
2023-03-16pass: resmon: Add missing exception handling to check parameterChanwoo Choi2-4/+14
2023-03-16pass: resmon: Move private pass_resmon structure for encapsulationChanwoo Choi10-63/+143
2023-03-14pass: rescon: Fix GET functions to work properlyaccepted/tizen/unified/20230315.093502Dongwoo Lee1-5/+20
2023-03-14pass: resmon: Add RESMON_TIMER_UNKNOWN enumChanwoo Choi1-0/+2
2023-03-02monitor: request-handler: Apply API for creating monitoraccepted/tizen/unified/20230310.062654Youngjae Cho1-1/+1
2023-02-20pass: monitor: Apply libsyscommon resource-monitor changesaccepted/tizen/unified/20230306.172219Dongwoo Lee13-403/+403
2023-02-20resource: system: Fix possible vulnerabilityDongwoo Lee1-1/+1
2023-02-17tests: unittest: Add pass-rescon-unittestsChanwoo Choi4-0/+681
2023-02-15resource: system: Add is_supported ops for memory pressure level attributeDongwoo Lee1-0/+7
2023-02-15tools: resource-monitor: Fix wrong attribute name descriptionDongwoo Lee1-1/+1
2023-02-14pass: Fix build warningsDongwoo Lee2-7/+10
2023-02-08util: thread: Prevent to run thread before creation finishedaccepted/tizen/unified/20230221.031435Dongwoo Lee1-3/+9
2023-02-07pass: Add capability for writing to procfs nodeDongwoo Lee1-1/+1
2023-02-07resource: system: Add MEMORY_PRESSURE_LEVEL attributeDongwoo Lee3-0/+217
2022-12-13tests: unittest: Add pass-hal-mock class for unittestChanwoo Choi2-0/+517
2022-12-13tests: unittest: Move pass-unittests into pass-hal-and-parser and rename itChanwoo Choi32-3/+933
2022-12-13pass: rescon: Encapsulate struct pass_rescon to prevent direct accessChanwoo Choi12-127/+251
2022-11-08resource: Operate based on resource idaccepted/tizen/unified/20221206.170546Youngjae Cho16-406/+267
2022-10-31resource: Apply system resource manager libraryDongwoo Lee34-2273/+971
2022-10-31resource: Resolve dependency of HAL devicesDongwoo Lee11-97/+106
2022-10-31resource: extract resource core from monitorDongwoo Lee4-155/+161
2022-10-21packaging: libpass-resource-monitor: Fix typoDongwoo Lee1-1/+1
2022-09-23pass: thermal: Fix to return proper value for dbus signal handlertizen_7.0_m2_releaseaccepted/tizen/unified/20220927.132311accepted/tizen/7.0/unified/hotfix/20221116.105751accepted/tizen/7.0/unified/20221110.063429tizen_7.0_hotfixaccepted/tizen_7.0_unified_hotfixSeung-Woo Kim1-1/+1
2022-09-23pmqos: Fix to return proper value for dbus signal handlerSeung-Woo Kim1-6/+3
2022-09-23pass: Fix to return proper value for dbus signal handlerSeung-Woo Kim1-1/+1
2022-09-20pass: parser: Change num_of_cpus and first_cpu into signed typeaccepted/tizen/unified/20220922.114008Dongwoo Lee1-2/+2
2022-09-20pass: parser: Check NULL before referenceDongwoo Lee1-2/+3
2022-09-20monitor: Use the systemd Unix socketaccepted/tizen/unified/20220920.110715Sung-hun Kim2-5/+35
2022-09-19resource-monitor-tests: Prevent possible memory leaksSung-hun Kim1-0/+8
2022-09-15resource: Fix missing NULL checkDongwoo Lee1-0/+3
2022-09-15resource: Pass error result directly from resource creationaccepted/tizen/unified/20220919.013232accepted/tizen/unified/20220917.094318Dongwoo Lee3-11/+13
2022-09-15systemd: Fix socket file pathSung-hun Kim1-1/+1
2022-09-14monitor: Add dbus interface for turning on/off debug modeDongwoo Lee7-1/+99
2022-09-14monitor: providing ip socket server when debug mode is enabledDongwoo Lee3-10/+39
2022-09-07pass: parser: Add get_property_set to simplify getting propertiesChanwoo Choi5-358/+219
2022-09-07tests: unittest: Add pass-parser invalid testChanwoo Choi15-1/+516
2022-09-07util: kernel: Fix possible vulnerabilityaccepted/tizen/unified/20220908.013431Dongwoo Lee1-1/+4
2022-09-05monitor: lib: Support Unix domain socket (UDS) and TCP/IP socket concurrentlySung-hun Kim5-37/+146
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