Lines Matching full:account
1 //===- xray-account.h - XRay Function Call Accounting ---------------------===//
19 #include "xray-account.h"
31 static cl::SubCommand Account("account", "Function call accounting"); variable
34 cl::Required, cl::sub(Account));
37 cl::sub(Account), cl::init(false));
42 cl::sub(Account), cl::init(false));
46 cl::sub(Account), cl::init(false));
53 cl::sub(Account));
63 cl::sub(Account));
81 cl::sub(Account), cl::init(SortField::FUNCID),
102 cl::sub(Account));
107 cl::value_desc("N"), cl::sub(Account),
117 cl::sub(Account), cl::init(""));
213 // Account time for this apparently sibling call exit up the stack. in accountRecord()
230 // we may potentially never account time for g() -- and this code would have in accountRecord()
236 // While it might be better that we account the time between `-> g()` and in accountRecord()
450 static CommandRegistration Unused(&Account, []() -> Error { in __anon09c816560f02()