Searched refs:PERF_IsSending (Results 1 – 3 of 3) sorted by relevance
150 #define PERF_IsSending(x) ((x) & PERF_FlagSending) macro151 #define PERF_IsReceived(x) (!PERF_IsSending(x))
309 int sending = PERF_IsSending ((unsigned long) eModule); in __print_Buffer()360 int sending = PERF_IsSending(((unsigned long) eModule) & ~PERF_ModuleMask); in __print_Command()
303 int sending = PERF_IsSending(modulesAndFlags); in print_rate_info()