Lines Matching refs:task_context_opt
428 if (task_context_opt(ctx)->lbr_callstack_users == 0 || in __intel_pmu_lbr_restore()
429 task_context_opt(ctx)->lbr_stack_state == LBR_NONE) { in __intel_pmu_lbr_restore()
440 (task_context_opt(ctx)->log_id == cpuc->last_log_id) && in __intel_pmu_lbr_restore()
442 task_context_opt(ctx)->lbr_stack_state = LBR_NONE; in __intel_pmu_lbr_restore()
448 task_context_opt(ctx)->lbr_stack_state = LBR_NONE; in __intel_pmu_lbr_restore()
505 if (task_context_opt(ctx)->lbr_callstack_users == 0) { in __intel_pmu_lbr_save()
506 task_context_opt(ctx)->lbr_stack_state = LBR_NONE; in __intel_pmu_lbr_save()
512 task_context_opt(ctx)->lbr_stack_state = LBR_VALID; in __intel_pmu_lbr_save()
515 cpuc->last_log_id = ++task_context_opt(ctx)->log_id; in __intel_pmu_lbr_save()
537 swap(task_context_opt(prev_ctx_data)->lbr_callstack_users, in intel_pmu_lbr_swap_task_ctx()
538 task_context_opt(next_ctx_data)->lbr_callstack_users); in intel_pmu_lbr_swap_task_ctx()
591 task_context_opt(event->ctx->task_ctx_data)->lbr_callstack_users++; in intel_pmu_lbr_add()
668 task_context_opt(event->ctx->task_ctx_data)->lbr_callstack_users--; in intel_pmu_lbr_del()