static int trace_show()

in debugfs.c [16:19]


static int trace_show(struct seq_file *m, void *v)
{
	return atomic_read(&trace_count);
}