Searched refs:bpf_read_branch_records (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.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()
  | 
| /Linux-v5.10/kernel/trace/ | 
| D | bpf_trace.c | 1527 BPF_CALL_4(bpf_read_branch_records, struct bpf_perf_event_data_kern *, ctx,  in BPF_CALL_4()  argument 1557 	.func           = bpf_read_branch_records,
  |