Searched refs:tgt (Results 1 – 4 of 4) sorted by relevance
/tools/testing/selftests/bpf/ |
D | test_doc_build.sh | 18 for tgt in docs docs-clean; do 19 make -s -C $PWD/$SCRIPT_REL_DIR $tgt;
|
/tools/perf/util/ |
D | probe-file.h | 77 static inline struct probe_cache *probe_cache__new(const char *tgt __maybe_unused, struct nsinfo *n… in probe_cache__new()
|
/tools/include/nolibc/ |
D | nolibc.h | 315 int sys_mount(const char *src, const char *tgt, const char *fst, in sys_mount() argument 318 return my_syscall5(__NR_mount, src, tgt, fst, flags, data); in sys_mount() 797 int mount(const char *src, const char *tgt, in mount() argument 801 int ret = sys_mount(src, tgt, fst, flags, data); in mount()
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 2153 def repeat(self, tgt): argument 2155 dt = self.time - tgt.end 2157 if tgt.caller == self.caller and \ 2158 tgt.name == self.name and tgt.args == self.args and \ 2159 tgt.proc == self.proc and tgt.pid == self.pid and \ 2160 tgt.ret == self.ret and dt >= 0 and \
|