backtrace.h 152 B

1234567
  1. #ifndef _METAG_OPROFILE_BACKTRACE_H
  2. #define _METAG_OPROFILE_BACKTRACE_H
  3. void metag_backtrace(struct pt_regs * const regs, unsigned int depth);
  4. #endif