Home
last modified time | relevance | path

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

/tools/perf/util/include/asm/
Duaccess.h4 #define __get_user(src, dest) \ argument
/tools/perf/util/
Dpath.c29 size_t __weak strlcpy(char *dest, const char *src, size_t size) in strlcpy()
Dcallchain.h177 static inline void callchain_cursor_snapshot(struct callchain_cursor *dest, in callchain_cursor_snapshot()
Dhist.c207 static void he_stat__add_stat(struct he_stat *dest, struct he_stat *src) in he_stat__add_stat()
/tools/perf/
Dbuiltin-help.c135 char *dest = strrchr(new, '/'); in exec_man_konqueror() local
/tools/lib/traceevent/
Dparse-filter.c1519 int pevent_filter_copy(struct event_filter *dest, struct event_filter *source) in pevent_filter_copy()
1545 int pevent_update_trivial(struct event_filter *dest, struct event_filter *source, in pevent_update_trivial()
/tools/lguest/
Dlguest.c215 void *dest, unsigned len) in iov_consume()