aboutsummaryrefslogtreecommitdiffstats
path: root/include/pm_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pm_common.h')
-rw-r--r--include/pm_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pm_common.h b/include/pm_common.h
index ac11345..f2fcb87 100644
--- a/include/pm_common.h
+++ b/include/pm_common.h
@@ -121,7 +121,8 @@ int serialize_data_entry(char *filename, struct data_entry *samples, int num);
121int read_sdata_entry(const char *filename, struct saved_data_entry **samples); 121int read_sdata_entry(const char *filename, struct saved_data_entry **samples);
122 122
123/* get valid overhead from trace file */ 123/* get valid overhead from trace file */
124int get_valid_ovd(const char *filename, struct full_ovd_plen **full_costs); 124int get_valid_ovd(const char *filename, struct full_ovd_plen **full_costs,
125 int wss, int tss);
125 126
126/* get ovd and pm length for different cores configurations (on uma xeon) */ 127/* get ovd and pm length for different cores configurations (on uma xeon) */
127void get_ovd_plen_umaxeon(struct full_ovd_plen *full_costs, int num_samples, 128void get_ovd_plen_umaxeon(struct full_ovd_plen *full_costs, int num_samples,