Home
last modified time | relevance | path

Searched defs:pmu (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Devent_type.cpp453 std::string pmu = name.substr(0, name.find('/')); in GetPmuCpumask() local
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h7254 struct pmu *pmu; member
7323 struct pmu { struct
7333 int __attribute__((btf_type_tag("percpu"))) *pmu_disable_count; argument
7334 struct perf_cpu_pmu_context __attribute__((btf_type_tag("percpu"))) *cpu_pmu_context; argument
7339 void (*pmu_enable)(struct pmu *); argument
7340 void (*pmu_disable)(struct pmu *); argument
7349 void (*start_txn)(struct pmu *, unsigned int); argument
7350 int (*commit_txn)(struct pmu *); argument
7351 void (*cancel_txn)(struct pmu *); argument
7353 void (*sched_task)(struct perf_event_pmu_context *, bool); argument
[all …]
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h612 struct pmu *pmu; member
691 struct pmu { struct
701 int __attribute__((btf_type_tag("percpu"))) *pmu_disable_count; argument
702 struct perf_cpu_pmu_context __attribute__((btf_type_tag("percpu"))) *cpu_pmu_context; argument
707 void (*pmu_enable)(struct pmu *); argument
708 void (*pmu_disable)(struct pmu *); argument
717 void (*start_txn)(struct pmu *, unsigned int); argument
718 int (*commit_txn)(struct pmu *); argument
719 void (*cancel_txn)(struct pmu *); argument
721 void (*sched_task)(struct perf_event_pmu_context *, bool); argument
[all …]