Home
last modified time | relevance | path

Searched refs:move (Results 1 – 13 of 13) sorted by relevance

/tools/perf/util/c++/
Dclang.cpp82 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/
Djitdump.c353 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 …]
Djitdump.h120 struct jr_code_move move; member
Devlist.c1621 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/
Dtest-cxx.cpp13 print_str(std::move(s)); in main()
/tools/power/cpupower/
DToDo12 -> This is to move the per_cpu logic from inside the
/tools/testing/selftests/resctrl/
DREADME36 - setup: mount resctrl file system, create group, setup schemata, move test
/tools/power/pm-graph/
Dbootgraph.py720 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/
Dcontrol-dependencies.txt198 conditional-move instructions, as in this fanciful pseudo-assembly
Dordering.txt223 prohibits compiler code-motion optimizations that might move memory
233 Without the barrier(), the compiler would be within its rights to move the
Dexplanation.txt358 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/
Dstack-validation.txt248 If it's not really a sibling call, you may need to move the
/tools/kvm/kvm_stat/
Dkvm_stat1209 self.screen.move(row, 0)