Lines Matching defs:followGroup
251 bool followGroup = false;
255 if (!AddEvent(eventString, followGroup)) {
260 followGroup = true;
325 bool PerfEvents::AddEvent(const std::string &eventString, bool followGroup)
350 followGroup);
361 excludeUser, excludeKernel, followGroup);
365 return AddEvent(typeId, configId, excludeUser, excludeKernel, followGroup);
374 bool PerfEvents::AddSpeEvent(u32 type, bool followGroup)
376 EventGroupItem &eventGroupItem = followGroup ? eventGroupItem_.back() :
413 bool followGroup)
416 CHECK_TRUE(followGroup && eventGroupItem_.empty(), false, 1, "no group leader create before");
419 HLOGV("type %d config %llu excludeUser %d excludeKernel %d followGroup %d", type, config,
420 excludeUser, excludeKernel, followGroup);
423 EventGroupItem &eventGroupItem = followGroup ? eventGroupItem_.back()
478 if (!followGroup) {
514 followGroup ? "" : "group leader");