Home
last modified time | relevance | path

Searched refs:oprofile_ops (Results 1 – 4 of 4) sorted by relevance

/drivers/oprofile/
Doprof.c25 struct oprofile_operations oprofile_ops; variable
50 if (oprofile_ops.setup && (err = oprofile_ops.setup())) in oprofile_setup()
58 if (oprofile_ops.sync_start) { in oprofile_setup()
59 int sync_ret = oprofile_ops.sync_start(); in oprofile_setup()
81 if (oprofile_ops.shutdown) in oprofile_setup()
82 oprofile_ops.shutdown(); in oprofile_setup()
99 if (oprofile_ops.switch_events) in start_switch_worker()
110 if (oprofile_ops.switch_events()) in switch_worker()
130 if (!oprofile_ops.switch_events) { in oprofile_set_timeout()
173 if ((err = oprofile_ops.start())) in oprofile_start()
[all …]
Doprofile_files.c83 if (!oprofile_ops.backtrace) in depth_write()
119 return oprofilefs_str_to_user(oprofile_ops.cpu_type, buf, count, offset); in cpu_type_read()
199 if (oprofile_ops.create_files) in oprofile_create_files()
200 oprofile_ops.create_files(root); in oprofile_create_files()
Doprof.h29 extern struct oprofile_operations oprofile_ops;
Dcpu_buffer.c317 oprofile_ops.backtrace(regs, backtrace); in __oprofile_add_ext_sample()