Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h479 __u64 branch_sample_type; /* enum perf_branch_sample_type */ member
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h479 __u64 branch_sample_type; /* enum perf_branch_sample_type */ member
/openbmc/linux/include/linux/
H A Dperf_event.h1131 static inline bool branch_sample_type(const struct perf_event *event) in branch_sample_type() function