Home
last modified time | relevance | path

Searched refs:sample_reg (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/tools/perf/arch/csky/util/
H A Dperf_regs.c5 static const struct sample_reg sample_reg_masks[] = {
19 const struct sample_reg *arch__sample_reg_masks(void) in arch__sample_reg_masks()
/linux-6.15/tools/perf/arch/arm/util/
H A Dperf_regs.c5 static const struct sample_reg sample_reg_masks[] = {
19 const struct sample_reg *arch__sample_reg_masks(void) in arch__sample_reg_masks()
/linux-6.15/tools/perf/arch/loongarch/util/
H A Dperf_regs.c5 static const struct sample_reg sample_reg_masks[] = {
19 const struct sample_reg *arch__sample_reg_masks(void) in arch__sample_reg_masks()
/linux-6.15/tools/perf/arch/mips/util/
H A Dperf_regs.c5 static const struct sample_reg sample_reg_masks[] = {
19 const struct sample_reg *arch__sample_reg_masks(void) in arch__sample_reg_masks()
/linux-6.15/tools/perf/arch/riscv/util/
H A Dperf_regs.c5 static const struct sample_reg sample_reg_masks[] = {
19 const struct sample_reg *arch__sample_reg_masks(void) in arch__sample_reg_masks()
/linux-6.15/tools/perf/arch/s390/util/
H A Dperf_regs.c5 static const struct sample_reg sample_reg_masks[] = {
19 const struct sample_reg *arch__sample_reg_masks(void) in arch__sample_reg_masks()
/linux-6.15/tools/perf/util/
H A Dperf_regs.h10 struct sample_reg { struct
29 const struct sample_reg *arch__sample_reg_masks(void); argument
H A Dperf_regs.c24 static const struct sample_reg sample_reg_masks[] = {
28 const struct sample_reg * __weak arch__sample_reg_masks(void) in arch__sample_reg_masks()
H A Dparse-regs-options.c16 const struct sample_reg *r = NULL; in __parse_regs()
/linux-6.15/tools/perf/arch/arm64/util/
H A Dperf_regs.c19 static const struct sample_reg sample_reg_masks[] = {
179 const struct sample_reg *arch__sample_reg_masks(void) in arch__sample_reg_masks()
H A Dmachine.c15 const struct sample_reg *sample_reg_masks = arch__sample_reg_masks(); in arch__add_leaf_frame_record_opts()
/linux-6.15/tools/perf/arch/powerpc/util/
H A Dperf_regs.c21 static const struct sample_reg sample_reg_masks[] = {
237 const struct sample_reg *arch__sample_reg_masks(void) in arch__sample_reg_masks()
/linux-6.15/tools/perf/arch/x86/util/
H A Dperf_regs.c16 static const struct sample_reg sample_reg_masks[] = {
279 const struct sample_reg *arch__sample_reg_masks(void) in arch__sample_reg_masks()
/linux-6.15/drivers/scsi/
H A Dnsp32.h458 u8 sample_reg; /* hazard killer sampling rate */ member
554 unsigned char sample_reg; /* SREQ hazard killer register */ member
H A Dnsp32.c524 param->sample_reg = data->cur_target->sample_reg; in nsp32_selection_autopara()
677 nsp32_write1(base, SREQ_SMPL_RATE, data->cur_target->sample_reg); in nsp32_selection_autoscsi()
1886 nsp32_write1(base, SREQ_SMPL_RATE, data->cur_target->sample_reg); in nsp32_restart_autoscsi()
2394 target->sample_reg = 0; in nsp32_set_async()
2418 target->sample_reg = 0; /* disable SREQ sampling */ in nsp32_set_max_sync()
2439 target->sample_reg = sample_rate | SAMPLING_ENABLE; in nsp32_set_sync_entry()
/linux-6.15/drivers/gpu/drm/msm/
H A Dmsm_gpu.h337 uint32_t sample_reg; member
H A Dmsm_gpu.c568 current_cntrs[i] = gpu_read(gpu, gpu->perfcntrs[i].sample_reg); in update_hw_cntrs()