Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/events/intel/
Dlbr.c429 task_context_opt(ctx)->lbr_stack_state == LBR_NONE) { 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()
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()
/Linux-v6.6/arch/x86/events/
Dperf_event.h948 int lbr_stack_state; member