Home
last modified time | relevance | path

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

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