From: Chanwoo Choi Date: Thu, 21 Sep 2017 07:49:21 +0000 (+0900) Subject: pass: Print thermal name for each resource X-Git-Tag: submit/tizen/20170927.080101~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=513bfe0615ac49ee6d6644443d8d790ef0c4f53f;p=platform%2Fcore%2Fsystem%2Fpass.git pass: Print thermal name for each resource This patch just prints the thermal name for each resource for starting PASS in order to provide the resource information. Change-Id: I2824186649a784722d1647df2fea0082256a63a8 Signed-off-by: Chanwoo Choi --- diff --git a/src/pass/pass.c b/src/pass/pass.c index 894abe5..2618178 100644 --- a/src/pass/pass.c +++ b/src/pass/pass.c @@ -251,6 +251,7 @@ static int pass_init_done(void *data, void *user_data) _I("Resource%d type : %d\n", i, cdata->res_type); _I("Resource%d name : %s\n", i, cdata->res_name); + _I("Resource%d thermal name : %s\n", i, cdata->res_thermal_name); _I("Resource%d path_conf_file : %s\n", i, cdata->path_conf_file); _I("Resource%d path_load_table: %s\n", i, cdata->path_load_table); _I("Resource%d number of cpus : %d\n", i, cdata->num_cpus);