Home
last modified time | relevance | path

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

/tools/perf/bench/
Dmem-memcpy.c111 static void alloc_mem(void **dst, void **src, size_t length) in alloc_mem()
125 void *src = NULL, *dst = NULL; in do_memcpy_clock() local
146 void *src = NULL, *dst = NULL; in do_memcpy_gettimeofday() local
/tools/perf/util/include/asm/
Duaccess.h4 #define __get_user(src, dest) \ argument
/tools/perf/util/
Dquote.c20 static void sq_quote_buf(struct strbuf *dst, const char *src) in sq_quote_buf()
Dalias.c27 int src, dst, count = 0, size = 16; in split_cmdline() local
Dcallchain.c398 struct callchain_node *dst, struct callchain_node *src) in merge_chain_branch()
434 struct callchain_root *dst, struct callchain_root *src) in callchain_merge()
Dpath.c26 size_t strlcpy(char *dest, const char *src, size_t size) in strlcpy()
Dannotate.h53 struct annotated_source *src; member
Ddwarf-aux.c36 const char *src = NULL; in cu_find_realpath() local
Dprobe-finder.c1409 static int line_range_add_line(const char *src, unsigned int lineno, in line_range_add_line()
Dsession.c433 void mem_bswap_64(void *src, int byte_size) in mem_bswap_64()
/tools/perf/util/include/linux/
Dbitmap.h30 static inline int bitmap_weight(const unsigned long *src, int nbits) in bitmap_weight()
/tools/perf/scripts/python/
Dnetdev-times.py56 def diff_msec(src, dst): argument