Home
last modified time | relevance | path

Searched refs:thread__memcpy (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/arch/x86/util/
H A Darchinsn.c19 len = thread__memcpy(thread, machine, sample->insn, sample->ip, sizeof(sample->insn), &is64bit); in arch_fetch_insn()
/linux/tools/perf/util/
H A Dthread.h127 int thread__memcpy(struct thread *thread, struct machine *machine,
H A Dthread.c437 int thread__memcpy(struct thread *thread, struct machine *machine, in thread__memcpy() function