Lines Matching +full:common +full:- +full:account
1 //===- xray-account.h - XRay Function Call Accounting ---------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
18 #include "func-id-helper.h"
43 RecursionStatus &operator--();
83 /// Returns false in case we fail to account the provided record. This happens
86 /// - An exit record does not match any entry records for the same function.
89 /// - A record has a TSC that's before the latest TSC that has been
90 /// recorded. We still record the TSC for the min-max.
105 // Internal helper to implement common parts of the exportStatsAs...