Lines Matching defs:perf_env
40 struct perf_env { struct
41 char *hostname;
42 char *os_release;
43 char *version;
44 char *arch;
45 int nr_cpus_online;
46 int nr_cpus_avail;
47 char *cpu_desc;
48 char *cpuid;
49 unsigned long long total_mem;
50 unsigned int msr_pmu_type;
51 unsigned int max_branches;
53 int nr_cmdline;
54 int nr_sibling_cores;
55 int nr_sibling_dies;
56 int nr_sibling_threads;
57 int nr_numa_nodes;
58 int nr_memory_nodes;
59 int nr_pmu_mappings;
60 int nr_groups;
61 int nr_cpu_pmu_caps;
62 char *cmdline;
63 const char **cmdline_argv;
64 char *sibling_cores;
65 char *sibling_dies;
66 char *sibling_threads;
67 char *pmu_mappings;
68 char *cpu_pmu_caps;
69 struct cpu_topology_map *cpu;
70 struct cpu_cache_level *caches;
71 int caches_cnt;
72 u32 comp_ratio;
73 u32 comp_ver;
74 u32 comp_type;
75 u32 comp_level;
99 /* For fast cpu to numa node lookup via perf_env__numa_node */ argument
100 int *numa_map;
101 int nr_numa_map;
126 extern struct perf_env perf_env; argument