Home
last modified time | relevance | path

Searched defs:src (Results 1 – 22 of 22) sorted by relevance

/tools/lib/
Dstring.c27 void *memdup(const void *src, size_t len) in memdup()
79 size_t __weak strlcpy(char *dest, const char *src, size_t size) in strlcpy()
/tools/testing/selftests/powerpc/copyloops/
Dvalidate.c16 static void do_one(char *src, char *dst, unsigned long src_off, in do_one()
64 char *src, *dst, *redzone, *fill; in test_copy_loop() local
/tools/usb/usbip/
DMakefile.am1 SUBDIRS := libsrc src subdir
/tools/perf/util/include/asm/
Duaccess.h4 #define __get_user(src, dest) \ argument
/tools/perf/util/
Dquote.c22 static int sq_quote_buf(struct strbuf *dst, const char *src) in sq_quote_buf()
Dalias.c30 int src, dst, count = 0, size = 16; in split_cmdline() local
Dutil.c575 void mem_bswap_32(void *src, int byte_size) in mem_bswap_32()
585 void mem_bswap_64(void *src, int byte_size) in mem_bswap_64()
Dcallchain.c721 struct callchain_node *dst, struct callchain_node *src) in merge_chain_branch()
764 struct callchain_root *dst, struct callchain_root *src) in callchain_merge()
Dcallchain.h241 struct callchain_cursor *src) in callchain_cursor_snapshot()
Dannotate.h134 struct annotated_source *src; member
Dprobe-event.c2206 struct perf_probe_point *src) in perf_probe_point__copy()
2222 struct perf_probe_arg *src) in perf_probe_arg__copy()
2248 struct perf_probe_event *src) in perf_probe_event__copy()
Ddwarf-aux.c36 const char *src = NULL; in cu_find_realpath() local
Dprobe-finder.c1650 static int line_range_add_line(const char *src, unsigned int lineno, in line_range_add_line()
Dsymbol-elf.c1848 Elf_Data src = { in populate_sdt_note() local
Dhist.c243 static void he_stat__add_stat(struct he_stat *dest, struct he_stat *src) in he_stat__add_stat()
/tools/spi/
Dspidev_test.c56 static void hex_dump(const void *src, size_t length, size_t line_size, in hex_dump()
92 char *src = _src; in unescape() local
/tools/perf/bench/
Dmem-functions.c204 static void memcpy_alloc_mem(void **dst, void **src, size_t size) in memcpy_alloc_mem()
221 void *src = NULL, *dst = NULL; in do_memcpy_cycles() local
247 void *src = NULL, *dst = NULL; in do_memcpy_gettimeofday() local
/tools/include/linux/
Dbitmap.h38 static inline int bitmap_weight(const unsigned long *src, int nbits) in bitmap_weight()
/tools/testing/selftests/exec/
Dexecveat.c137 static void exe_cp(const char *src, const char *dest) in exe_cp()
150 static int check_execveat_pathmax(int dot_dfd, const char *src, int is_script) in check_execveat_pathmax()
/tools/testing/selftests/x86/
Dmpx-mini-test.c975 __always_inline void movbndreg_shadow(int src, int dest) in movbndreg_shadow()
981 __always_inline void movbnd2mem_shadow(int src, unsigned long *dest) in movbnd2mem_shadow()
989 __always_inline void movbnd_from_mem_shadow(unsigned long *src, int dest) in movbnd_from_mem_shadow()
Dsigreturn.c703 const char *src = (sig_err & 1) ? " EXT" : ""; in test_bad_iret() local
/tools/perf/scripts/python/
Dnetdev-times.py56 def diff_msec(src, dst): argument