Home
last modified time | relevance | path

Searched defs:branch_sample_type (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/perf/
H A Dpower8-pmu.c217 static u64 power8_bhrb_filter_map(u64 branch_sample_type) in power8_bhrb_filter_map()
H A Dpower9-pmu.c288 static u64 power9_bhrb_filter_map(u64 branch_sample_type) in power9_bhrb_filter_map()
H A Dpower10-pmu.c302 static u64 power10_bhrb_filter_map(u64 branch_sample_type) in power10_bhrb_filter_map()
/linux/tools/include/uapi/linux/
H A Dperf_event.h486 __u64 branch_sample_type; /* enum perf_branch_sample_type */ member
/linux/include/linux/
H A Dperf_event.h1268 static inline bool branch_sample_type(const struct perf_event *event) in branch_sample_type() function