Home
last modified time | relevance | path

Searched refs:StackType (Results 1 – 6 of 6) sorted by relevance

/external/bcc/tools/
Dcapable.py97 StackType = Enum(("Kernel", "User",)) variable
211 print_stack(bpf, event.kernel_stack_id, StackType.Kernel, -1)
213 print_stack(bpf, event.user_stack_id, StackType.User, event.tgid)
/external/antlr/runtime/Cpp/include/
Dantlr3recognizersharedstate.hpp70 typedef typename AllocPolicyType::template StackType< BitsetListType > FollowingType;
71 …typedef typename AllocPolicyType::template StackType< typename ImplTraits::InputStreamType* > Inpu…
Dantlr3commontreenodestream.hpp61 typedef typename AllocPolicyType::template StackType< ANTLR_INT32 > NodeStackType;
Dantlr3memory.hpp79 class StackType : public std::deque< TYPE, AllocatorType<TYPE> > class in DefaultAllocPolicy
Dantlr3baserecognizer.hpp64 typedef typename AllocPolicyType::template StackType<StringType> StringStackType;
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/
DCpp.stg2270 StackType\< <scopeStruct(sname=scope.name)> > <scopeStack(sname=scope.name)>;
2279 StackType\< <scopeStruct(sname=scope.name)> > <scopeStack(sname=scope.name,...)>;