Lines Matching refs:DIM
2580 #define DIM(d, n, func) [d] = { .name = n, .entry = &(func) } macro
2583 DIM(SORT_PID, "pid", sort_thread),
2584 DIM(SORT_TGID, "tgid", sort_tgid),
2585 DIM(SORT_COMM, "comm", sort_comm),
2586 DIM(SORT_DSO, "dso", sort_dso),
2587 DIM(SORT_SYM, "symbol", sort_sym),
2588 DIM(SORT_PARENT, "parent", sort_parent),
2589 DIM(SORT_CPU, "cpu", sort_cpu),
2590 DIM(SORT_SOCKET, "socket", sort_socket),
2591 DIM(SORT_SRCLINE, "srcline", sort_srcline),
2592 DIM(SORT_SRCFILE, "srcfile", sort_srcfile),
2593 DIM(SORT_LOCAL_WEIGHT, "local_weight", sort_local_weight),
2594 DIM(SORT_GLOBAL_WEIGHT, "weight", sort_global_weight),
2595 DIM(SORT_TRANSACTION, "transaction", sort_transaction),
2597 DIM(SORT_TRACE, "trace", sort_trace),
2599 DIM(SORT_SYM_SIZE, "symbol_size", sort_sym_size),
2600 DIM(SORT_DSO_SIZE, "dso_size", sort_dso_size),
2601 DIM(SORT_CGROUP, "cgroup", sort_cgroup),
2602 DIM(SORT_CGROUP_ID, "cgroup_id", sort_cgroup_id),
2603 DIM(SORT_SYM_IPC_NULL, "ipc_null", sort_sym_ipc_null),
2604 DIM(SORT_TIME, "time", sort_time),
2605 DIM(SORT_CODE_PAGE_SIZE, "code_page_size", sort_code_page_size),
2606 DIM(SORT_LOCAL_INS_LAT, "local_ins_lat", sort_local_ins_lat),
2607 DIM(SORT_GLOBAL_INS_LAT, "ins_lat", sort_global_ins_lat),
2608 DIM(SORT_LOCAL_PIPELINE_STAGE_CYC, "local_p_stage_cyc", sort_local_p_stage_cyc),
2609 DIM(SORT_GLOBAL_PIPELINE_STAGE_CYC, "p_stage_cyc", sort_global_p_stage_cyc),
2610 DIM(SORT_ADDR, "addr", sort_addr),
2611 DIM(SORT_LOCAL_RETIRE_LAT, "local_retire_lat", sort_local_p_stage_cyc),
2612 DIM(SORT_GLOBAL_RETIRE_LAT, "retire_lat", sort_global_p_stage_cyc),
2613 DIM(SORT_SIMD, "simd", sort_simd),
2614 DIM(SORT_ANNOTATE_DATA_TYPE, "type", sort_type),
2615 DIM(SORT_ANNOTATE_DATA_TYPE_OFFSET, "typeoff", sort_type_offset),
2616 DIM(SORT_SYM_OFFSET, "symoff", sort_sym_offset),
2617 DIM(SORT_ANNOTATE_DATA_TYPE_CACHELINE, "typecln", sort_type_cacheline),
2618 DIM(SORT_PARALLELISM, "parallelism", sort_parallelism),
2621 #undef DIM
2623 #define DIM(d, n, func) [d - __SORT_BRANCH_STACK] = { .name = n, .entry = &(func) } macro
2626 DIM(SORT_DSO_FROM, "dso_from", sort_dso_from),
2627 DIM(SORT_DSO_TO, "dso_to", sort_dso_to),
2628 DIM(SORT_SYM_FROM, "symbol_from", sort_sym_from),
2629 DIM(SORT_SYM_TO, "symbol_to", sort_sym_to),
2630 DIM(SORT_MISPREDICT, "mispredict", sort_mispredict),
2631 DIM(SORT_IN_TX, "in_tx", sort_in_tx),
2632 DIM(SORT_ABORT, "abort", sort_abort),
2633 DIM(SORT_CYCLES, "cycles", sort_cycles),
2634 DIM(SORT_SRCLINE_FROM, "srcline_from", sort_srcline_from),
2635 DIM(SORT_SRCLINE_TO, "srcline_to", sort_srcline_to),
2636 DIM(SORT_SYM_IPC, "ipc_lbr", sort_sym_ipc),
2637 DIM(SORT_ADDR_FROM, "addr_from", sort_addr_from),
2638 DIM(SORT_ADDR_TO, "addr_to", sort_addr_to),
2639 DIM(SORT_CALLCHAIN_BRANCH_PREDICTED,
2642 DIM(SORT_CALLCHAIN_BRANCH_ABORT,
2645 DIM(SORT_CALLCHAIN_BRANCH_CYCLES,
2650 #undef DIM
2652 #define DIM(d, n, func) [d - __SORT_MEMORY_MODE] = { .name = n, .entry = &(func) } macro
2655 DIM(SORT_MEM_DADDR_SYMBOL, "symbol_daddr", sort_mem_daddr_sym),
2656 DIM(SORT_MEM_IADDR_SYMBOL, "symbol_iaddr", sort_mem_iaddr_sym),
2657 DIM(SORT_MEM_DADDR_DSO, "dso_daddr", sort_mem_daddr_dso),
2658 DIM(SORT_MEM_LOCKED, "locked", sort_mem_locked),
2659 DIM(SORT_MEM_TLB, "tlb", sort_mem_tlb),
2660 DIM(SORT_MEM_LVL, "mem", sort_mem_lvl),
2661 DIM(SORT_MEM_SNOOP, "snoop", sort_mem_snoop),
2662 DIM(SORT_MEM_DCACHELINE, "dcacheline", sort_mem_dcacheline),
2663 DIM(SORT_MEM_PHYS_DADDR, "phys_daddr", sort_mem_phys_daddr),
2664 DIM(SORT_MEM_DATA_PAGE_SIZE, "data_page_size", sort_mem_data_page_size),
2665 DIM(SORT_MEM_BLOCKED, "blocked", sort_mem_blocked),
2668 #undef DIM
2678 #define DIM(d, n) { .name = n, .fmt = &perf_hpp__format[d], } macro
2682 DIM(PERF_HPP__OVERHEAD, "overhead"),
2683 DIM(PERF_HPP__LATENCY, "latency"),
2684 DIM(PERF_HPP__OVERHEAD_SYS, "overhead_sys"),
2685 DIM(PERF_HPP__OVERHEAD_US, "overhead_us"),
2686 DIM(PERF_HPP__OVERHEAD_GUEST_SYS, "overhead_guest_sys"),
2687 DIM(PERF_HPP__OVERHEAD_GUEST_US, "overhead_guest_us"),
2688 DIM(PERF_HPP__OVERHEAD_ACC, "overhead_children"),
2689 DIM(PERF_HPP__LATENCY_ACC, "latency_children"),
2690 DIM(PERF_HPP__SAMPLES, "sample"),
2691 DIM(PERF_HPP__PERIOD, "period"),
2692 DIM(PERF_HPP__WEIGHT1, "weight1"),
2693 DIM(PERF_HPP__WEIGHT2, "weight2"),
2694 DIM(PERF_HPP__WEIGHT3, "weight3"),
2696 DIM(PERF_HPP__WEIGHT2, "ins_lat"),
2697 DIM(PERF_HPP__WEIGHT3, "retire_lat"),
2698 DIM(PERF_HPP__WEIGHT3, "p_stage_cyc"),
2708 #undef DIM