Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
drivers
oprofile
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 */
Generated on Thu Jan 10 2013 14:13:36 for Linux Kernel by
1.8.2