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;
52 int nr_cmdline;
53 int nr_sibling_cores;
54 int nr_sibling_dies;
55 int nr_sibling_threads;
56 int nr_numa_nodes;
57 int nr_memory_nodes;
58 int nr_pmu_mappings;
59 int nr_groups;
60 char *cmdline;
61 const char **cmdline_argv;
62 char *sibling_cores;
63 char *sibling_dies;
64 char *sibling_threads;
65 char *pmu_mappings;
66 struct cpu_topology_map *cpu;
67 struct cpu_cache_level *caches;
68 int caches_cnt;
69 u32 comp_ratio;
70 u32 comp_ver;
71 u32 comp_type;
72 u32 comp_level;
73 u32 comp_mmap_len;
74 struct numa_node *numa_nodes;
75 struct memory_node *memory_nodes;
76 unsigned long long memory_bsize;
77 u64 clockid_res_ns;
101 extern struct perf_env perf_env; argument