Lines Matching full:skip
77 unsigned int skip; member
88 if (c->skip > 0) { in stack_trace_consume_entry()
89 c->skip--; in stack_trace_consume_entry()
107 * @skipnr: Number of entries to skip at the start of the stack trace
118 .skip = skipnr + 1, in stack_trace_save()
131 * @skipnr: Number of entries to skip at the start of the stack trace
142 /* skip this function if they are tracing us */ in stack_trace_save_tsk()
143 .skip = skipnr + (current == tsk), in stack_trace_save_tsk()
159 * @skipnr: Number of entries to skip at the start of the stack trace
170 .skip = skipnr, in stack_trace_save_regs()
265 * @skipnr: Number of entries to skip at the start of the stack trace
275 .skip = skipnr + 1, in stack_trace_save()
288 * @skipnr: Number of entries to skip at the start of the stack trace
299 /* skip this function if they are tracing us */ in stack_trace_save_tsk()
300 .skip = skipnr + (current == task), in stack_trace_save_tsk()
312 * @skipnr: Number of entries to skip at the start of the stack trace
322 .skip = skipnr, in stack_trace_save_regs()