Searched refs:emit (Results 1 – 14 of 14) sorted by relevance
/tools/lib/bpf/ |
D | gen_loader.c | 88 static void emit(struct bpf_gen *gen, struct bpf_insn insn) in emit() function 98 emit(gen, insn1); in emit2() 99 emit(gen, insn2); in emit2() 109 emit(gen, BPF_MOV64_REG(BPF_REG_6, BPF_REG_1)); in bpf_gen__init() 112 emit(gen, BPF_MOV64_REG(BPF_REG_1, BPF_REG_10)); in bpf_gen__init() 113 emit(gen, BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, -stack_sz)); in bpf_gen__init() 114 emit(gen, BPF_MOV64_IMM(BPF_REG_2, stack_sz)); in bpf_gen__init() 115 emit(gen, BPF_MOV64_IMM(BPF_REG_3, 0)); in bpf_gen__init() 116 emit(gen, BPF_EMIT_CALL(BPF_FUNC_probe_read_kernel)); in bpf_gen__init() 119 emit(gen, BPF_JMP_IMM(BPF_JA, 0, 0, in bpf_gen__init() [all …]
|
/tools/perf/arch/x86/entry/syscalls/ |
D | syscalltbl.sh | 14 emit() { function 32 emit "$nr" "$name"
|
/tools/testing/selftests/filesystems/fuse/ |
D | Makefile | 11 BPF_FLAGS = -Wall -Werror -O2 -g -emit-llvm \
|
/tools/testing/selftests/tc-testing/ |
D | Makefile | 28 -O2 -target bpf -emit-llvm -c $< -o - | \
|
/tools/power/cpupower/utils/helpers/ |
D | bitmask.c | 249 static inline int emit(char *buf, int buflen, int rbot, int rtop, int len) in emit() function 288 len = emit(buf, buflen, rbot, rtop, len); in bitmask_displaylist()
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-link.rst | 44 links. On such kernels bpftool will automatically emit this
|
D | bpftool-btf.rst | 42 objects. On such kernels bpftool will automatically emit this
|
D | bpftool-map.rst | 70 maps. On such kernels bpftool will automatically emit this
|
D | bpftool-prog.rst | 83 programs. On such kernels bpftool will automatically emit this
|
/tools/memory-model/Documentation/ |
D | control-dependencies.txt | 56 In particular, although READ_ONCE() does force the compiler to emit a 179 does force the compiler to emit code for a given load, the compiler is
|
D | ordering.txt | 460 primitives required the compiler to emit the corresponding store 468 primitives required the compiler to emit the corresponding load
|
D | recipes.txt | 32 compiler can emit whatever code it likes for normal accesses,
|
/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 205 self.done.emit(result) 230 self.dataChanged.emit(parent, parent) 1980 self.dataChanged.emit(top_left, bottom_right) 2169 self.graph_title_changed.emit(title) 2739 self.done.emit(count) 3171 self.progress.emit(0) 3180 self.progress.emit(self.root.child_count) 3187 self.progress.emit(0) 3707 self.progress.emit(0) 3716 self.progress.emit(self.child_count) [all …]
|
/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 951 # emit extra options
|