Searched refs:bpf_read_branch_records (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | test_perf_branches.c | 28 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()
|
/kernel/linux/linux-5.10/kernel/trace/ |
D | bpf_trace.c | 1517 BPF_CALL_4(bpf_read_branch_records, struct bpf_perf_event_data_kern *, ctx, in BPF_CALL_4() argument 1543 .func = bpf_read_branch_records,
|