Home
last modified time | relevance | path

Searched defs:pstack (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dpstack.c15 struct pstack { struct
21 struct pstack *pstack__new(unsigned short max_nr_entries) in pstack__new() argument
23 struct pstack *pstack = zalloc((sizeof(*pstack) + in pstack__new() local
30 void pstack__delete(struct pstack *pstac argument
35 pstack__empty(const struct pstack * pstack) pstack__empty() argument
40 pstack__remove(struct pstack * pstack,void * key) pstack__remove() argument
57 pstack__push(struct pstack * pstack,void * key) pstack__push() argument
66 pstack__pop(struct pstack * pstack) pstack__pop() argument
80 pstack__peek(struct pstack * pstack) pstack__peek() argument
[all...]
/linux/tools/perf/ui/browsers/
H A Dhists.h15 struct pstack *pstack; member