Home
last modified time | relevance | path

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

/tools/perf/util/
Dthread.h80 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp);
Dthread.c269 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp) in thread__fork() function
Dmachine.c1484 thread__fork(thread, parent, sample->time) < 0) { in machine__process_fork_event()