Searched refs:move (Results 1 – 13 of 13) sorted by relevance
/tools/perf/util/c++/ |
D | clang.cpp | 82 createCompilerInvocation(std::move(CFlags), Path, in getModuleFromSource() 87 createCompilerInvocation(std::move(CFlags), Path, in getModuleFromSource() 117 return getModuleFromSource(std::move(CFlags), Name, OverlayFS); in getModuleFromSource() 124 return getModuleFromSource(std::move(CFlags), Path, VFS); in getModuleFromSource() 198 auto M = getModuleFromSource(std::move(CFlags), filename); in perf_clang__compile_bpf()
|
/tools/perf/util/ |
D | jitdump.c | 353 jr->move.pid = bswap_32(jr->move.pid); in jit_get_next_entry() 354 jr->move.tid = bswap_32(jr->move.tid); in jit_get_next_entry() 355 jr->move.vma = bswap_64(jr->move.vma); in jit_get_next_entry() 356 jr->move.old_code_addr = bswap_64(jr->move.old_code_addr); in jit_get_next_entry() 357 jr->move.new_code_addr = bswap_64(jr->move.new_code_addr); in jit_get_next_entry() 358 jr->move.code_size = bswap_64(jr->move.code_size); in jit_get_next_entry() 359 jr->move.code_index = bswap_64(jr->move.code_index); in jit_get_next_entry() 579 jr->move.code_index); in jit_repipe_code_move() 593 event->mmap2.start = jr->move.new_code_addr; in jit_repipe_code_move() 594 event->mmap2.len = usize ? ALIGN_8(jr->move.code_size) + usize in jit_repipe_code_move() [all …]
|
D | jitdump.h | 120 struct jr_code_move move; member
|
D | evlist.c | 1621 LIST_HEAD(move); in evlist__to_front() 1628 list_move_tail(&evsel->core.node, &move); in evlist__to_front() 1631 list_splice(&move, &evlist->core.entries); in evlist__to_front()
|
/tools/build/feature/ |
D | test-cxx.cpp | 13 print_str(std::move(s)); in main()
|
/tools/power/cpupower/ |
D | ToDo | 12 -> This is to move the per_cpu logic from inside the
|
/tools/testing/selftests/resctrl/ |
D | README | 36 - setup: mount resctrl file system, create group, setup schemata, move test
|
/tools/power/pm-graph/ |
D | bootgraph.py | 720 shutil.move(backfile, cronfile) 725 shutil.move(cronfile, backfile) 743 shutil.move(backfile, cronfile) 766 shutil.move(grubfile, tempfile) 808 shutil.move(tempfile, grubfile)
|
/tools/memory-model/Documentation/ |
D | control-dependencies.txt | 198 conditional-move instructions, as in this fanciful pseudo-assembly
|
D | ordering.txt | 223 prohibits compiler code-motion optimizations that might move memory 233 Without the barrier(), the compiler would be within its rights to move the
|
D | explanation.txt | 358 into pieces, or move them around. The use of READ_ONCE(), WRITE_ONCE(), 2125 code would be safe!). For another, it cannot move a plain access past
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 248 If it's not really a sibling call, you may need to move the
|
/tools/kvm/kvm_stat/ |
D | kvm_stat | 1209 self.screen.move(row, 0)
|