OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_nr_entries
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
pstack.c
20
unsigned short
max_nr_entries
;
member in struct:pstack
24
struct pstack *pstack__new(unsigned short
max_nr_entries
)
27
max_nr_entries
* sizeof(void *)));
29
self->
max_nr_entries
=
max_nr_entries
;
62
if (self->top == self->
max_nr_entries
) {
pstack.h
7
struct pstack *pstack__new(unsigned short
max_nr_entries
);
Completed in 22 milliseconds