Home
last modified time | relevance | path

Searched refs:perf_clear_branch_entry_bitfields (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/x86/events/amd/
Dbrs.c282 perf_clear_branch_entry_bitfields(br+nr); in amd_brs_drain()
/linux-5.19.10/arch/x86/events/intel/
Dlbr.c788 perf_clear_branch_entry_bitfields(br); in intel_pmu_lbr_read_32()
879 perf_clear_branch_entry_bitfields(br+out); in intel_pmu_lbr_read_64()
951 perf_clear_branch_entry_bitfields(e); in intel_pmu_store_lbr()
/linux-5.19.10/include/linux/
Dperf_event.h1071 static inline void perf_clear_branch_entry_bitfields(struct perf_branch_entry *br) in perf_clear_branch_entry_bitfields() function