Lines Matching full:dim

2349 #define DIM(d, n, func) [d] = { .name = n, .entry = &(func) }  macro
2352 DIM(SORT_PID, "pid", sort_thread),
2353 DIM(SORT_COMM, "comm", sort_comm),
2354 DIM(SORT_DSO, "dso", sort_dso),
2355 DIM(SORT_SYM, "symbol", sort_sym),
2356 DIM(SORT_PARENT, "parent", sort_parent),
2357 DIM(SORT_CPU, "cpu", sort_cpu),
2358 DIM(SORT_SOCKET, "socket", sort_socket),
2359 DIM(SORT_SRCLINE, "srcline", sort_srcline),
2360 DIM(SORT_SRCFILE, "srcfile", sort_srcfile),
2361 DIM(SORT_LOCAL_WEIGHT, "local_weight", sort_local_weight),
2362 DIM(SORT_GLOBAL_WEIGHT, "weight", sort_global_weight),
2363 DIM(SORT_TRANSACTION, "transaction", sort_transaction),
2365 DIM(SORT_TRACE, "trace", sort_trace),
2367 DIM(SORT_SYM_SIZE, "symbol_size", sort_sym_size),
2368 DIM(SORT_DSO_SIZE, "dso_size", sort_dso_size),
2369 DIM(SORT_CGROUP, "cgroup", sort_cgroup),
2370 DIM(SORT_CGROUP_ID, "cgroup_id", sort_cgroup_id),
2371 DIM(SORT_SYM_IPC_NULL, "ipc_null", sort_sym_ipc_null),
2372 DIM(SORT_TIME, "time", sort_time),
2373 DIM(SORT_CODE_PAGE_SIZE, "code_page_size", sort_code_page_size),
2374 DIM(SORT_LOCAL_INS_LAT, "local_ins_lat", sort_local_ins_lat),
2375 DIM(SORT_GLOBAL_INS_LAT, "ins_lat", sort_global_ins_lat),
2376 DIM(SORT_LOCAL_PIPELINE_STAGE_CYC, "local_p_stage_cyc", sort_local_p_stage_cyc),
2377 DIM(SORT_GLOBAL_PIPELINE_STAGE_CYC, "p_stage_cyc", sort_global_p_stage_cyc),
2378 DIM(SORT_ADDR, "addr", sort_addr),
2379 DIM(SORT_LOCAL_RETIRE_LAT, "local_retire_lat", sort_local_p_stage_cyc),
2380 DIM(SORT_GLOBAL_RETIRE_LAT, "retire_lat", sort_global_p_stage_cyc),
2381 DIM(SORT_SIMD, "simd", sort_simd),
2382 DIM(SORT_ANNOTATE_DATA_TYPE, "type", sort_type),
2383 DIM(SORT_ANNOTATE_DATA_TYPE_OFFSET, "typeoff", sort_type_offset),
2384 DIM(SORT_SYM_OFFSET, "symoff", sort_sym_offset),
2387 #undef DIM
2389 #define DIM(d, n, func) [d - __SORT_BRANCH_STACK] = { .name = n, .entry = &(func) } macro
2392 DIM(SORT_DSO_FROM, "dso_from", sort_dso_from),
2393 DIM(SORT_DSO_TO, "dso_to", sort_dso_to),
2394 DIM(SORT_SYM_FROM, "symbol_from", sort_sym_from),
2395 DIM(SORT_SYM_TO, "symbol_to", sort_sym_to),
2396 DIM(SORT_MISPREDICT, "mispredict", sort_mispredict),
2397 DIM(SORT_IN_TX, "in_tx", sort_in_tx),
2398 DIM(SORT_ABORT, "abort", sort_abort),
2399 DIM(SORT_CYCLES, "cycles", sort_cycles),
2400 DIM(SORT_SRCLINE_FROM, "srcline_from", sort_srcline_from),
2401 DIM(SORT_SRCLINE_TO, "srcline_to", sort_srcline_to),
2402 DIM(SORT_SYM_IPC, "ipc_lbr", sort_sym_ipc),
2403 DIM(SORT_ADDR_FROM, "addr_from", sort_addr_from),
2404 DIM(SORT_ADDR_TO, "addr_to", sort_addr_to),
2407 #undef DIM
2409 #define DIM(d, n, func) [d - __SORT_MEMORY_MODE] = { .name = n, .entry = &(func) } macro
2412 DIM(SORT_MEM_DADDR_SYMBOL, "symbol_daddr", sort_mem_daddr_sym),
2413 DIM(SORT_MEM_IADDR_SYMBOL, "symbol_iaddr", sort_mem_iaddr_sym),
2414 DIM(SORT_MEM_DADDR_DSO, "dso_daddr", sort_mem_daddr_dso),
2415 DIM(SORT_MEM_LOCKED, "locked", sort_mem_locked),
2416 DIM(SORT_MEM_TLB, "tlb", sort_mem_tlb),
2417 DIM(SORT_MEM_LVL, "mem", sort_mem_lvl),
2418 DIM(SORT_MEM_SNOOP, "snoop", sort_mem_snoop),
2419 DIM(SORT_MEM_DCACHELINE, "dcacheline", sort_mem_dcacheline),
2420 DIM(SORT_MEM_PHYS_DADDR, "phys_daddr", sort_mem_phys_daddr),
2421 DIM(SORT_MEM_DATA_PAGE_SIZE, "data_page_size", sort_mem_data_page_size),
2422 DIM(SORT_MEM_BLOCKED, "blocked", sort_mem_blocked),
2425 #undef DIM
2433 #define DIM(d, n) { .name = n, .fmt = &perf_hpp__format[d], } macro
2436 DIM(PERF_HPP__OVERHEAD, "overhead"),
2437 DIM(PERF_HPP__OVERHEAD_SYS, "overhead_sys"),
2438 DIM(PERF_HPP__OVERHEAD_US, "overhead_us"),
2439 DIM(PERF_HPP__OVERHEAD_GUEST_SYS, "overhead_guest_sys"),
2440 DIM(PERF_HPP__OVERHEAD_GUEST_US, "overhead_guest_us"),
2441 DIM(PERF_HPP__OVERHEAD_ACC, "overhead_children"),
2442 DIM(PERF_HPP__SAMPLES, "sample"),
2443 DIM(PERF_HPP__PERIOD, "period"),
2446 #undef DIM