Searched defs:pmu (Results 1 – 3 of 3) sorted by relevance
453 std::string pmu = name.substr(0, name.find('/')); in GetPmuCpumask() local
7254 struct pmu *pmu; member7323 struct pmu { struct7333 int __attribute__((btf_type_tag("percpu"))) *pmu_disable_count; argument7334 struct perf_cpu_pmu_context __attribute__((btf_type_tag("percpu"))) *cpu_pmu_context; argument7339 void (*pmu_enable)(struct pmu *); argument7340 void (*pmu_disable)(struct pmu *); argument7349 void (*start_txn)(struct pmu *, unsigned int); argument7350 int (*commit_txn)(struct pmu *); argument7351 void (*cancel_txn)(struct pmu *); argument7353 void (*sched_task)(struct perf_event_pmu_context *, bool); argument[all …]
612 struct pmu *pmu; member691 struct pmu { struct701 int __attribute__((btf_type_tag("percpu"))) *pmu_disable_count; argument702 struct perf_cpu_pmu_context __attribute__((btf_type_tag("percpu"))) *cpu_pmu_context; argument707 void (*pmu_enable)(struct pmu *); argument708 void (*pmu_disable)(struct pmu *); argument717 void (*start_txn)(struct pmu *, unsigned int); argument718 int (*commit_txn)(struct pmu *); argument719 void (*cancel_txn)(struct pmu *); argument721 void (*sched_task)(struct perf_event_pmu_context *, bool); argument[all …]