Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-stat.c575 int child_exited = 0, status = 0; in dispatch_events() local
590 child_exited = waitpid(child_pid, &status, WNOHANG); in dispatch_events()
592 child_exited = !is_target_alive(&target, evsel_list->core.threads) ? 1 : 0; in dispatch_events()
594 if (child_exited) in dispatch_events()