Searched refs:lineage (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp589 SmallVector<const StackTrieNode *, 5> lineage{};
590 lineage.push_back(Node);
591 while (lineage.back()->Parent != nullptr)
592 lineage.push_back(lineage.back()->Parent);
593 while (!lineage.empty()) {
594 OS << Converter.SymbolOrNumber(lineage.back()->FuncId) << ";";
595 lineage.pop_back();
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DSettings.h129 // check if the lineage or the target name matches the en_desc expression
130 bool check_en_desc (const char *lineage, const char *targname);
H A DSettings.cc851 // See if a descendant matches either the lineage or the executable name
853 Settings::check_en_desc (const char *lineage, const char *targname) argument
858 if (lineage == NULL) // user doesn't care about specification
860 if (!regexec (en_desc_cmp, lineage, 0, NULL, 0))
H A DExperiment.cc719 char *lineage = toStr (attrs, NTXT ("lineage")); local
722 exp->process_desc_start_cmd (NULL, ts, variant, lineage, follow, msg);
727 char *lineage = toStr (attrs, NTXT ("lineage")); local
730 exp->process_desc_started_cmd (NULL, ts, variant, lineage, follow, msg);
737 char *lineage = toStr (attrs, NTXT ("lineage")); local
740 exp->process_desc_start_cmd (NULL, ts, variant, lineage, follow, msg);
747 char *lineage local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DSettings.h129 // check if the lineage or the target name matches the en_desc expression
130 bool check_en_desc (const char *lineage, const char *targname);
H A DSettings.cc851 // See if a descendant matches either the lineage or the executable name
853 Settings::check_en_desc (const char *lineage, const char *targname) argument
858 if (lineage == NULL) // user doesn't care about specification
860 if (!regexec (en_desc_cmp, lineage, 0, NULL, 0))
H A DExperiment.cc719 char *lineage = toStr (attrs, NTXT ("lineage")); local
722 exp->process_desc_start_cmd (NULL, ts, variant, lineage, follow, msg);
727 char *lineage = toStr (attrs, NTXT ("lineage")); local
730 exp->process_desc_started_cmd (NULL, ts, variant, lineage, follow, msg);
737 char *lineage = toStr (attrs, NTXT ("lineage")); local
740 exp->process_desc_start_cmd (NULL, ts, variant, lineage, follow, msg);
747 char *lineage local
[all...]

Completed in 280 milliseconds