Home
last modified time | relevance | path

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

/art/perfetto_hprof/
Dperfetto_hprof.cc67 constexpr int kJavaHeapprofdSignal = __SIGRTMIN + 6; variable
701 if (sigaction(kJavaHeapprofdSignal, &act, &g_orig_act) != 0) { in ArtPlugin_Initialize()
761 if (sigaction(kJavaHeapprofdSignal, &g_orig_act, nullptr) != 0) { in ArtPlugin_Deinitialize()