Searched refs:stack_skip (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Dlock-contention.h144 int stack_skip; member in struct:lock_contention
H A Dbpf_lock_contention.c164 skel->bss->stack_skip = con->stack_skip;
/linux-master/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c127 int stack_skip; variable
378 BPF_F_FAST_STACK_CMP | stack_skip);
/linux-master/tools/perf/
H A Dbuiltin-lock.c68 static int stack_skip = CONTENTION_STACK_SKIP; variable
976 if (++skip <= stack_skip)
1024 if (++skip <= stack_skip)
2094 .stack_skip = stack_skip,
2622 OPT_INTEGER(0, "stack-skip", &stack_skip,

Completed in 210 milliseconds