Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/
H A Dcore.c1123 cpuc->n_txn_metric++; in add_nr_metric_event()
2232 __this_cpu_write(cpu_hw_events.n_txn_metric, 0); in x86_pmu_start_txn()
2259 __this_cpu_sub(cpu_hw_events.n_metric, __this_cpu_read(cpu_hw_events.n_txn_metric)); in x86_pmu_cancel_txn()
H A Dperf_event.h246 int n_txn_metric; member