#ifndef _PERF_PSTACK_ #define _PERF_PSTACK_ #include struct pstack; struct pstack *pstack__new(unsigned short max_nr_entries); void pstack__delete(struct pstack *pstack); bool pstack__empty(const struct pstack *pstack); void pstack__remove(struct pstack *pstack, void *key); void pstack__push(struct pstack *pstack, void *key); void *pstack__pop(struct pstack *pstack); void *pstack__peek(struct pstack *pstack); #endif /* _PERF_PSTACK_ */ stanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
f/jvmti/libjvmti.c?h=nds-private-remove&id=7ca00409b5bd6e79a03d1cf3982dc429f371c02b'>libjvmti.c
AgeCommit message (Expand)AuthorFilesLines
AgeCommit message (Expand)AuthorFilesLines