H A D | sort.c | 2156 #define DIM(d, n, func) [d] = { .name = n, .entry = &(func) } macro 2159 DIM(SORT_PID, "pid", sort_thread), 2160 DIM(SORT_COMM, "comm", sort_comm), 2161 DIM(SORT_DSO, "dso", sort_dso), 2162 DIM(SORT_SYM, "symbol", sort_sym), 2163 DIM(SORT_PARENT, "parent", sort_parent), 2164 DIM(SORT_CPU, "cpu", sort_cpu), 2165 DIM(SORT_SOCKET, "socket", sort_socket), 2166 DIM(SORT_SRCLINE, "srcline", sort_srcline), 2167 DIM(SORT_SRCFIL 2191 #undef DIM global() macro 2193 #define DIM global() macro 2211 #undef DIM global() macro 2213 #define DIM global() macro 2229 #undef DIM global() macro 2237 #define DIM global() macro 2250 #undef DIM global() macro [all...] |