Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
int __init | oprofile_arch_init (struct oprofile_operations *ops) |
void | oprofile_arch_exit (void) |
One-time exit/cleanup for the arch.
Definition at line 16 of file bfin_oprofile.c.
int __init oprofile_arch_init | ( | struct oprofile_operations * | ops | ) |
One-time initialisation. *ops must be set to a filled-in operations structure. This is called even in timer interrupt mode so an arch can set a backtrace callback.
If an error occurs, the fields should be left untouched.
Definition at line 11 of file bfin_oprofile.c.