Lines Matching +full:sub +full:- +full:blocks
1 //===- xray-fdr-dump.cpp: XRay FDR Trace Dump Tool ------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
13 #include "xray-registry.h"
28 static cl::SubCommand Dump("fdr-dump", "FDR Trace Dump");
31 cl::Required, cl::sub(Dump));
34 cl::init(false), cl::sub(Dump));
36 static CommandRegistration Unused(&Dump, []() -> Error { in __anon8af342a70102()
84 if (auto E = Ptr->apply(RP)) in __anon8af342a70102()
92 // Once we have a trace, we then index the blocks. in __anon8af342a70102()
96 if (auto E = Ptr->apply(BI)) in __anon8af342a70102()
105 auto &Blocks = ProcessThreadBlocks.second; in __anon8af342a70102() local
106 for (auto &B : Blocks) { in __anon8af342a70102()
108 if (auto E = R->apply(BV)) in __anon8af342a70102()
110 if (auto E = R->apply(BP)) in __anon8af342a70102()