Home
last modified time | relevance | path

Searched defs:from (Results 1 – 23 of 23) sorted by relevance

/tools/perf/util/
Dcopyfile.c14 static int slow_copyfile(const char *from, const char *to, struct nsinfo *nsi) in slow_copyfile()
73 static int copyfile_mode_ns(const char *from, const char *to, mode_t mode, in copyfile_mode_ns()
133 int copyfile_ns(const char *from, const char *to, struct nsinfo *nsi) in copyfile_ns()
138 int copyfile_mode(const char *from, const char *to, mode_t mode) in copyfile_mode()
143 int copyfile(const char *from, const char *to) in copyfile()
Dbranch.h33 struct addr_map_symbol from; member
41 u64 from; member
Dbranch.c19 u64 from, u64 to) in branch_type_count()
Dsymbol-elf.c1397 static int copy_bytes(int from, off_t from_offs, int to, off_t to_offs, u64 len) in copy_bytes()
1511 static int kcore__copy_hdr(struct kcore *from, struct kcore *to, size_t count) in kcore__copy_hdr()
1915 static int kcore_copy__compare_fds(int from, int to) in kcore_copy__compare_fds()
1956 int from, to, err = -1; in kcore_copy__compare_files() local
Dmap.c379 struct map *map__clone(struct map *from) in map__clone()
Dintel-bts.c81 u64 from; member
Dpmu.c1362 void perf_pmu__set_format(unsigned long *bits, long from, long to) in perf_pmu__set_format()
Dsymbol.c1059 int compare_proc_modules(const char *from, const char *to) in compare_proc_modules()
Dintel-pt.c1768 const u64 *from = items->val[i]; in intel_pt_add_lbrs() local
Dsort.c911 struct addr_map_symbol *from = &he->branch_info->from; in hist_entry__sym_from_snprintf() local
/tools/virtio/linux/
Duaccess.h30 static void volatile_memcpy(volatile char *to, const volatile char *from, in volatile_memcpy()
37 static inline int copy_from_user(void *to, const void __user volatile *from, in copy_from_user()
45 static inline int copy_to_user(void __user volatile *to, const void *from, in copy_to_user()
/tools/perf/include/bpf/
Dstdio.h12 #define puts(from) \ argument
/tools/perf/
Dbuiltin-buildid-cache.c54 char from[PATH_MAX]; in same_kallsyms_reloc() local
81 char from[PATH_MAX]; in build_id_cache__kcore_existing() local
Dbuiltin-script.c823 u64 i, from, to; in perf_sample__fprintf_brstack() local
871 u64 i, from, to; in perf_sample__fprintf_brstacksym() local
917 u64 i, from, to; in perf_sample__fprintf_brstackoff() local
Dbuiltin-timechart.c1043 int from = 0, to = 0; in draw_wakeups() local
/tools/testing/selftests/capabilities/
Dtest_execve.c156 int from = openat(fromfd, fromname, O_RDONLY); in copy_fromat_to() local
/tools/perf/arch/x86/util/
Dintel-bts.c50 u64 from; member
/tools/testing/selftests/bpf/progs/
Dtest_tcp_estats.c171 static __always_inline void unaligned_u32_set(unsigned char *to, __u8 *from) in unaligned_u32_set()
/tools/testing/selftests/bpf/
Dtest_verifier.c1170 static int do_test(bool unpriv, unsigned int from, unsigned int to) in do_test()
1208 unsigned int from = 0, to = ARRAY_SIZE(tests); in main() local
/tools/perf/ui/browsers/
Dannotate.c152 unsigned int from, to; in annotate_browser__draw_current_jump() local
/tools/include/uapi/linux/
Dperf_event.h1239 __u64 from; member
Dif_link.h399 __u32 from; member
/tools/testing/selftests/net/
Dipsec.c705 static int do_ping(int cmd_fd, char *buf, size_t buf_len, struct in_addr from, in do_ping()