Searched refs:walk_pred_tree (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/kernel/trace/ |
D | trace_events_filter.c | 457 static int walk_pred_tree(struct filter_pred *preds, in walk_pred_tree() function 616 ret = walk_pred_tree(preds, root, filter_match_preds_cb, &data); in filter_match_preds() 1508 return walk_pred_tree(filter->preds, root, in check_pred_tree() 1528 ret = walk_pred_tree(preds, root, count_leafs_cb, &count); in count_leafs() 1585 return walk_pred_tree(preds, root, fold_pred_cb, &data); in fold_pred() 1614 return walk_pred_tree(filter->preds, root, fold_pred_tree_cb, in fold_pred_tree() 2264 return walk_pred_tree(filter->preds, filter->root, in ftrace_function_set_filter() 2457 walk_pred_tree(filter->preds, filter->root, in ftrace_test_event_filter()
|