#include <linux/kernel.h>
#include <linux/oprofile.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/smp.h>
#include <linux/perf_event.h>
#include <linux/slab.h>
#include <asm/processor.h>
Go to the source code of this file.
One-time exit/cleanup for the arch.
Definition at line 63 of file common.c.
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 58 of file common.c.