Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dcpu_reader.cc168 struct sigaction current_act = {}; in CpuReader() local
169 PERFETTO_CHECK(sigaction(SIGPIPE, nullptr, &current_act) == 0); in CpuReader()
174 if (current_act.sa_handler == SIG_DFL || current_act.sa_handler == SIG_IGN) { in CpuReader()