Home
last modified time | relevance | path

Searched refs:bpf_get_branch_snapshot (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dget_branch_snapshot.c28 total_entries = bpf_get_branch_snapshot(entries, sizeof(entries), 0); in BPF_PROG()
/linux/kernel/trace/
H A Dbpf_trace.c1165 BPF_CALL_3(bpf_get_branch_snapshot, void *, buf, u32, size, u64, flags) in BPF_CALL_3() argument
1182 .func = bpf_get_branch_snapshot,