Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/events/intel/
Dlbr.c428 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()
[all …]
/linux-6.6.21/arch/x86/events/
Dperf_event.h1056 static __always_inline struct x86_perf_task_context_opt *task_context_opt(void *ctx) in task_context_opt() function