Lines Matching defs:backtrace
184 op_add_code(struct oprofile_cpu_buffer *cpu_buf, unsigned long backtrace,
194 if (backtrace)
263 unsigned long backtrace, int is_kernel, unsigned long event,
274 if (op_add_code(cpu_buf, backtrace, is_kernel, tsk))
303 unsigned long backtrace = oprofile_backtrace_depth;
306 * if log_sample() fail we can't backtrace since we lost the
309 if (!log_sample(cpu_buf, pc, backtrace, is_kernel, event, task))
313 if (!backtrace)
317 oprofile_ops.backtrace(regs, backtrace);