Home
last modified time | relevance | path

Searched refs:last_log_id (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/x86/events/intel/
Dlbr.c199 cpuc->last_log_id = 0; in intel_pmu_lbr_reset()
440 (task_context_opt(ctx)->log_id == cpuc->last_log_id) && in __intel_pmu_lbr_restore()
515 cpuc->last_log_id = ++task_context_opt(ctx)->log_id; in __intel_pmu_lbr_save()
/linux-6.1.9/arch/x86/events/amd/
Dlbr.c337 cpuc->last_log_id = 0; in amd_pmu_lbr_reset()
/linux-6.1.9/arch/x86/events/
Dperf_event.h290 int last_log_id; member