Home
last modified time | relevance | path

Searched defs:pstack (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dpstack.c15 struct pstack { struct
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...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dpstack.c15 struct pstack { struct
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...]
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.h16 struct pstack *pstack; member
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.h16 struct pstack *pstack; member

Completed in 2 milliseconds