Home
last modified time | relevance | path

Searched refs:oprofile_started (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/oprofile/
Doprof.c27 unsigned long oprofile_started; variable
125 if (oprofile_started) { in oprofile_set_timeout()
168 if (oprofile_started) in oprofile_start()
178 oprofile_started = 1; in oprofile_start()
189 if (!oprofile_started) in oprofile_stop()
192 oprofile_started = 0; in oprofile_stop()
233 if (!oprofile_started) { in oprofile_set_ulong()
Doprof.h30 extern unsigned long oprofile_started;
Doprofile_files.c131 return oprofilefs_ulong_to_user(oprofile_started, buf, count, offset); in enable_read()