Searched refs:riscv_base_pmu (Results 1 – 2 of 2) sorted by relevance
447 static const struct riscv_pmu riscv_base_pmu = { variable463 {.compatible = "riscv,base-pmu", .data = &riscv_base_pmu},472 riscv_pmu = &riscv_base_pmu; in init_hw_perf_events()
47 *riscv_pmu* points to a constant structure *riscv_base_pmu*, which has very54 In other words, existing sources of *riscv_base_pmu* merely provide a66 member function that was assigned in the previous step. In *riscv_base_pmu*'s88 In the case of *riscv_base_pmu*, only (3) is provided for now.