Searched refs:expansion (Results 1 – 3 of 3) sorted by relevance
/tools/testing/selftests/vm/ |
D | gup_benchmark.c | 35 __u64 expansion[10]; /* For future use */ member
|
/tools/scripts/ |
D | utilities.mak | 24 # produced during the expansion; this may not be 71 # misinterpreted as a brace expansion; this can be
|
/tools/perf/ |
D | builtin-trace.c | 3835 char *n, expansion[19]; local 3836 int expansion_lenght = scnprintf(expansion, sizeof(expansion), "%#" PRIx64, val); 3839 pr_debug("%s", expansion); 3841 if (asprintf(&n, "%.*s%s%s", expansion_offset, new_filter, expansion, right_end) < 0) {
|