perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processing
[linux-2.6-microblaze.git] / tools / perf / util / event.h
index 4a3b5b6..e3150a6 100644 (file)
@@ -421,4 +421,7 @@ extern unsigned int proc_map_timeout;
 #define PAGE_SIZE_NAME_LEN     32
 char *get_page_size_name(u64 size, char *str);
 
+void arch_perf_parse_sample_weight(struct perf_sample *data, const __u64 *array, u64 type);
+void arch_perf_synthesize_sample_weight(const struct perf_sample *data, __u64 *array, u64 type);
+
 #endif /* __PERF_RECORD_H */