@@ -2113,7 +2113,6 @@ static void set_fact_enable(int arg)
2113
2113
else
2114
2114
for_each_online_power_domain_in_set (set_fact_for_cpu , NULL , NULL ,
2115
2115
NULL , & enable );
2116
- isst_ctdp_display_information_end (outf );
2117
2116
2118
2117
if (!fact_enable_fail && enable && auto_mode ) {
2119
2118
/*
@@ -2192,10 +2191,13 @@ static void set_fact_enable(int arg)
2192
2191
isst_display_result (& id , outf , "turbo-freq --auto" , "enable" , 0 );
2193
2192
}
2194
2193
2194
+ isst_ctdp_display_information_end (outf );
2195
+
2195
2196
return ;
2196
2197
2197
2198
error_disp :
2198
2199
isst_display_result (& id , outf , "turbo-freq --auto" , "enable" , ret );
2200
+ isst_ctdp_display_information_end (outf );
2199
2201
2200
2202
}
2201
2203
@@ -2434,12 +2436,16 @@ static void set_clos_assoc(int arg)
2434
2436
isst_display_error_info_message (1 , "Invalid clos id\n" , 0 , 0 );
2435
2437
exit (0 );
2436
2438
}
2439
+
2440
+ isst_ctdp_display_information_start (outf );
2441
+
2437
2442
if (max_target_cpus )
2438
2443
for_each_online_target_cpu_in_set (set_clos_assoc_for_cpu , NULL ,
2439
2444
NULL , NULL , NULL );
2440
2445
else {
2441
2446
isst_display_error_info_message (1 , "Invalid target cpu. Specify with [-c|--cpu]" , 0 , 0 );
2442
2447
}
2448
+ isst_ctdp_display_information_end (outf );
2443
2449
}
2444
2450
2445
2451
static void get_clos_assoc_for_cpu (struct isst_id * id , void * arg1 , void * arg2 , void * arg3 ,
0 commit comments