Searched refs:ctx1 (Results 1 – 1 of 1) sorted by relevance
2059 static int context_equiv(struct perf_event_context *ctx1, in context_equiv() argument2062 return ctx1->parent_ctx && ctx1->parent_ctx == ctx2->parent_ctx in context_equiv()2063 && ctx1->parent_gen == ctx2->parent_gen in context_equiv()2064 && !ctx1->pin_count && !ctx2->pin_count; in context_equiv()