Home
last modified time | relevance | path

Searched refs:count_leafs (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/kernel/trace/
Dtrace_events_filter.c1524 static int count_leafs(struct filter_pred *preds, struct filter_pred *root) in count_leafs() function
1576 children = count_leafs(preds, &preds[root->left]); in fold_pred()
1577 children += count_leafs(preds, &preds[root->right]); in fold_pred()