Searched refs:current_act (Results 1 – 1 of 1) sorted by relevance
168 struct sigaction current_act = {}; in CpuReader() local169 PERFETTO_CHECK(sigaction(SIGPIPE, nullptr, ¤t_act) == 0); in CpuReader()174 if (current_act.sa_handler == SIG_DFL || current_act.sa_handler == SIG_IGN) { in CpuReader()