Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtrace-event-scripting.c334 types = flags & ~PERF_IP_FLAG_BRANCH_EVENT_MASK; in sample_flags_to_name()
346 events = flags & PERF_IP_FLAG_BRANCH_EVENT_MASK; in sample_flags_to_name()
H A Devent.h94 #define PERF_IP_FLAG_BRANCH_EVENT_MASK \ macro