/arch/powerpc/oprofile/ |
D | op_model_fsl_emb.c | 33 static inline u32 get_pmlca(int ctr) in get_pmlca() 57 static inline void set_pmlca(int ctr, u32 pmlca) in set_pmlca() 114 static void init_pmc_stop(int ctr) in init_pmc_stop() 142 static void set_pmc_event(int ctr, int event) in set_pmc_event() 155 static void set_pmc_user_kernel(int ctr, int user, int kernel) in set_pmc_user_kernel() 174 static void set_pmc_marked(int ctr, int mark0, int mark1) in set_pmc_marked() 191 static void pmc_start_ctr(int ctr, int enable) in pmc_start_ctr() 245 static int fsl_emb_cpu_setup(struct op_counter_config *ctr) in fsl_emb_cpu_setup() 263 static int fsl_emb_reg_setup(struct op_counter_config *ctr, in fsl_emb_reg_setup() 282 static int fsl_emb_start(struct op_counter_config *ctr) in fsl_emb_start() [all …]
|
D | op_model_pa6t.c | 92 static int pa6t_reg_setup(struct op_counter_config *ctr, in pa6t_reg_setup() 143 static int pa6t_cpu_setup(struct op_counter_config *ctr) in pa6t_cpu_setup() 163 static int pa6t_start(struct op_counter_config *ctr) in pa6t_start() 201 struct op_counter_config *ctr) in pa6t_handle_interrupt()
|
D | op_model_rs64.c | 91 static int rs64_reg_setup(struct op_counter_config *ctr, in rs64_reg_setup() 106 static int rs64_cpu_setup(struct op_counter_config *ctr) in rs64_cpu_setup() 133 static int rs64_start(struct op_counter_config *ctr) in rs64_start() 179 struct op_counter_config *ctr) in rs64_handle_interrupt()
|
D | op_model_power4.c | 35 static int power4_reg_setup(struct op_counter_config *ctr, in power4_reg_setup() 89 static int power4_cpu_setup(struct op_counter_config *ctr) in power4_cpu_setup() 120 static int power4_start(struct op_counter_config *ctr) in power4_start() 258 struct op_counter_config *ctr) in power4_handle_interrupt()
|
D | op_model_7450.c | 84 static int fsl7450_cpu_setup(struct op_counter_config *ctr) in fsl7450_cpu_setup() 99 static int fsl7450_reg_setup(struct op_counter_config *ctr, in fsl7450_reg_setup() 136 static int fsl7450_start(struct op_counter_config *ctr) in fsl7450_start() 174 struct op_counter_config *ctr) in fsl7450_handle_interrupt()
|
D | op_model_cell.c | 288 static void set_pm_event(u32 ctr, int event, u32 unit_mask) in set_pm_event() 430 static inline void enable_ctr(u32 cpu, u32 ctr, u32 *pm07_cntrl) in enable_ctr() 567 static int cell_reg_setup_spu_cycles(struct op_counter_config *ctr, in cell_reg_setup_spu_cycles() 691 static int cell_reg_setup_spu_events(struct op_counter_config *ctr, in cell_reg_setup_spu_events() 760 static int cell_reg_setup_ppu(struct op_counter_config *ctr, in cell_reg_setup_ppu() 844 static int cell_reg_setup(struct op_counter_config *ctr, in cell_reg_setup() 1252 static int cell_global_start_spu_cycles(struct op_counter_config *ctr) in cell_global_start_spu_cycles() 1342 static int cell_global_start_spu_events(struct op_counter_config *ctr) in cell_global_start_spu_events() 1405 static int cell_global_start_ppu(struct op_counter_config *ctr) in cell_global_start_ppu() 1451 static int cell_global_start(struct op_counter_config *ctr) in cell_global_start() [all …]
|
D | common.c | 29 static struct op_counter_config ctr[OP_MAX_COUNTER]; variable
|
/arch/alpha/oprofile/ |
D | op_model_ev5.c | 28 struct op_counter_config *ctr, in common_reg_setup() 119 struct op_counter_config *ctr, in ev5_reg_setup() 127 struct op_counter_config *ctr, in pca56_reg_setup() 159 ev5_reset_ctr(struct op_register_config *reg, unsigned long ctr) in ev5_reset_ctr() 186 struct op_counter_config *ctr) in ev5_handle_interrupt()
|
D | op_model_ev6.c | 23 struct op_counter_config *ctr, in ev6_reg_setup() 81 ev6_reset_ctr(struct op_register_config *reg, unsigned long ctr) in ev6_reset_ctr() 88 struct op_counter_config *ctr) in ev6_handle_interrupt()
|
D | op_model_ev4.c | 23 struct op_counter_config *ctr, in ev4_reg_setup() 96 struct op_counter_config *ctr) in ev4_handle_interrupt()
|
D | op_model_ev67.c | 24 struct op_counter_config *ctr, in ev67_reg_setup() 86 ev67_reset_ctr(struct op_register_config *reg, unsigned long ctr) in ev67_reset_ctr() 135 struct op_counter_config *ctr, unsigned long event) in op_add_pm() 146 struct op_counter_config *ctr) in ev67_handle_interrupt()
|
D | common.c | 30 static struct op_counter_config ctr[20]; variable
|
/arch/powerpc/platforms/cell/ |
D | pmu.c | 125 u32 cbe_read_ctr(u32 cpu, u32 ctr) in cbe_read_ctr() 139 void cbe_write_ctr(u32 cpu, u32 ctr, u32 val) in cbe_write_ctr() 164 u32 cbe_read_pm07_control(u32 cpu, u32 ctr) in cbe_read_pm07_control() 175 void cbe_write_pm07_control(u32 cpu, u32 ctr, u32 val) in cbe_write_pm07_control()
|
/arch/powerpc/include/asm/ |
D | cell-pmu.h | 35 #define CBE_PM_16BIT_CTR(ctr) (1 << (24 - ((ctr) & (NR_PHYS_CTRS - 1)))) argument 65 #define CBE_PM_CTR_OVERFLOW_INTR(ctr) (1 << (31 - ((ctr) & 7))) argument
|
D | kvm.h | 28 __u64 ctr; member
|
/arch/avr32/oprofile/ |
D | op_model_avr32.c | 66 struct avr32_perf_counter *ctr = dev_id; in avr32_perf_counter_interrupt() local 133 struct avr32_perf_counter *ctr; in avr32_perf_counter_setup() local
|
/arch/mips/oprofile/ |
D | common.c | 22 static struct op_counter_config ctr[20]; variable
|
D | op_model_rm9000.c | 39 static void rm9000_reg_setup(struct op_counter_config *ctr) in rm9000_reg_setup()
|
/arch/sh/oprofile/ |
D | common.c | 28 static struct op_counter_config ctr[20]; variable
|
D | op_model_sh7750.c | 171 static void sh7750_ppc_reg_setup(struct op_counter_config *ctr) in sh7750_ppc_reg_setup()
|
/arch/mn10300/kernel/ |
D | mn10300-watchdog.c | 84 u8 ctr; in setup_watchdog() local
|
D | mn10300-serial.c | 587 u16 ctr; in mn10300_serial_cts_changed() local 755 u16 ctr; in mn10300_serial_stop_rx() local 774 u16 ctr, cts; in mn10300_serial_enable_ms() local 1198 u16 ctr = *port->_control; in mn10300_serial_set_termios() local
|
/arch/x86/boot/ |
D | a20.c | 51 int saved, ctr; in a20_test() local
|
/arch/x86/oprofile/ |
D | op_model_p4.c | 373 #define CTR_OVERFLOW_P(ctr) (!((ctr) & 0x80000000)) argument 488 static void pmc_setup_one_p4_counter(unsigned int ctr) in pmc_setup_one_p4_counter() 598 unsigned long ctr, low, high, stag, real; in p4_check_ctrs() local
|
/arch/um/sys-ppc/shared/sysdep/ |
D | ptrace.h | 22 PPC_REG ctr; member
|