Home
last modified time | relevance | path

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

/aosp12/art/perfetto_hprof/
H A Dperfetto_hprof.cc69 constexpr int kJavaHeapprofdSignal = __SIGRTMIN + 6; variable
576 if (sigaction(kJavaHeapprofdSignal, &g_orig_act, nullptr) != 0) { in DumpPerfetto()
886 if (sigaction(kJavaHeapprofdSignal, &act, &g_orig_act) != 0) { in ArtPlugin_Initialize()
946 if (sigaction(kJavaHeapprofdSignal, &g_orig_act, nullptr) != 0) { in ArtPlugin_Deinitialize()