OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:children_hit
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/util/
callchain.h
33
u64
children_hit
;
member in struct:callchain_node
88
root->node.
children_hit
= 0;
94
return node->hit + node->
children_hit
;
callchain.c
129
min_hit = ceil(node->
children_hit
* min_percent);
241
new->
children_hit
= 0;
273
new->
children_hit
= parent->
children_hit
;
274
parent->
children_hit
= callchain_cumul_hits(new);
282
parent->
children_hit
+= period;
311
root->
children_hit
+= period;
hist.c
432
new_total = self->
children_hit
;
/external/linux-tools-perf/util/ui/browsers/
hists.c
374
new_total = chain_node->
children_hit
;
Completed in 1093 milliseconds