Home
last modified time | relevance | path

Searched refs:child_finished (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-record.c546 static volatile int child_finished; variable
554 child_finished = 1; in sig_handler()
1346 child_finished = 1; in workload_exec_failed_signal()
2006 if (!child_finished) in __cmd_record()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-record.c645 static volatile sig_atomic_t child_finished; variable
653 child_finished = 1; in sig_handler()
1948 child_finished = 1; in workload_exec_failed_signal()
2757 if (!child_finished) in __cmd_record()
/kernel/linux/linux-5.10/tools/testing/ktest/
H A Dktest.pl2726 sub child_finished { subroutine
2746 $SIG{CHLD} = qw(child_finished);
/kernel/linux/linux-6.6/tools/testing/ktest/
H A Dktest.pl527 # defined before child_finished()
2780 sub child_finished { subroutine
2800 $SIG{CHLD} = qw(child_finished);

Completed in 14 milliseconds