Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/rts/
H A DProfHeap.c170 || RtsFlags.ProfFlags.bioSelector != NULL); in doingLDVProfiling()
204 if (RtsFlags.ProfFlags.bioSelector == NULL) { in LDV_recordDead()
230 if (RtsFlags.ProfFlags.bioSelector == NULL) { in LDV_recordDead()
504 if (RtsFlags.ProfFlags.bioSelector != NULL) { in endHeapProfiling()
832 if (RtsFlags.ProfFlags.bioSelector != NULL) { in dumpCensus()
834 if (strMatchesSelector("lag", RtsFlags.ProfFlags.bioSelector)) in dumpCensus()
836 if (strMatchesSelector("drag", RtsFlags.ProfFlags.bioSelector)) in dumpCensus()
840 if (strMatchesSelector("use", RtsFlags.ProfFlags.bioSelector)) in dumpCensus()
947 if (RtsFlags.ProfFlags.bioSelector != NULL) { in heapProfObject()
968 if (RtsFlags.ProfFlags.bioSelector != NULL) { in heapProfObject()
[all …]
H A DRtsFlags.c219 RtsFlags.ProfFlags.bioSelector = NULL; in initRtsFlagsDefaults()
2068 RtsFlags.ProfFlags.bioSelector = selector; in read_heap_profiling_flag()
/dports/lang/ghc/ghc-8.8.4-boot/includes/rts/
H A DFlags.h156 const char* bioSelector; member
/dports/lang/ghc/ghc-8.10.7/includes/rts/
H A DFlags.h162 const char* bioSelector; member
/dports/lang/ghc/ghc-8.10.7/libraries/base/GHC/RTS/
H A DFlags.hsc263 , bioSelector :: Maybe String function
520 <*> (peekCStringOpt =<< #{peek PROFILING_FLAGS, bioSelector} ptr)
/dports/lang/ghc/ghc-8.10.7/rts/eventlog/
H A DEventLog.c1322 flags->bioSelector ? strlen(flags->bioSelector) : 0; in postHeapProfBegin()
1339 postString(&eventBuf, flags->bioSelector); in postHeapProfBegin()
/dports/lang/ghc/ghc-8.10.7/rts/sm/
H A DGC.c533 || RtsFlags.ProfFlags.bioSelector != NULL) { in GarbageCollect()