Lines Matching refs:DIM
2113 #define DIM(d, n, func) [d] = { .name = n, .entry = &(func) } macro
2116 DIM(SORT_PID, "pid", sort_thread),
2117 DIM(SORT_COMM, "comm", sort_comm),
2118 DIM(SORT_DSO, "dso", sort_dso),
2119 DIM(SORT_SYM, "symbol", sort_sym),
2120 DIM(SORT_PARENT, "parent", sort_parent),
2121 DIM(SORT_CPU, "cpu", sort_cpu),
2122 DIM(SORT_SOCKET, "socket", sort_socket),
2123 DIM(SORT_SRCLINE, "srcline", sort_srcline),
2124 DIM(SORT_SRCFILE, "srcfile", sort_srcfile),
2125 DIM(SORT_LOCAL_WEIGHT, "local_weight", sort_local_weight),
2126 DIM(SORT_GLOBAL_WEIGHT, "weight", sort_global_weight),
2127 DIM(SORT_TRANSACTION, "transaction", sort_transaction),
2129 DIM(SORT_TRACE, "trace", sort_trace),
2131 DIM(SORT_SYM_SIZE, "symbol_size", sort_sym_size),
2132 DIM(SORT_DSO_SIZE, "dso_size", sort_dso_size),
2133 DIM(SORT_CGROUP, "cgroup", sort_cgroup),
2134 DIM(SORT_CGROUP_ID, "cgroup_id", sort_cgroup_id),
2135 DIM(SORT_SYM_IPC_NULL, "ipc_null", sort_sym_ipc_null),
2136 DIM(SORT_TIME, "time", sort_time),
2137 DIM(SORT_CODE_PAGE_SIZE, "code_page_size", sort_code_page_size),
2138 DIM(SORT_LOCAL_INS_LAT, "local_ins_lat", sort_local_ins_lat),
2139 DIM(SORT_GLOBAL_INS_LAT, "ins_lat", sort_global_ins_lat),
2140 DIM(SORT_LOCAL_PIPELINE_STAGE_CYC, "local_p_stage_cyc", sort_local_p_stage_cyc),
2141 DIM(SORT_GLOBAL_PIPELINE_STAGE_CYC, "p_stage_cyc", sort_global_p_stage_cyc),
2142 DIM(SORT_ADDR, "addr", sort_addr),
2143 DIM(SORT_LOCAL_RETIRE_LAT, "local_retire_lat", sort_local_p_stage_cyc),
2144 DIM(SORT_GLOBAL_RETIRE_LAT, "retire_lat", sort_global_p_stage_cyc),
2147 #undef DIM
2149 #define DIM(d, n, func) [d - __SORT_BRANCH_STACK] = { .name = n, .entry = &(func) } macro
2152 DIM(SORT_DSO_FROM, "dso_from", sort_dso_from),
2153 DIM(SORT_DSO_TO, "dso_to", sort_dso_to),
2154 DIM(SORT_SYM_FROM, "symbol_from", sort_sym_from),
2155 DIM(SORT_SYM_TO, "symbol_to", sort_sym_to),
2156 DIM(SORT_MISPREDICT, "mispredict", sort_mispredict),
2157 DIM(SORT_IN_TX, "in_tx", sort_in_tx),
2158 DIM(SORT_ABORT, "abort", sort_abort),
2159 DIM(SORT_CYCLES, "cycles", sort_cycles),
2160 DIM(SORT_SRCLINE_FROM, "srcline_from", sort_srcline_from),
2161 DIM(SORT_SRCLINE_TO, "srcline_to", sort_srcline_to),
2162 DIM(SORT_SYM_IPC, "ipc_lbr", sort_sym_ipc),
2163 DIM(SORT_ADDR_FROM, "addr_from", sort_addr_from),
2164 DIM(SORT_ADDR_TO, "addr_to", sort_addr_to),
2167 #undef DIM
2169 #define DIM(d, n, func) [d - __SORT_MEMORY_MODE] = { .name = n, .entry = &(func) } macro
2172 DIM(SORT_MEM_DADDR_SYMBOL, "symbol_daddr", sort_mem_daddr_sym),
2173 DIM(SORT_MEM_IADDR_SYMBOL, "symbol_iaddr", sort_mem_iaddr_sym),
2174 DIM(SORT_MEM_DADDR_DSO, "dso_daddr", sort_mem_daddr_dso),
2175 DIM(SORT_MEM_LOCKED, "locked", sort_mem_locked),
2176 DIM(SORT_MEM_TLB, "tlb", sort_mem_tlb),
2177 DIM(SORT_MEM_LVL, "mem", sort_mem_lvl),
2178 DIM(SORT_MEM_SNOOP, "snoop", sort_mem_snoop),
2179 DIM(SORT_MEM_DCACHELINE, "dcacheline", sort_mem_dcacheline),
2180 DIM(SORT_MEM_PHYS_DADDR, "phys_daddr", sort_mem_phys_daddr),
2181 DIM(SORT_MEM_DATA_PAGE_SIZE, "data_page_size", sort_mem_data_page_size),
2182 DIM(SORT_MEM_BLOCKED, "blocked", sort_mem_blocked),
2185 #undef DIM
2193 #define DIM(d, n) { .name = n, .fmt = &perf_hpp__format[d], } macro
2196 DIM(PERF_HPP__OVERHEAD, "overhead"),
2197 DIM(PERF_HPP__OVERHEAD_SYS, "overhead_sys"),
2198 DIM(PERF_HPP__OVERHEAD_US, "overhead_us"),
2199 DIM(PERF_HPP__OVERHEAD_GUEST_SYS, "overhead_guest_sys"),
2200 DIM(PERF_HPP__OVERHEAD_GUEST_US, "overhead_guest_us"),
2201 DIM(PERF_HPP__OVERHEAD_ACC, "overhead_children"),
2202 DIM(PERF_HPP__SAMPLES, "sample"),
2203 DIM(PERF_HPP__PERIOD, "period"),
2206 #undef DIM