Searched refs:FDR (Results 1 – 6 of 6) sorted by relevance
9 // XRay FDR Mode runtime flags.16 // FDR (Flight Data Recorder) Mode logging options.18 "FDR logging will try to skip functions that execute for fewer "21 "FDR logging will wait this much time in milliseconds before "
38 // FDR (Flight Data Recorder) Mode logging options.
299 # FDR mode runtime archive (addon for clang_rt.xray)
169 FullDependenciesResult FDR; in getFullDependencies() local176 FDR.DiscoveredModules.push_back(std::move(M.second)); in getFullDependencies()179 FDR.FullDeps = std::move(FD); in getFullDependencies()180 return FDR; in getFullDependencies()
228 fixed amount of memory's worth of events. Flight Data Recorder (FDR) mode works231 programmatically until the buffers are finalized and flushed. To use FDR mode233 the ``XRAY_OPTIONS`` environment variable. Additional options to the FDR mode240 described by `XRay FDR format <XRayFDRFormat.html>`_242 When FDR mode is on, it will keep writing and recycling memory buffers until268 The default settings for the FDR mode implementation will create logs named271 support all versions of the FDR mode format as we add more functionality and291 convert from binary XRay traces (both basic and FDR mode) to YAML,
277 void mergeDeps(StringRef Input, FullDependenciesResult FDR, in mergeDeps() argument279 const FullDependencies &FD = FDR.FullDeps; in mergeDeps()288 for (const ModuleDeps &MD : FDR.DiscoveredModules) { in mergeDeps()