Lines Matching defs:PerfState
44 struct PerfState {
63 static std::optional<PerfState> State;
114 assert(State && "PerfState not initialized");
133 assert(State && "PerfState not initialized");
157 assert(State && "PerfState not initialized");
185 return make_error<StringError>("PerfState not initialized",
215 static Error OpenMarker(PerfState &State) {
235 void CloseMarker(PerfState &State) {
243 static Expected<Header> FillMachine(PerfState &State) {
285 static Error InitDebuggingDir(PerfState &State) {
331 PerfState Tentative;
382 return make_error<StringError>("PerfState not initialized",