Home
last modified time | relevance | path

Searched refs:BPF_F_FAST_STACK_CMP (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/samples/bpf/
H A Dtrace_event_kern.c34 #define KERN_STACKID_FLAGS (0 | BPF_F_FAST_STACK_CMP)
35 #define USER_STACKID_FLAGS (0 | BPF_F_FAST_STACK_CMP | BPF_F_USER_STACK)
H A Doffwaketime.bpf.c60 #define STACKID_FLAGS (0 | BPF_F_FAST_STACK_CMP)
/openbmc/linux/kernel/bpf/
H A Dstackmap.c237 if (hash_matches && flags & BPF_F_FAST_STACK_CMP) in __bpf_get_stackid()
293 BPF_F_FAST_STACK_CMP | BPF_F_REUSE_STACKID))) in BPF_CALL_3()
346 BPF_F_FAST_STACK_CMP | BPF_F_REUSE_STACKID))) in BPF_CALL_3()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c198 BPF_F_FAST_STACK_CMP | BPF_F_USER_STACK); in off_cpu_stat()
H A Dlock_contention.bpf.c305 BPF_F_FAST_STACK_CMP | stack_skip); in contention_begin()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h5922 BPF_F_FAST_STACK_CMP = (1ULL << 9), enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h5922 BPF_F_FAST_STACK_CMP = (1ULL << 9), enumerator