Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dthread.h108 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone);
H A Dthread.c392 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone) in thread__fork() function
H A Dmachine.c1878 thread__fork(thread, parent, sample->time, do_maps_clone) < 0) { in machine__process_fork_event()