total_samples      63 sound/firewire/isight.c 	u32 total_samples;
total_samples     148 sound/firewire/isight.c 	dropped = total - isight->total_samples;
total_samples     184 sound/firewire/isight.c 			if (unlikely(total != isight->total_samples)) {
total_samples     188 sound/firewire/isight.c 				isight->total_samples = total;
total_samples     192 sound/firewire/isight.c 			isight->total_samples += count;
total_samples      52 tools/perf/ui/stdio/hist.c 				     u64 total_samples, int left_margin)
total_samples      68 tools/perf/ui/stdio/hist.c 			ret += callchain_node__fprintf_value(node, fp, total_samples);
total_samples     109 tools/perf/ui/stdio/hist.c 					 u64 total_samples, int depth,
total_samples     122 tools/perf/ui/stdio/hist.c 	remaining = total_samples;
total_samples     155 tools/perf/ui/stdio/hist.c 						      total_samples,
total_samples     162 tools/perf/ui/stdio/hist.c 			new_total = total_samples;
total_samples     174 tools/perf/ui/stdio/hist.c 		remaining && remaining != total_samples) {
total_samples     190 tools/perf/ui/stdio/hist.c 					      new_depth_mask, 0, total_samples,
total_samples     217 tools/perf/ui/stdio/hist.c 				       u64 total_samples, u64 parent_samples,
total_samples     269 tools/perf/ui/stdio/hist.c 		total_samples = parent_samples;
total_samples     271 tools/perf/ui/stdio/hist.c 	ret += __callchain__fprintf_graph(fp, root, total_samples,
total_samples     282 tools/perf/ui/stdio/hist.c 					u64 total_samples)
total_samples     291 tools/perf/ui/stdio/hist.c 	ret += __callchain__fprintf_flat(fp, node->parent, total_samples);
total_samples     305 tools/perf/ui/stdio/hist.c 				      u64 total_samples)
total_samples     316 tools/perf/ui/stdio/hist.c 		ret += callchain_node__fprintf_value(chain, fp, total_samples);
total_samples     318 tools/perf/ui/stdio/hist.c 		ret += __callchain__fprintf_flat(fp, chain, total_samples);
total_samples     356 tools/perf/ui/stdio/hist.c 					u64 total_samples)
total_samples     367 tools/perf/ui/stdio/hist.c 		ret += callchain_node__fprintf_value(chain, fp, total_samples);
total_samples     381 tools/perf/ui/stdio/hist.c 					    u64 total_samples, int left_margin,
total_samples     391 tools/perf/ui/stdio/hist.c 		return callchain__fprintf_graph(fp, &he->sorted_chain, total_samples,
total_samples     395 tools/perf/ui/stdio/hist.c 		return callchain__fprintf_graph(fp, &he->sorted_chain, total_samples,
total_samples     399 tools/perf/ui/stdio/hist.c 		return callchain__fprintf_flat(fp, &he->sorted_chain, total_samples);
total_samples     402 tools/perf/ui/stdio/hist.c 		return callchain__fprintf_folded(fp, &he->sorted_chain, total_samples);