OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:func_count
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.c
362
func_map = malloc(sizeof(*func_map) * (pevent->
func_count
+ 1));
379
qsort(func_map, pevent->
func_count
, sizeof(*func_map), func_cmp);
384
func_map[pevent->
func_count
].func = NULL;
385
func_map[pevent->
func_count
].addr = 0;
386
func_map[pevent->
func_count
].mod = NULL;
405
func = bsearch(&key, pevent->func_map, pevent->
func_count
,
484
pevent->
func_count
++;
510
for (i = 0; i < (int)pevent->
func_count
; i++) {
[
all
...]
event-parse.h
411
unsigned int
func_count
;
member in struct:pevent
Completed in 161 milliseconds