Searched refs:DIM (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | sort.c | 1168 #define DIM(d, n, func) [d] = { .name = n, .entry = &(func) } macro 1171 DIM(SORT_PID, "pid", sort_thread), 1172 DIM(SORT_COMM, "comm", sort_comm), 1173 DIM(SORT_DSO, "dso", sort_dso), 1174 DIM(SORT_SYM, "symbol", sort_sym), 1175 DIM(SORT_PARENT, "parent", sort_parent), 1176 DIM(SORT_CPU, "cpu", sort_cpu), 1177 DIM(SORT_SRCLINE, "srcline", sort_srcline), 1178 DIM(SORT_LOCAL_WEIGHT, "local_weight", sort_local_weight), 1179 DIM(SORT_GLOBAL_WEIGHT, "weight", sort_global_weight), [all …]
|
/linux-4.1.27/Documentation/leds/ |
D | leds-lp3944.txt | 17 DIM modes; it could even be used as a gpio expander but this driver assumes it 20 The DIM modes are used to set _blink_ patterns for leds, the pattern is
|