Searched refs:walk_pred_tree (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/kernel/trace/ |
D | trace_events_filter.c | 413 static int walk_pred_tree(struct filter_pred *preds, in walk_pred_tree() function 572 ret = walk_pred_tree(preds, root, filter_match_preds_cb, &data); in filter_match_preds() 1457 return walk_pred_tree(filter->preds, root, in check_pred_tree() 1477 ret = walk_pred_tree(preds, root, count_leafs_cb, &count); in count_leafs() 1534 return walk_pred_tree(preds, root, fold_pred_cb, &data); in fold_pred() 1563 return walk_pred_tree(filter->preds, root, fold_pred_tree_cb, in fold_pred_tree() 2214 return walk_pred_tree(filter->preds, filter->root, in ftrace_function_set_filter() 2407 walk_pred_tree(filter->preds, filter->root, in ftrace_test_event_filter()
|