Searched refs:task_context_opt (Results 1 – 2 of 2) sorted by relevance
428 return task_context_opt(ctx)->lbr_callstack_users || in has_lbr_callstack_users()437 task_context_opt(ctx)->lbr_stack_state == LBR_NONE) { in __intel_pmu_lbr_restore()448 (task_context_opt(ctx)->log_id == cpuc->last_log_id) && in __intel_pmu_lbr_restore()450 task_context_opt(ctx)->lbr_stack_state = LBR_NONE; in __intel_pmu_lbr_restore()456 task_context_opt(ctx)->lbr_stack_state = LBR_NONE; in __intel_pmu_lbr_restore()514 task_context_opt(ctx)->lbr_stack_state = LBR_NONE; in __intel_pmu_lbr_save()520 task_context_opt(ctx)->lbr_stack_state = LBR_VALID; in __intel_pmu_lbr_save()523 cpuc->last_log_id = ++task_context_opt(ctx)->log_id; in __intel_pmu_lbr_save()589 task_context_opt(ctx_data->data)->lbr_callstack_users++; in intel_pmu_lbr_add()675 task_context_opt(ctx_data->data)->lbr_callstack_users--; in intel_pmu_lbr_del()
1168 static __always_inline struct x86_perf_task_context_opt *task_context_opt(void *ctx) in task_context_opt() function