Searched refs:DIM (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/tools/perf/util/ |
D | sort.c | 428 #define DIM(d, n, func) [d] = { .name = n, .entry = &(func) } macro 431 DIM(SORT_PID, "pid", sort_thread), 432 DIM(SORT_COMM, "comm", sort_comm), 433 DIM(SORT_DSO, "dso", sort_dso), 434 DIM(SORT_DSO_FROM, "dso_from", sort_dso_from), 435 DIM(SORT_DSO_TO, "dso_to", sort_dso_to), 436 DIM(SORT_SYM, "symbol", sort_sym), 437 DIM(SORT_SYM_TO, "symbol_from", sort_sym_from), 438 DIM(SORT_SYM_FROM, "symbol_to", sort_sym_to), 439 DIM(SORT_PARENT, "parent", sort_parent), [all …]
|
/linux-3.4.99/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
|