Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/events/
Dcore.c1066 if (cpuc->n_metric == INTEL_TD_METRIC_NUM) in add_nr_metric_event()
1068 cpuc->n_metric++; in add_nr_metric_event()
1079 cpuc->n_metric--; in del_nr_metric_event()
1089 if (n >= max_count + cpuc->n_metric) in collect_event()
2096 __this_cpu_sub(cpu_hw_events.n_metric, __this_cpu_read(cpu_hw_events.n_txn_metric)); in x86_pmu_cancel_txn()
Dperf_event.h318 int n_metric; member