Home
last modified time | relevance | path

Searched refs:task_context_opt (Results 1 – 2 of 2) sorted by relevance

/arch/x86/events/intel/
Dlbr.c449 if (task_context_opt(ctx)->lbr_callstack_users == 0 || in __intel_pmu_lbr_restore()
450 task_context_opt(ctx)->lbr_stack_state == LBR_NONE) { in __intel_pmu_lbr_restore()
461 (task_context_opt(ctx)->log_id == cpuc->last_log_id) && in __intel_pmu_lbr_restore()
463 task_context_opt(ctx)->lbr_stack_state = LBR_NONE; in __intel_pmu_lbr_restore()
469 task_context_opt(ctx)->lbr_stack_state = LBR_NONE; in __intel_pmu_lbr_restore()
526 if (task_context_opt(ctx)->lbr_callstack_users == 0) { in __intel_pmu_lbr_save()
527 task_context_opt(ctx)->lbr_stack_state = LBR_NONE; in __intel_pmu_lbr_save()
533 task_context_opt(ctx)->lbr_stack_state = LBR_VALID; in __intel_pmu_lbr_save()
536 cpuc->last_log_id = ++task_context_opt(ctx)->log_id; in __intel_pmu_lbr_save()
558 swap(task_context_opt(prev_ctx_data)->lbr_callstack_users, in intel_pmu_lbr_swap_task_ctx()
[all …]
/arch/x86/events/
Dperf_event.h1023 static __always_inline struct x86_perf_task_context_opt *task_context_opt(void *ctx) in task_context_opt() function