mm: rename alloc_pages_exact_node() to __alloc_pages_node()
[linux/fpc-iii.git] / tools / perf / util / tsc.h
bloba8b78f1b3243891c40560c6501c93ba2d377e37c
1 #ifndef __PERF_TSC_H
2 #define __PERF_TSC_H
4 #include <linux/types.h>
6 #include "../arch/x86/util/tsc.h"
8 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc);
9 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc);
10 u64 rdtsc(void);
12 #endif