]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/perf/util/pmu.h
perf tools: Read and store caps/max_precise in perf_pmu
[linux.git] / tools / perf / util / pmu.h
index 47253c3daf55b8cc6f8e4849f300101f8786fc3d..bd9ec2704a579c606f47cc90c4052dd229869995 100644 (file)
@@ -26,6 +26,7 @@ struct perf_pmu {
        __u32 type;
        bool selectable;
        bool is_uncore;
+       int max_precise;
        struct perf_event_attr *default_config;
        struct cpu_map *cpus;
        struct list_head format;  /* HEAD struct perf_pmu_format -> list */