min_hit           414 tools/perf/util/callchain.c 		  u64 min_hit)
min_hit           424 tools/perf/util/callchain.c 		__sort_chain_flat(rb_root, child, min_hit);
min_hit           427 tools/perf/util/callchain.c 	if (node->hit && node->hit >= min_hit)
min_hit           437 tools/perf/util/callchain.c 		u64 min_hit, struct callchain_param *param __maybe_unused)
min_hit           440 tools/perf/util/callchain.c 	__sort_chain_flat(rb_root, &root->node, min_hit);
min_hit           444 tools/perf/util/callchain.c 				   u64 min_hit)
min_hit           456 tools/perf/util/callchain.c 		__sort_chain_graph_abs(child, min_hit);
min_hit           457 tools/perf/util/callchain.c 		if (callchain_cumul_hits(child) >= min_hit)
min_hit           465 tools/perf/util/callchain.c 		     u64 min_hit, struct callchain_param *param __maybe_unused)
min_hit           467 tools/perf/util/callchain.c 	__sort_chain_graph_abs(&chain_root->node, min_hit);
min_hit           476 tools/perf/util/callchain.c 	u64 min_hit;
min_hit           479 tools/perf/util/callchain.c 	min_hit = ceil(node->children_hit * min_percent);
min_hit           487 tools/perf/util/callchain.c 		if (callchain_cumul_hits(child) >= min_hit)
min_hit           495 tools/perf/util/callchain.c 		     u64 min_hit __maybe_unused, struct callchain_param *param)