Home
last modified time | relevance | path

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

/tools/perf/util/
Dbpf-prologue.c27 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/
Dperf-kallsyms.txt16 and prints information about it, including the DSO, the kallsyms begin/end
Dperf-script.txt181 transaction abort, trace begin, trace end, and in transaction,
Dperf-record.txt115 - 'start': defines an address at which tracing will begin.
Dperf-script-python.txt175 The final couple of functions are, like the begin and end functions,
Dintel-pt.txt103 system, asynchronous, interrupt, transaction abort, trace begin, trace end, and
/tools/include/linux/
Dlist.h757 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++/
Dclang.cpp57 CCArgs.append(CFlags.begin(), CFlags.end()); in createCompilerInvocation()
/tools/testing/ktest/
Dktest.pl687 my $begin = $1;
691 $retval = "$retval$begin";
/tools/objtool/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/perf/util/intel-pt-decoder/
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