Lines Matching defs:ReportSum
422 struct ReportSum { struct423 int cpu;424 pid_t pid;425 pid_t tid;426 double scaleSum = 1.0;427 double commentSum = 0;428 __u64 eventCountSum = 0;429 __u64 enabledSum = 0;430 __u64 runningSum = 0;431 std::string configName = "";432 std::string threadName = "";