Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
buffer_sync.h
Go to the documentation of this file.
1 
10 #ifndef OPROFILE_BUFFER_SYNC_H
11 #define OPROFILE_BUFFER_SYNC_H
12 
13 /* add the necessary profiling hooks */
14 int sync_start(void);
15 
16 /* remove the hooks */
17 void sync_stop(void);
18 
19 /* sync the given CPU's buffer */
20 void sync_buffer(int cpu);
21 
22 #endif /* OPROFILE_BUFFER_SYNC_H */