diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-28 15:00:08 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-28 15:00:08 -0700 |
commit | 7e568e62e9d4674d487cdc11f369e49e56ce6703 (patch) | |
tree | 3d9c1c04341ccadb5d4b9c73eda50b62f0f103b3 /arch/arm/oprofile/op_arm_model.h | |
parent | adb2705a89e8b41abcf29c0ed86f4ce93ab36734 (diff) | |
parent | 50273978975ee62938b7ca612e281927cd789c13 (diff) | |
download | blackbird-op-linux-7e568e62e9d4674d487cdc11f369e49e56ce6703.tar.gz blackbird-op-linux-7e568e62e9d4674d487cdc11f369e49e56ce6703.zip |
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Diffstat (limited to 'arch/arm/oprofile/op_arm_model.h')
-rw-r--r-- | arch/arm/oprofile/op_arm_model.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/oprofile/op_arm_model.h b/arch/arm/oprofile/op_arm_model.h index 2d4caf4781ad..2148d07484b7 100644 --- a/arch/arm/oprofile/op_arm_model.h +++ b/arch/arm/oprofile/op_arm_model.h @@ -24,6 +24,8 @@ struct op_arm_model_spec { extern struct op_arm_model_spec op_xscale_spec; #endif +extern void arm_backtrace(struct pt_regs * const regs, unsigned int depth); + extern int __init pmu_init(struct oprofile_operations *ops, struct op_arm_model_spec *spec); extern void pmu_exit(void); #endif /* OP_ARM_MODEL_H */ |