Home
last modified time | relevance | path

Searched defs:dest (Results 1 – 10 of 10) sorted by relevance

/tools/perf/util/include/asm/
Duaccess.h4 #define __get_user(src, dest) \ argument
/tools/lib/
Dstring.c79 size_t __weak strlcpy(char *dest, const char *src, size_t size) in strlcpy()
/tools/testing/selftests/exec/
Dexecveat.c137 static void exe_cp(const char *src, const char *dest) in exe_cp()
/tools/perf/
Dbuiltin-help.c138 char *dest = strrchr(new, '/'); in exec_man_konqueror() local
/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()
/tools/perf/util/
Dcallchain.h240 static inline void callchain_cursor_snapshot(struct callchain_cursor *dest, in callchain_cursor_snapshot()
Dhist.c243 static void he_stat__add_stat(struct he_stat *dest, struct he_stat *src) in he_stat__add_stat()
/tools/lib/traceevent/
Dparse-filter.c1527 int pevent_filter_copy(struct event_filter *dest, struct event_filter *source) in pevent_filter_copy()
1553 int pevent_update_trivial(struct event_filter *dest, struct event_filter *source, in pevent_update_trivial()
/tools/objtool/
Dbuiltin-check.c231 struct instruction *dest = insn->jump_dest; in __dead_end_function() local
/tools/lguest/
Dlguest.c284 void *dest, unsigned len) in iov_consume()