oprofile_started   27 drivers/oprofile/oprof.c unsigned long oprofile_started;
oprofile_started  125 drivers/oprofile/oprof.c 	if (oprofile_started) {
oprofile_started  168 drivers/oprofile/oprof.c 	if (oprofile_started)
oprofile_started  178 drivers/oprofile/oprof.c 	oprofile_started = 1;
oprofile_started  189 drivers/oprofile/oprof.c 	if (!oprofile_started)
oprofile_started  192 drivers/oprofile/oprof.c 	oprofile_started = 0;
oprofile_started  233 drivers/oprofile/oprof.c 	if (!oprofile_started) {
oprofile_started   30 drivers/oprofile/oprof.h extern unsigned long oprofile_started;
oprofile_started  131 drivers/oprofile/oprofile_files.c 	return oprofilefs_ulong_to_user(oprofile_started, buf, count, offset);