Home
last modified time | relevance | path

Searched refs:begin (Results 1 – 20 of 20) sorted by relevance

/tools/testing/selftests/powerpc/nx-gzip/
Dgzip_vas.c291 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/testing/selftests/net/
Dbind_bhash.c93 clock_t begin, end; in main() local
122 begin = clock(); in main()
131 printf("time spent = %f\n", (double)(end - begin) / CLOCKS_PER_SEC); in main()
/tools/perf/Documentation/
Dperf-kallsyms.txt16 and prints information about it, including the DSO, the kallsyms begin/end
Dtopdown.txt342 In the most recent release of TMA, the metrics begin to use event retire_latency
Dperf-script.txt205 transaction abort, trace begin, trace end, in transaction, VM-Entry,
Dperf-script-python.txt175 The final couple of functions are, like the begin and end functions,
Dperf-record.txt132 - 'start': defines an address at which tracing will begin.
Dperf-intel-pt.txt112 system, asynchronous, interrupt, transaction abort, trace begin, trace end,
/tools/tracing/latency/
Dlatency-collector.c1249 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/
Dlist.h768 static inline void list_del_range(struct list_head *begin, in list_del_range() argument
771 begin->prev->next = end->next; in list_del_range()
772 end->next->prev = begin->prev; in list_del_range()
/tools/perf/util/
Dannotate-data.c935 if (last_bb->end != first_bb->begin) { in prepend_basic_blocks()
937 last_bb->end->al.offset, first_bb->begin->al.offset); in prepend_basic_blocks()
942 if (last_bb->begin == last_bb->end) { in prepend_basic_blocks()
1257 struct disasm_line *dl = bb->begin; in find_data_type_insn()
1259 BUG_ON(bb->begin->al.offset == -1 || bb->end->al.offset == -1); in find_data_type_insn()
1262 bb->begin->al.offset, bb->end->al.offset); in find_data_type_insn()
Dannotate.h557 struct disasm_line *begin; member
Dannotate.c2765 s64 begin_offset = link->bb->begin->al.offset; in basic_block_has_offset()
2804 bb->begin = dl; in add_basic_block()
2829 dl = link->bb->begin; in process_basic_block()
/tools/testing/selftests/net/tcp_ao/
Dkey-management.c794 struct tcp_ao_counters *begin, in start_server() argument
812 if (test_get_tcp_ao_counters(sk, begin)) in start_server()
833 struct tcp_ao_counters *begin) in end_server() argument
844 verify_counters(tst_name, false, true, begin, &end); in end_server()
/tools/power/x86/intel-speed-select/
Disst-config.c1286 char *begin, *end, *line = NULL; in clx_n_get_base_ratio() local
1298 begin = strstr(line, "@ ") + 2; in clx_n_get_base_ratio()
1300 strncpy(number, begin, end - begin); in clx_n_get_base_ratio()
/tools/testing/selftests/filesystems/incfs/
Dincfs_test.c2513 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/testing/ktest/
Dktest.pl811 my $begin = $1;
815 $retval = "$retval$begin";
/tools/power/pm-graph/
Dsleepgraph.py1096 def cmdinfo(self, begin, debug=False): argument
1098 if begin:
1106 if not cmdpath or (begin and not delta):
1115 if not debug and begin:
/tools/arch/x86/lib/
Dx86-opcode-map.txt16 # mnemonics that begin with lowercase 'v' accept a VEX or EVEX prefix
17 # mnemonics that begin with lowercase 'k' accept a VEX prefix
/tools/memory-model/Documentation/
Dexplanation.txt1086 Dependencies to load instructions are more problematic. To begin with,
1091 be executed after all. And lastly, the real difficulties begin when