Searched refs:riscv_base_pmu (Results 1 – 3 of 3) sorted by relevance
55 下, *riscv_pmu* 指向一个常量结构体 *riscv_base_pmu* ,它对基准QEMU模型有非常62 换句话说,现有的 *riscv_base_pmu* 源只是提供了一个参考实现。 开发者可以灵活地71 的主体。 在 *riscv_base_pmu* 的情况下,就是 *riscv_event_init* 。90 在 *riscv_base_pmu* 的情况下,目前只提供了(3)。
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()
49 *riscv_pmu* points to a constant structure *riscv_base_pmu*, which has very56 In other words, existing sources of *riscv_base_pmu* merely provide a68 member function that was assigned in the previous step. In *riscv_base_pmu*'s90 In the case of *riscv_base_pmu*, only (3) is provided for now.