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

/linux-master/kernel/events/
H A Dcore.c7646 static __always_inline u64 __cond_set(u64 flags, u64 s, u64 d) function
7663 filtered_sample_type |= __cond_set(sample_type, PERF_SAMPLE_CODE_PAGE_SIZE,
7665 filtered_sample_type |= __cond_set(sample_type, PERF_SAMPLE_DATA_PAGE_SIZE |
7667 filtered_sample_type |= __cond_set(sample_type, PERF_SAMPLE_STACK_USER,
7704 * by STACK_USER (using __cond_set() above) and we don't want to update

Completed in 144 milliseconds