Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/amd/
H A Dbrs.c346 perf_clear_branch_entry_bitfields(br+nr); in amd_brs_drain()
H A Dlbr.c183 perf_clear_branch_entry_bitfields(br + out); in amd_pmu_lbr_read()
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c728 perf_clear_branch_entry_bitfields(br); in intel_pmu_lbr_read_32()
819 perf_clear_branch_entry_bitfields(br+out); in intel_pmu_lbr_read_64()
891 perf_clear_branch_entry_bitfields(e); in intel_pmu_store_lbr()
/openbmc/linux/include/linux/
H A Dperf_event.h1286 static inline void perf_clear_branch_entry_bitfields(struct perf_branch_entry *br) in perf_clear_branch_entry_bitfields() function