Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/events/intel/
Dlbr.c510 task_context_opt(ctx)->lbr_stack_state == LBR_NONE) { in __intel_pmu_lbr_restore()
523 task_context_opt(ctx)->lbr_stack_state = LBR_NONE; in __intel_pmu_lbr_restore()
529 task_context_opt(ctx)->lbr_stack_state = LBR_NONE; in __intel_pmu_lbr_restore()
587 task_context_opt(ctx)->lbr_stack_state = LBR_NONE; in __intel_pmu_lbr_save()
593 task_context_opt(ctx)->lbr_stack_state = LBR_VALID; in __intel_pmu_lbr_save()
/Linux-v5.10/arch/x86/events/
Dperf_event.h817 int lbr_stack_state; member