Lines Matching full:skip
78 unsigned int skip; member
89 if (c->skip > 0) { in stack_trace_consume_entry()
90 c->skip--; in stack_trace_consume_entry()
108 * @skipnr: Number of entries to skip at the start of the stack trace
119 .skip = skipnr + 1, in stack_trace_save()
132 * @skipnr: Number of entries to skip at the start of the stack trace
143 /* skip this function if they are tracing us */ in stack_trace_save_tsk()
144 .skip = skipnr + (current == tsk), in stack_trace_save_tsk()
161 * @skipnr: Number of entries to skip at the start of the stack trace
172 .skip = skipnr, in stack_trace_save_regs()
264 * @skipnr: Number of entries to skip at the start of the stack trace
274 .skip = skipnr + 1, in stack_trace_save()
287 * @skipnr: Number of entries to skip at the start of the stack trace
298 /* skip this function if they are tracing us */ in stack_trace_save_tsk()
299 .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()