Home
last modified time | relevance | path

Searched refs:branch_sample_type (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dperf_event.h1172 return event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_NO_FLAGS; in branch_sample_no_flags()
1177 return event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_NO_CYCLES; in branch_sample_no_cycles()
1180 static inline bool branch_sample_type(const struct perf_event *event) in branch_sample_type() function
1182 return event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_TYPE_SAVE; in branch_sample_type()
1187 return event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_HW_INDEX; in branch_sample_hw_index()
1192 return event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_PRIV_SAVE; in branch_sample_priv()
1197 return event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_COUNTERS; in branch_sample_counters()
1202 return event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK; in branch_sample_call_stack()
1721 return event->attr.branch_sample_type != 0; in needs_branch_stack()
/include/uapi/linux/
Dperf_event.h483 __u64 branch_sample_type; /* enum perf_branch_sample_type */ member