Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/translations/zh_CN/riscv/
Dpmu.rst55 下, *riscv_pmu* 指向一个常量结构体 *riscv_base_pmu* ,它对基准QEMU模型有非常
62 换句话说,现有的 *riscv_base_pmu* 源只是提供了一个参考实现。 开发者可以灵活地
71 的主体。 在 *riscv_base_pmu* 的情况下,就是 *riscv_event_init* 。
90 在 *riscv_base_pmu* 的情况下,目前只提供了(3)。
/Linux-v5.15/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-v5.15/Documentation/riscv/
Dpmu.rst49 *riscv_pmu* points to a constant structure *riscv_base_pmu*, which has very
56 In other words, existing sources of *riscv_base_pmu* merely provide a
68 member function that was assigned in the previous step. In *riscv_base_pmu*'s
90 In the case of *riscv_base_pmu*, only (3) is provided for now.