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/perf-3.12.0/tools/perf/util/
pstack.c
14
unsigned short
max_nr_entries
;
member in struct:pstack
18
struct pstack *pstack__new(unsigned short
max_nr_entries
)
21
max_nr_entries
* sizeof(void *)));
23
pstack->
max_nr_entries
=
max_nr_entries
;
56
if (pstack->top == pstack->
max_nr_entries
) {
pstack.h
7
struct pstack *pstack__new(unsigned short
max_nr_entries
);
Completed in 36 milliseconds