Searched refs:event_is_threshold (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/perf/
H A Disa207-common.c180 static inline bool event_is_threshold(u64 event) function
500 if (event_is_threshold(event) && is_thresh_cmp_valid(event_config1)) {
505 } else if (event_is_threshold(event))
508 if (event_is_threshold(event) && is_thresh_cmp_valid(event)) {
511 } else if (event_is_threshold(event))

Completed in 109 milliseconds