Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_perf_branches.c28 written_stack = bpf_read_branch_records(ctx, entries, sizeof(entries), 0); in perf_branches()
34 required_size = bpf_read_branch_records(ctx, NULL, 0, in perf_branches()
37 written_global = bpf_read_branch_records(ctx, fpbe, sizeof(fpbe), 0); in perf_branches()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c1759 BPF_CALL_4(bpf_read_branch_records, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_4() argument
1788 .func = bpf_read_branch_records,