| /* Per-counter configuration as set via oprofilefs. */ |
| struct op_counter_config { |
| unsigned long long count; |
| /* Dummy values for userspace tool compliance */ |
| /* Per-architecture configury and hooks. */ |
| void (*reg_setup)(struct op_counter_config *); |
| int (*create_files)(struct super_block *sb, struct dentry *dir); |
| void (*cpu_setup)(void *dummy); |
| void (*cpu_start)(void *args); |
| void (*cpu_stop)(void *args); |
| unsigned char num_counters; |
| /* arch/sh/oprofile/common.c */ |
| extern void sh_backtrace(struct pt_regs * const regs, unsigned int depth); |