/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | lost_exception_test.c | 49 orig_period = max_period = sample_period = 400; in test_body() 51 mtspr(SPRN_PMC4, pmc_sample_period(sample_period)); in test_body() 66 if (sample_period >= (orig_period + 200)) in test_body() 67 sample_period = orig_period; in test_body() 69 sample_period++; in test_body() 71 if (sample_period > max_period) in test_body() 72 max_period = sample_period; in test_body()
|
H A D | multi_counter_test.c | 58 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in multi_counter() 59 mtspr(SPRN_PMC2, pmc_sample_period(sample_period)); in multi_counter() 60 mtspr(SPRN_PMC3, pmc_sample_period(sample_period)); in multi_counter() 61 mtspr(SPRN_PMC4, pmc_sample_period(sample_period)); in multi_counter() 62 mtspr(SPRN_PMC5, pmc_sample_period(sample_period)); in multi_counter() 63 mtspr(SPRN_PMC6, pmc_sample_period(sample_period)); in multi_counter()
|
H A D | ebb.c | 31 u64 sample_period = 0x40000000ull; variable 71 bool ebb_check_count(int pmc, u64 sample_period, int fudge) in ebb_check_count() argument 77 lower = ebb_state.stats.ebb_count * (sample_period - fudge); in ebb_check_count() 85 upper = ebb_state.stats.ebb_count * (sample_period + fudge); in ebb_check_count() 119 found += count_pmc(i, sample_period); in standard_ebb_callee() 252 int count_pmc(int pmc, uint32_t sample_period) in count_pmc() argument 258 start_value = pmc_sample_period(sample_period); in count_pmc() 381 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in ebb_child()
|
H A D | ebb.h | 46 bool ebb_check_count(int pmc, u64 sample_period, int fudge); 58 int count_pmc(int pmc, uint32_t sample_period); 69 extern u64 sample_period;
|
H A D | back_to_back_ebbs_test.c | 41 count_pmc(1, sample_period); in ebb_callee() 81 sample_period = 5; in back_to_back_ebbs() 84 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in back_to_back_ebbs()
|
H A D | no_handler_test.c | 38 sample_period = 1000; in no_handler_test() 39 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in no_handler_test()
|
H A D | cycles_test.c | 35 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in cycles() 50 FAIL_IF(!ebb_check_count(1, sample_period, 100)); in cycles()
|
H A D | instruction_count_test.c | 43 count_pmc(4, sample_period); in do_count_loop() 101 count_pmc(4, sample_period); in pmc4_ebb_callee() 125 sample_period = COUNTER_OVERFLOW; in instruction_count()
|
H A D | pmc56_overflow_test.c | 30 count_pmc(2, sample_period); in ebb_callee() 69 mtspr(SPRN_PMC2, pmc_sample_period(sample_period)); in pmc56_overflow()
|
H A D | pmae_handling_test.c | 42 count_pmc(1, sample_period); in syscall_ebb_callee() 77 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in test_body()
|
H A D | cycles_with_freeze_test.c | 48 count_pmc(1, sample_period); in ebb_callee() 74 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in cycles_with_freeze()
|
/linux/tools/testing/selftests/bpf/verifier/ |
H A D | perf_event_sample_period.c | 2 "check bpf_perf_event_data->sample_period byte load permitted", 7 offsetof(struct bpf_perf_event_data, sample_period)), 10 offsetof(struct bpf_perf_event_data, sample_period) + 7), 18 "check bpf_perf_event_data->sample_period half load permitted", 23 offsetof(struct bpf_perf_event_data, sample_period)), 26 offsetof(struct bpf_perf_event_data, sample_period) + 6), 34 "check bpf_perf_event_data->sample_period word load permitted", 39 offsetof(struct bpf_perf_event_data, sample_period)), 42 offsetof(struct bpf_perf_event_data, sample_period) + 4), 50 "check bpf_perf_event_data->sample_period dwor [all...] |
/linux/tools/testing/selftests/bpf/progs/ |
H A D | verifier_unpriv_perf.c | 23 r1 = *(u64*)(r1 + %[sample_period]); \ in fill_of_different_pointers_ldx() 28 -(__s32) offsetof(struct bpf_perf_event_data, sample_period) - 8), in fill_of_different_pointers_ldx() 29 __imm_const(sample_period, in fill_of_different_pointers_ldx() 30 offsetof(struct bpf_perf_event_data, sample_period)) in fill_of_different_pointers_ldx()
|
/linux/samples/bpf/ |
H A D | tracex6_user.c | 104 .sample_period = SAMPLE_PERIOD, in test_bpf_perf_event() 113 .sample_period = SAMPLE_PERIOD, in test_bpf_perf_event() 122 .sample_period = SAMPLE_PERIOD, in test_bpf_perf_event() 132 .sample_period = SAMPLE_PERIOD, in test_bpf_perf_event() 144 .sample_period = SAMPLE_PERIOD, in test_bpf_perf_event() 156 .sample_period = 0, in test_bpf_perf_event()
|
H A D | trace_event_kern.c | 50 if (ctx->sample_period < 10000) in bpf_prog1() 57 bpf_trace_printk(fmt, sizeof(fmt), cpu, ctx->sample_period, in bpf_prog1()
|
/linux/drivers/thermal/intel/int340x_thermal/ |
H A D | acpi_thermal_rel.h | 49 u64 sample_period; member 64 u64 sample_period; member 110 u64 sample_period; member 121 u64 sample_period; member
|
/linux/tools/perf/tests/shell/attr/ |
H A D | test-record-group2 | 11 sample_period=1234000 21 sample_period=6789000
|
H A D | test-record-group3 | 11 sample_period=1234000 22 sample_period=6789000
|
H A D | test-record-group-sampling2 | 31 sample_period=10000 59 sample_period=0
|
/linux/drivers/media/rc/ |
H A D | ene_ir.c | 30 static int sample_period; variable 103 if (sample_period != ENE_DEFAULT_SAMPLE_PERIOD) in ene_hw_detect() 392 if (sample_period == ENE_DEFAULT_SAMPLE_PERIOD) in ene_rx_setup() 397 (sample_period + sample_period_adjust) | in ene_rx_setup() 443 dev->rdev->rx_resolution = sample_period; in ene_rx_setup() 450 dev->rdev->min_timeout = 127 * sample_period; in ene_rx_setup() 635 dev->tx_sample = DIV_ROUND_CLOSEST(sample, sample_period); in ene_tx_sample() 644 dbg("TX: sample %8d (%s)", raw_tx * sample_period, in ene_tx_sample() 783 hw_sample = hw_value * sample_period; in ene_isr() 1025 if (sample_period < in ene_probe() [all...] |
/linux/drivers/gpu/drm/xe/ |
H A D | xe_gt_sriov_pf_policy.c | 294 >->sriov.pf.policy.guc.sample_period, value); in pf_provision_sample_period() 302 return pf_provision_sample_period(gt, gt->sriov.pf.policy.guc.sample_period); in pf_reprovision_sample_period() 310 gt->sriov.pf.policy.guc.sample_period = 0; in pf_sanitize_sample_period() 314 * xe_gt_sriov_pf_policy_set_sample_period - Control the 'sample_period' policy. 316 * @value: the value of the 'sample_period' policy 334 * xe_gt_sriov_pf_policy_get_sample_period - Retrieve value of 'sample_period' policy. 339 * Return: value of 'sample_period' policy. 348 value = gt->sriov.pf.policy.guc.sample_period; in xe_gt_sriov_pf_policy_get_sample_period() 414 policy->sample_period, policy->sample_period in print_guc_policies() [all...] |
/linux/drivers/iio/adc/ |
H A D | dln2-adc.c | 65 unsigned int sample_period; member 342 if (dln2->sample_period) { in dln2_adc_read_raw() 343 microhertz = 1000000000 / dln2->sample_period; in dln2_adc_read_raw() 374 dln2->sample_period = in dln2_adc_write_raw() 376 if (dln2->sample_period > 65535) { in dln2_adc_write_raw() 377 dln2->sample_period = 65535; in dln2_adc_write_raw() 391 dln2->trigger_chan, dln2->sample_period); in dln2_adc_write_raw() 526 dln2->sample_period); in dln2_adc_triggered_buffer_postenable()
|
/linux/kernel/ |
H A D | watchdog_perf.c | 130 wd_attr->sample_period = hw_nmi_get_sample_period(watchdog_thresh); in hardlockup_detector_event_create() 137 wd_attr->sample_period = hw_nmi_get_sample_period(watchdog_thresh); in hardlockup_detector_event_create() 204 if (event->attr.sample_period == period) in hardlockup_detector_perf_adjust_period()
|
/linux/arch/powerpc/perf/ |
H A D | core-fsl-emb.c | 309 if (event->hw.sample_period) { in fsl_emb_pmu_add() 380 if (event->hw.idx < 0 || !event->hw.sample_period) in fsl_emb_pmu_start() 408 if (event->hw.idx < 0 || !event->hw.sample_period) in fsl_emb_pmu_stop() 546 event->hw.last_period = event->hw.sample_period; in fsl_emb_pmu_event_init() 592 u64 period = event->hw.sample_period; in record_and_restart() 619 event->hw.last_period = event->hw.sample_period; in record_and_restart()
|
/linux/arch/riscv/kvm/ |
H A D | vcpu_pmu.c | 40 u64 sample_period; in kvm_pmu_get_sample_period() local 43 sample_period = counter_val_mask; in kvm_pmu_get_sample_period() 45 sample_period = (-pmc->counter_val) & counter_val_mask; in kvm_pmu_get_sample_period() 47 return sample_period; in kvm_pmu_get_sample_period() 300 perf_event->attr.sample_period = period; in kvm_riscv_pmu_overflow() 301 perf_event->hw.sample_period = period; in kvm_riscv_pmu_overflow() 323 * Set the default sample_period for now. The guest specified value in kvm_pmu_create_perf_event() 326 attr->sample_period = kvm_pmu_get_sample_period(pmc); in kvm_pmu_create_perf_event()
|