Searched refs:begin (Results 1 – 11 of 11) sorted by relevance
/tools/perf/util/ |
D | bpf-prologue.c | 27 struct bpf_insn *begin; member 35 return pos->pos - pos->begin; in pos_get_cnt() 327 for (insn = pos->begin; insn < pos->pos; insn++) { in prologue_relocate() 375 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 | 181 transaction abort, trace begin, trace end, and in transaction,
|
D | perf-record.txt | 115 - 'start': defines an address at which tracing will begin.
|
D | perf-script-python.txt | 175 The final couple of functions are, like the begin and end functions,
|
D | intel-pt.txt | 103 system, asynchronous, interrupt, transaction abort, trace begin, trace end, and
|
/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/testing/ktest/ |
D | ktest.pl | 687 my $begin = $1; 691 $retval = "$retval$begin";
|
/tools/objtool/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/perf/util/intel-pt-decoder/ |
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
|