Lines Matching full:dim
2402 #define DIM(d, n, func) [d] = { .name = n, .entry = &(func) } macro
2405 DIM(SORT_PID, "pid", sort_thread),
2406 DIM(SORT_COMM, "comm", sort_comm),
2407 DIM(SORT_DSO, "dso", sort_dso),
2408 DIM(SORT_SYM, "symbol", sort_sym),
2409 DIM(SORT_PARENT, "parent", sort_parent),
2410 DIM(SORT_CPU, "cpu", sort_cpu),
2411 DIM(SORT_SOCKET, "socket", sort_socket),
2412 DIM(SORT_SRCLINE, "srcline", sort_srcline),
2413 DIM(SORT_SRCFILE, "srcfile", sort_srcfile),
2414 DIM(SORT_LOCAL_WEIGHT, "local_weight", sort_local_weight),
2415 DIM(SORT_GLOBAL_WEIGHT, "weight", sort_global_weight),
2416 DIM(SORT_TRANSACTION, "transaction", sort_transaction),
2418 DIM(SORT_TRACE, "trace", sort_trace),
2420 DIM(SORT_SYM_SIZE, "symbol_size", sort_sym_size),
2421 DIM(SORT_DSO_SIZE, "dso_size", sort_dso_size),
2422 DIM(SORT_CGROUP, "cgroup", sort_cgroup),
2423 DIM(SORT_CGROUP_ID, "cgroup_id", sort_cgroup_id),
2424 DIM(SORT_SYM_IPC_NULL, "ipc_null", sort_sym_ipc_null),
2425 DIM(SORT_TIME, "time", sort_time),
2426 DIM(SORT_CODE_PAGE_SIZE, "code_page_size", sort_code_page_size),
2427 DIM(SORT_LOCAL_INS_LAT, "local_ins_lat", sort_local_ins_lat),
2428 DIM(SORT_GLOBAL_INS_LAT, "ins_lat", sort_global_ins_lat),
2429 DIM(SORT_LOCAL_PIPELINE_STAGE_CYC, "local_p_stage_cyc", sort_local_p_stage_cyc),
2430 DIM(SORT_GLOBAL_PIPELINE_STAGE_CYC, "p_stage_cyc", sort_global_p_stage_cyc),
2431 DIM(SORT_ADDR, "addr", sort_addr),
2432 DIM(SORT_LOCAL_RETIRE_LAT, "local_retire_lat", sort_local_p_stage_cyc),
2433 DIM(SORT_GLOBAL_RETIRE_LAT, "retire_lat", sort_global_p_stage_cyc),
2434 DIM(SORT_SIMD, "simd", sort_simd),
2435 DIM(SORT_ANNOTATE_DATA_TYPE, "type", sort_type),
2436 DIM(SORT_ANNOTATE_DATA_TYPE_OFFSET, "typeoff", sort_type_offset),
2437 DIM(SORT_SYM_OFFSET, "symoff", sort_sym_offset),
2438 DIM(SORT_ANNOTATE_DATA_TYPE_CACHELINE, "typecln", sort_type_cacheline),
2441 #undef DIM
2443 #define DIM(d, n, func) [d - __SORT_BRANCH_STACK] = { .name = n, .entry = &(func) } macro
2446 DIM(SORT_DSO_FROM, "dso_from", sort_dso_from),
2447 DIM(SORT_DSO_TO, "dso_to", sort_dso_to),
2448 DIM(SORT_SYM_FROM, "symbol_from", sort_sym_from),
2449 DIM(SORT_SYM_TO, "symbol_to", sort_sym_to),
2450 DIM(SORT_MISPREDICT, "mispredict", sort_mispredict),
2451 DIM(SORT_IN_TX, "in_tx", sort_in_tx),
2452 DIM(SORT_ABORT, "abort", sort_abort),
2453 DIM(SORT_CYCLES, "cycles", sort_cycles),
2454 DIM(SORT_SRCLINE_FROM, "srcline_from", sort_srcline_from),
2455 DIM(SORT_SRCLINE_TO, "srcline_to", sort_srcline_to),
2456 DIM(SORT_SYM_IPC, "ipc_lbr", sort_sym_ipc),
2457 DIM(SORT_ADDR_FROM, "addr_from", sort_addr_from),
2458 DIM(SORT_ADDR_TO, "addr_to", sort_addr_to),
2461 #undef DIM
2463 #define DIM(d, n, func) [d - __SORT_MEMORY_MODE] = { .name = n, .entry = &(func) } macro
2466 DIM(SORT_MEM_DADDR_SYMBOL, "symbol_daddr", sort_mem_daddr_sym),
2467 DIM(SORT_MEM_IADDR_SYMBOL, "symbol_iaddr", sort_mem_iaddr_sym),
2468 DIM(SORT_MEM_DADDR_DSO, "dso_daddr", sort_mem_daddr_dso),
2469 DIM(SORT_MEM_LOCKED, "locked", sort_mem_locked),
2470 DIM(SORT_MEM_TLB, "tlb", sort_mem_tlb),
2471 DIM(SORT_MEM_LVL, "mem", sort_mem_lvl),
2472 DIM(SORT_MEM_SNOOP, "snoop", sort_mem_snoop),
2473 DIM(SORT_MEM_DCACHELINE, "dcacheline", sort_mem_dcacheline),
2474 DIM(SORT_MEM_PHYS_DADDR, "phys_daddr", sort_mem_phys_daddr),
2475 DIM(SORT_MEM_DATA_PAGE_SIZE, "data_page_size", sort_mem_data_page_size),
2476 DIM(SORT_MEM_BLOCKED, "blocked", sort_mem_blocked),
2479 #undef DIM
2487 #define DIM(d, n) { .name = n, .fmt = &perf_hpp__format[d], } macro
2490 DIM(PERF_HPP__OVERHEAD, "overhead"),
2491 DIM(PERF_HPP__OVERHEAD_SYS, "overhead_sys"),
2492 DIM(PERF_HPP__OVERHEAD_US, "overhead_us"),
2493 DIM(PERF_HPP__OVERHEAD_GUEST_SYS, "overhead_guest_sys"),
2494 DIM(PERF_HPP__OVERHEAD_GUEST_US, "overhead_guest_us"),
2495 DIM(PERF_HPP__OVERHEAD_ACC, "overhead_children"),
2496 DIM(PERF_HPP__SAMPLES, "sample"),
2497 DIM(PERF_HPP__PERIOD, "period"),
2498 DIM(PERF_HPP__WEIGHT1, "weight1"),
2499 DIM(PERF_HPP__WEIGHT2, "weight2"),
2500 DIM(PERF_HPP__WEIGHT3, "weight3"),
2502 DIM(PERF_HPP__WEIGHT2, "ins_lat"),
2503 DIM(PERF_HPP__WEIGHT3, "retire_lat"),
2504 DIM(PERF_HPP__WEIGHT3, "p_stage_cyc"),
2507 #undef DIM