Home
last modified time | relevance | path

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

/Linux-v4.19/arch/riscv/kernel/
Dperf_event.c447 static const struct riscv_pmu riscv_base_pmu = { variable
463 {.compatible = "riscv,base-pmu", .data = &riscv_base_pmu},
472 riscv_pmu = &riscv_base_pmu; in init_hw_perf_events()
/Linux-v4.19/Documentation/riscv/
Dpmu.txt47 *riscv_pmu* points to a constant structure *riscv_base_pmu*, which has very
54 In other words, existing sources of *riscv_base_pmu* merely provide a
66 member function that was assigned in the previous step. In *riscv_base_pmu*'s
88 In the case of *riscv_base_pmu*, only (3) is provided for now.