Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-stat.c618 int child_exited = 0, status = 0; in dispatch_events() local
633 child_exited = waitpid(child_pid, &status, WNOHANG); in dispatch_events()
635 child_exited = !is_target_alive(&target, evsel_list->core.threads) ? 1 : 0; in dispatch_events()
637 if (child_exited) in dispatch_events()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-stat.c590 int child_exited = 0, status = 0; in dispatch_events() local
605 child_exited = waitpid(child_pid, &status, WNOHANG); in dispatch_events()
607 child_exited = !is_target_alive(&target, evsel_list->core.threads) ? 1 : 0; in dispatch_events()
609 if (child_exited) in dispatch_events()

Completed in 7 milliseconds