Home
last modified time | relevance | path

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

/tools/perf/scripts/python/
A Dmem-phys-addr.py20 begin: int
50 begin = int(m[0], 16)
53 entry = IomemEntry(begin, end, indent, label)
56 parent = find_memory_type(begin)
67 key=lambda entry: entry.begin)
71 if iomem_entry.begin <= phys_addr <= iomem_entry.end:
/tools/testing/selftests/powerpc/nx-gzip/
A 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/
A 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/
A Dperf-kallsyms.txt16 and prints information about it, including the DSO, the kallsyms begin/end
A Dtopdown.txt342 In the most recent release of TMA, the metrics begin to use event retire_latency
A Dperf-script.txt205 transaction abort, trace begin, trace end, in transaction, VM-Entry,
A Dperf-script-python.txt175 The final couple of functions are, like the begin and end functions,
A Dperf-record.txt136 - 'start': defines an address at which tracing will begin.
A Dperf-intel-pt.txt112 system, asynchronous, interrupt, transaction abort, trace begin, trace end,
/tools/tracing/latency/
A 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/
A 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/
A Dannotate-data.c974 if (last_bb->end != first_bb->begin) { in prepend_basic_blocks()
976 last_bb->end->al.offset, first_bb->begin->al.offset); in prepend_basic_blocks()
981 if (last_bb->begin == last_bb->end) { in prepend_basic_blocks()
1296 struct disasm_line *dl = bb->begin; in find_data_type_insn()
1298 BUG_ON(bb->begin->al.offset == -1 || bb->end->al.offset == -1); in find_data_type_insn()
1301 bb->begin->al.offset, bb->end->al.offset); in find_data_type_insn()
A Dannotate.h574 struct disasm_line *begin; member
A Dannotate.c2909 s64 begin_offset = link->bb->begin->al.offset; in basic_block_has_offset()
2948 bb->begin = dl; in add_basic_block()
2973 dl = link->bb->begin; in process_basic_block()
/tools/testing/selftests/net/tcp_ao/
A Dkey-management.c794 struct tcp_counters *begin, in start_server() argument
812 if (test_get_tcp_counters(sk, begin)) in start_server()
833 struct tcp_counters *begin) in end_server() argument
844 verify_counters(tst_name, false, true, begin, &end); in end_server()
/tools/power/x86/intel-speed-select/
A Disst-config.c1304 char *begin, *end, *line = NULL; in clx_n_get_base_ratio() local
1316 begin = strstr(line, "@ ") + 2; in clx_n_get_base_ratio()
1318 strncpy(number, begin, end - begin); in clx_n_get_base_ratio()
/tools/testing/ktest/
A Dktest.pl815 my $begin = $1;
819 $retval = "$retval$begin";
/tools/power/pm-graph/
A Dsleepgraph.py1119 def cmdinfo(self, begin, debug=False): argument
1121 if begin:
1129 if not cmdpath or (begin and not delta):
1138 if not debug and begin:
/tools/arch/x86/lib/
A 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/
A Dexplanation.txt1086 Dependencies to load instructions are more problematic. To begin with,
1091 be executed after all. And lastly, the real difficulties begin when

Completed in 634 milliseconds