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