Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/perf/
H A Dhv-24x7.c1474 struct hv_24x7_hw *h24x7hw; in h_24x7_event_read() local
1505 h24x7hw = &get_cpu_var(hv_24x7_hw); in h_24x7_event_read()
1506 h24x7hw->events[i] = event; in h_24x7_event_read()
1507 put_cpu_var(h24x7hw); in h_24x7_event_read()
1591 struct hv_24x7_hw *h24x7hw; in h_24x7_event_commit_txn() local
1611 h24x7hw = &get_cpu_var(hv_24x7_hw); in h_24x7_event_commit_txn()
1616 struct perf_event *event = h24x7hw->events[res->result_ix]; in h_24x7_event_commit_txn()