Searched refs:begin (Results 1 – 16 of 16) sorted by relevance
/tools/testing/selftests/powerpc/nx-gzip/ |
D | gzip_vas.c | 291 char *begin = buf; in nxu_touch_pages() local 304 t = *begin; in nxu_touch_pages() 306 *begin = t; in nxu_touch_pages() 307 begin = begin + page_len; in nxu_touch_pages() 308 } while (begin < end); in nxu_touch_pages()
|
/tools/perf/util/ |
D | bpf-prologue.c | 27 struct bpf_insn *begin; member 35 return pos->pos - pos->begin; in pos_get_cnt() 333 for (insn = pos->begin; insn < pos->pos; insn++) { in prologue_relocate() 381 pos.begin = new_prog; in bpf__gen_prologue()
|
/tools/perf/Documentation/ |
D | perf-kallsyms.txt | 16 and prints information about it, including the DSO, the kallsyms begin/end
|
D | perf-script.txt | 200 transaction abort, trace begin, trace end, in transaction, VM-Entry, and VM-Exit
|
D | perf-script-python.txt | 175 The final couple of functions are, like the begin and end functions,
|
D | perf-record.txt | 141 - 'start': defines an address at which tracing will begin.
|
D | perf-intel-pt.txt | 112 system, asynchronous, interrupt, transaction abort, trace begin, trace end,
|
/tools/tracing/latency/ |
D | latency-collector.c | 1249 const char *begin; in find_next_optstr() local 1257 for (begin = allopt; *begin != '\0'; begin++) { in find_next_optstr() 1258 if (isgraph(*begin)) in find_next_optstr() 1262 if (*begin == '\0') in find_next_optstr() 1265 for (end = begin; *end != '\0' && isgraph(*end); end++) in find_next_optstr() 1269 strncpy(r, begin, s); in find_next_optstr() 1271 *next = begin + s; in find_next_optstr()
|
/tools/include/linux/ |
D | list.h | 757 static inline void list_del_range(struct list_head *begin, in list_del_range() argument 760 begin->prev->next = end->next; in list_del_range() 761 end->next->prev = begin->prev; in list_del_range()
|
/tools/perf/util/c++/ |
D | clang.cpp | 57 CCArgs.append(CFlags.begin(), CFlags.end()); in createCompilerInvocation()
|
/tools/power/x86/intel-speed-select/ |
D | isst-config.c | 1089 char *begin, *end, *line = NULL; in clx_n_get_base_ratio() local 1101 begin = strstr(line, "@ ") + 2; in clx_n_get_base_ratio() 1103 strncpy(number, begin, end - begin); in clx_n_get_base_ratio()
|
/tools/testing/ktest/ |
D | ktest.pl | 802 my $begin = $1; 806 $retval = "$retval$begin";
|
/tools/testing/selftests/filesystems/incfs/ |
D | incfs_test.c | 2513 if (ranges[i].begin != i * 4 || ranges[i].end != i * 4 + 2) { in validate_ranges() 2518 if (ranges[i].begin != i * 4 || in validate_ranges() 2556 if (ranges[0].begin != i * 2) { in validate_ranges() 2736 if (ranges[0].begin != file_blocks + 1 || in validate_hash_ranges()
|
/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 16 # mnemonics that begin with lowercase 'v' accept a VEX or EVEX prefix 17 # mnemonics that begin with lowercase 'k' accept a VEX prefix
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 1030 def cmdinfo(self, begin, debug=False): argument 1032 if begin: 1037 if not cmdpath or (begin and not delta): 1046 if not debug and begin:
|
/tools/memory-model/Documentation/ |
D | explanation.txt | 1003 Dependencies to load instructions are more problematic. To begin with, 1008 be executed after all. And lastly, the real difficulties begin when
|