Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 25) 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.c1486 static int copy_bytes(int from, off_t from_offs, int to, off_t to_offs, u64 len) in copy_bytes()
1600 static int kcore__copy_hdr(struct kcore *from, struct kcore *to, size_t count) in kcore__copy_hdr()
2004 static int kcore_copy__compare_fds(int from, int to) in kcore_copy__compare_fds()
2045 int from, to, err = -1; in kcore_copy__compare_files() local
Dmap.c383 struct map *map__clone(struct map *from) in map__clone()
Dintel-bts.c81 u64 from; member
Dpmu.c1550 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()
Dsort.c914 struct addr_map_symbol *from = &he->branch_info->from; in hist_entry__sym_from_snprintf() local
Dintel-pt.c2005 const u64 *from = items->val[i]; in intel_pt_add_lbrs() 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/arch/x86/include/asm/
Dasm.h159 # define _ASM_EXTABLE_HANDLE(from, to, handler) \ argument
167 # define _ASM_EXTABLE(from, to) \ argument
170 # define _ASM_EXTABLE_UA(from, to) \ argument
173 # define _ASM_EXTABLE_CPY(from, to) \ argument
176 # define _ASM_EXTABLE_FAULT(from, to) \ argument
/tools/perf/include/bpf/
Dstdio.h12 #define puts(from) \ argument
/tools/perf/
Dbuiltin-buildid-cache.c55 char from[PATH_MAX]; in same_kallsyms_reloc() local
82 char from[PATH_MAX]; in build_id_cache__kcore_existing() local
Dbuiltin-script.c862 u64 i, from, to; in perf_sample__fprintf_brstack() local
910 u64 i, from, to; in perf_sample__fprintf_brstacksym() local
956 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/testing/selftests/kvm/x86_64/
Dxapic_ipi_test.c268 int from, to; in do_migrations() 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.c1312 static int do_test(bool unpriv, unsigned int from, unsigned int to) in do_test()
1350 unsigned int from = 0, to = ARRAY_SIZE(tests); in main() local
/tools/perf/ui/browsers/
Dannotate.c161 unsigned int from, to; in annotate_browser__draw_current_jump() local
/tools/include/uapi/linux/
Dperf_event.h1335 __u64 from; member
Dif_link.h400 __u32 from; member
/tools/testing/selftests/net/
Dipsec.c708 static int do_ping(int cmd_fd, char *buf, size_t buf_len, struct in_addr from, in do_ping()