Searched refs:br_entry_size (Results 1 – 1 of 1) sorted by relevance
1343 static const u32 br_entry_size = sizeof(struct perf_branch_entry); in BPF_CALL_4() local1354 return br_stack->nr * br_entry_size; in BPF_CALL_4()1356 if (!buf || (size % br_entry_size != 0)) in BPF_CALL_4()1359 to_copy = min_t(u32, br_stack->nr * br_entry_size, size); in BPF_CALL_4()