Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_fdr_flags.inc9 // 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 "
H A Dxray_flags.inc38 // FDR (Flight Data Recorder) Mode logging options.
H A DCMakeLists.txt299 # FDR mode runtime archive (addon for clang_rt.xray)
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp169 FullDependenciesResult FDR; in getFullDependencies() local
176 FDR.DiscoveredModules.push_back(std::move(M.second)); in getFullDependencies()
179 FDR.FullDeps = std::move(FD); in getFullDependencies()
180 return FDR; in getFullDependencies()
/llvm-project-15.0.7/llvm/docs/
H A DXRay.rst228 fixed amount of memory's worth of events. Flight Data Recorder (FDR) mode works
231 programmatically until the buffers are finalized and flushed. To use FDR mode
233 the ``XRAY_OPTIONS`` environment variable. Additional options to the FDR mode
240 described by `XRay FDR format <XRayFDRFormat.html>`_
242 When FDR mode is on, it will keep writing and recycling memory buffers until
268 The default settings for the FDR mode implementation will create logs named
271 support all versions of the FDR mode format as we add more functionality and
291 convert from binary XRay traces (both basic and FDR mode) to YAML,
/llvm-project-15.0.7/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp277 void mergeDeps(StringRef Input, FullDependenciesResult FDR, in mergeDeps() argument
279 const FullDependencies &FD = FDR.FullDeps; in mergeDeps()
288 for (const ModuleDeps &MD : FDR.DiscoveredModules) { in mergeDeps()