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()
160 * @skipnr: Number of entries to skip at the start of the stack trace
171 .skip = skipnr, in stack_trace_save_regs()
263 * @skipnr: Number of entries to skip at the start of the stack trace
273 .skip = skipnr + 1, in stack_trace_save()
286 * @skipnr: Number of entries to skip at the start of the stack trace
297 /* skip this function if they are tracing us */ in stack_trace_save_tsk()
298 .skip = skipnr + (current == task), in stack_trace_save_tsk()
310 * @skipnr: Number of entries to skip at the start of the stack trace
320 .skip = skipnr, in stack_trace_save_regs()