/linux-6.6.21/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
D | misc.h | 61 static inline int get_mmcr0_fc56(u64 mmcr0, int pmc) in get_mmcr0_fc56() 66 static inline int get_mmcr0_pmccext(u64 mmcr0, int pmc) in get_mmcr0_pmccext() 71 static inline int get_mmcr0_pmao(u64 mmcr0, int pmc) in get_mmcr0_pmao() 76 static inline int get_mmcr0_cc56run(u64 mmcr0, int pmc) in get_mmcr0_cc56run() 81 static inline int get_mmcr0_pmcjce(u64 mmcr0, int pmc) in get_mmcr0_pmcjce() 86 static inline int get_mmcr0_pmc1ce(u64 mmcr0, int pmc) in get_mmcr0_pmc1ce() 91 static inline int get_mmcr0_pmae(u64 mmcr0, int pmc) in get_mmcr0_pmae() 96 static inline int get_mmcr1_pmcxsel(u64 mmcr1, int pmc) in get_mmcr1_pmcxsel() 101 static inline int get_mmcr1_unit(u64 mmcr1, int pmc) in get_mmcr1_unit() 106 static inline int get_mmcr1_comb(u64 mmcr1, int pmc) in get_mmcr1_comb() [all …]
|
/linux-6.6.21/drivers/platform/x86/intel/pmc/ |
D | core.c | 56 static inline u32 pmc_core_reg_read(struct pmc *pmc, int reg_offset) in pmc_core_reg_read() 61 static inline void pmc_core_reg_write(struct pmc *pmc, int reg_offset, in pmc_core_reg_write() 67 static inline u64 pmc_core_adjust_slp_s0_step(struct pmc *pmc, u32 value) in pmc_core_adjust_slp_s0_step() 85 struct pmc *pmc = pmcdev->pmcs[PMC_IDX_MAIN]; in set_etr3() local 124 struct pmc *pmc = pmcdev->pmcs[PMC_IDX_MAIN]; in etr3_is_visible() local 139 struct pmc *pmc = pmcdev->pmcs[PMC_IDX_MAIN]; in etr3_show() local 197 struct pmc *pmc = data; in pmc_core_dev_state_get() local 209 static int pmc_core_check_read_lock_bit(struct pmc *pmc) in pmc_core_check_read_lock_bit() 217 static void pmc_core_slps0_display(struct pmc *pmc, struct device *dev, in pmc_core_slps0_display() 254 static void pmc_core_lpm_display(struct pmc *pmc, struct device *dev, in pmc_core_lpm_display() [all …]
|
D | tgl.c | 211 struct pmc *pmc = pmcdev->pmcs[PMC_IDX_MAIN]; in pmc_core_get_tgl_lpm_reqs() local 258 struct pmc *pmc = pmcdev->pmcs[PMC_IDX_MAIN]; in tgl_core_init() local
|
/linux-6.6.21/arch/x86/kvm/ |
D | pmu.c | 96 static inline void __kvm_perf_overflow(struct kvm_pmc *pmc, bool in_pmi) in __kvm_perf_overflow() 127 struct kvm_pmc *pmc = perf_event->overflow_handler_context; in kvm_perf_overflow() local 142 static u64 pmc_get_pebs_precise_level(struct kvm_pmc *pmc) in pmc_get_pebs_precise_level() 164 static int pmc_reprogram_counter(struct kvm_pmc *pmc, u32 type, u64 config, in pmc_reprogram_counter() 218 static void pmc_pause_counter(struct kvm_pmc *pmc) in pmc_pause_counter() 231 static bool pmc_resume_counter(struct kvm_pmc *pmc) in pmc_resume_counter() 253 static void pmc_release_perf_event(struct kvm_pmc *pmc) in pmc_release_perf_event() 263 static void pmc_stop_counter(struct kvm_pmc *pmc) in pmc_stop_counter() 377 static bool check_pmu_event_filter(struct kvm_pmc *pmc) in check_pmu_event_filter() 392 static bool pmc_event_is_allowed(struct kvm_pmc *pmc) in pmc_event_is_allowed() [all …]
|
D | pmu.h | 9 #define pmc_to_pmu(pmc) (&(pmc)->vcpu->arch.pmu) argument 58 static inline u64 pmc_bitmask(struct kvm_pmc *pmc) in pmc_bitmask() 65 static inline u64 pmc_read_counter(struct kvm_pmc *pmc) in pmc_read_counter() 77 static inline void pmc_write_counter(struct kvm_pmc *pmc, u64 val) in pmc_write_counter() 83 static inline bool pmc_is_gp(struct kvm_pmc *pmc) in pmc_is_gp() 88 static inline bool pmc_is_fixed(struct kvm_pmc *pmc) in pmc_is_fixed() 131 static inline u64 get_sample_period(struct kvm_pmc *pmc, u64 counter_value) in get_sample_period() 140 static inline void pmc_update_sample_period(struct kvm_pmc *pmc) in pmc_update_sample_period() 150 static inline bool pmc_speculative_in_use(struct kvm_pmc *pmc) in pmc_speculative_in_use() 205 static inline void kvm_pmu_request_counter_reprogram(struct kvm_pmc *pmc) in kvm_pmu_request_counter_reprogram() [all …]
|
/linux-6.6.21/drivers/soc/tegra/ |
D | pmc.c | 269 struct tegra_pmc *pmc; member 472 static struct tegra_pmc *pmc = &(struct tegra_pmc) { variable 483 static u32 tegra_pmc_readl(struct tegra_pmc *pmc, unsigned long offset) in tegra_pmc_readl() 505 static void tegra_pmc_writel(struct tegra_pmc *pmc, u32 value, in tegra_pmc_writel() 526 static u32 tegra_pmc_scratch_readl(struct tegra_pmc *pmc, unsigned long offset) in tegra_pmc_scratch_readl() 534 static void tegra_pmc_scratch_writel(struct tegra_pmc *pmc, u32 value, in tegra_pmc_scratch_writel() 556 static inline bool tegra_powergate_is_valid(struct tegra_pmc *pmc, int id) in tegra_powergate_is_valid() 561 static inline bool tegra_powergate_is_available(struct tegra_pmc *pmc, int id) in tegra_powergate_is_available() 566 static int tegra_powergate_lookup(struct tegra_pmc *pmc, const char *name) in tegra_powergate_lookup() 584 static int tegra20_powergate_set(struct tegra_pmc *pmc, unsigned int id, in tegra20_powergate_set() [all …]
|
/linux-6.6.21/arch/arm64/kvm/ |
D | pmu-emul.c | 29 static struct kvm_vcpu *kvm_pmc_to_vcpu(const struct kvm_pmc *pmc) in kvm_pmc_to_vcpu() 67 static bool kvm_pmc_is_64bit(struct kvm_pmc *pmc) in kvm_pmc_is_64bit() 73 static bool kvm_pmc_has_64bit_overflow(struct kvm_pmc *pmc) in kvm_pmc_has_64bit_overflow() 81 static bool kvm_pmu_counter_can_chain(struct kvm_pmc *pmc) in kvm_pmu_counter_can_chain() 97 static u64 kvm_pmu_get_pmc_value(struct kvm_pmc *pmc) in kvm_pmu_get_pmc_value() 132 static void kvm_pmu_set_pmc_value(struct kvm_pmc *pmc, u64 val, bool force) in kvm_pmu_set_pmc_value() 177 static void kvm_pmu_release_perf_event(struct kvm_pmc *pmc) in kvm_pmu_release_perf_event() 192 static void kvm_pmu_stop_counter(struct kvm_pmc *pmc) in kvm_pmu_stop_counter() 279 struct kvm_pmc *pmc; in kvm_pmu_enable_counter_mask() local 311 struct kvm_pmc *pmc; in kvm_pmu_disable_counter_mask() local [all …]
|
/linux-6.6.21/drivers/mfd/ |
D | intel_pmc_bxt.c | 83 int intel_pmc_gcr_read64(struct intel_pmc_dev *pmc, u32 offset, u64 *data) in intel_pmc_gcr_read64() 108 int intel_pmc_gcr_update(struct intel_pmc_dev *pmc, u32 offset, u32 mask, u32 val) in intel_pmc_gcr_update() 139 int intel_pmc_s0ix_counter_read(struct intel_pmc_dev *pmc, u64 *data) in intel_pmc_s0ix_counter_read() 169 struct intel_pmc_dev *pmc = dev_get_drvdata(dev); in simplecmd_store() local 205 struct intel_pmc_dev *pmc = dev_get_drvdata(dev); in northpeak_store() local 304 struct intel_pmc_dev *pmc, in intel_pmc_get_resources() 393 static int intel_pmc_create_devices(struct intel_pmc_dev *pmc) in intel_pmc_create_devices() 426 struct intel_pmc_dev *pmc; in intel_pmc_probe() local
|
/linux-6.6.21/drivers/platform/x86/ |
D | pmc_atom.c | 204 static inline u32 pmc_reg_read(struct pmc_dev *pmc, int reg_offset) in pmc_reg_read() 209 static inline void pmc_reg_write(struct pmc_dev *pmc, int reg_offset, u32 val) in pmc_reg_write() 216 struct pmc_dev *pmc = &pmc_device; in pmc_atom_read() local 242 static void pmc_hw_reg_setup(struct pmc_dev *pmc) in pmc_hw_reg_setup() 273 struct pmc_dev *pmc = s->private; in pmc_dev_state_show() local 296 struct pmc_dev *pmc = s->private; in pmc_pss_state_show() local 313 struct pmc_dev *pmc = s->private; in pmc_sleep_tmr_show() local 332 static void pmc_dbgfs_register(struct pmc_dev *pmc) in pmc_dbgfs_register() 348 static void pmc_dbgfs_register(struct pmc_dev *pmc) in pmc_dbgfs_register() 453 struct pmc_dev *pmc = &pmc_device; in pmc_setup_dev() local
|
/linux-6.6.21/arch/powerpc/perf/ |
D | isa207-common.h | 200 #define CNST_PMC_SHIFT(pmc) ((pmc - 1) * 2) argument 201 #define CNST_PMC_VAL(pmc) (1 << CNST_PMC_SHIFT(pmc)) argument 202 #define CNST_PMC_MASK(pmc) (2 << CNST_PMC_SHIFT(pmc)) argument 210 #define MMCR1_UNIT_SHIFT(pmc) (60 - (4 * ((pmc) - 1))) argument 211 #define MMCR1_COMBINE_SHIFT(pmc) (35 - ((pmc) - 1)) argument 212 #define MMCR1_PMCSEL_SHIFT(pmc) (24 - (((pmc) - 1)) * 8) argument 218 #define p9_MMCR1_COMBINE_SHIFT(pmc) (38 - ((pmc - 1) * 2)) argument 250 #define MMCR2_FCS(pmc) (1ull << (63 - (((pmc) - 1) * 9))) argument 251 #define MMCR2_FCP(pmc) (1ull << (62 - (((pmc) - 1) * 9))) argument 252 #define MMCR2_FCWAIT(pmc) (1ull << (58 - (((pmc) - 1) * 9))) argument [all …]
|
D | mpc7450-pmu.c | 39 int pmc; in mpc7450_classify_event() local 79 int pmc, sel; in mpc7450_threshold_use() local 153 int pmc, class; in mpc7450_get_constraint() local 269 u32 ev, pmc, thresh; in mpc7450_compute_mmcr() local 342 static void mpc7450_disable_pmc(unsigned int pmc, struct mmcr_regs *mmcr) in mpc7450_disable_pmc()
|
D | power6-pmu.c | 139 int pmc, psel, ptype; in power6_marked_instr_event() local 182 unsigned int pmc, ev, b, u, s, psel; in p6_compute_mmcr() local 272 int pmc, byte, sh, subunit; in p6_get_constraint() local 305 int pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; in p6_limited_pmc_event() local 364 unsigned int psel, pmc; in p6_get_alternatives() local 463 static void p6_disable_pmc(unsigned int pmc, struct mmcr_regs *mmcr) in p6_disable_pmc()
|
D | power5+-pmu.c | 137 int pmc, byte, unit, sh; in power5p_get_constraint() local 191 int pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; in power5p_limited_pmc_event() local 245 int pmc, altpmc, pp, j; in find_alternative_bdecode() local 405 int pmc, psel; in power5p_marked_instr_event() local 459 unsigned int pmc, unit, byte, psel; in power5p_compute_mmcr() local 603 static void power5p_disable_pmc(unsigned int pmc, struct mmcr_regs *mmcr) in power5p_disable_pmc()
|
D | power7-pmu.c | 86 int pmc, sh, unit; in power7_get_constraint() local 146 int pmc, psel; in find_alternative_decode() local 215 int pmc, psel; in power7_marked_instr_event() local 253 unsigned int pmc, unit, combine, l2sel, psel; in power7_compute_mmcr() local 315 static void power7_disable_pmc(unsigned int pmc, struct mmcr_regs *mmcr) in power7_disable_pmc()
|
D | power5-pmu.c | 141 int pmc, byte, unit, sh; in power5_get_constraint() local 253 int pmc, altpmc, pp, j; in find_alternative_bdecode() local 341 int pmc, psel; in power5_marked_instr_event() local 390 unsigned int pmc, unit, byte, psel; in power5_compute_mmcr() local 545 static void power5_disable_pmc(unsigned int pmc, struct mmcr_regs *mmcr) in power5_disable_pmc()
|
D | ppc970-pmu.c | 147 int pmc, psel, unit, byte, bit; in p970_marked_instr_event() local 195 int pmc, byte, unit, sh, spcsel; in p970_get_constraint() local 263 unsigned int pmc, unit, byte, psel; in p970_compute_mmcr() local 406 static void p970_disable_pmc(unsigned int pmc, struct mmcr_regs *mmcr) in p970_disable_pmc()
|
/linux-6.6.21/drivers/net/wireless/ath/wil6210/ |
D | pmc.c | 21 static int wil_is_pmc_allocated(struct pmc_ctx *pmc) in wil_is_pmc_allocated() 44 struct pmc_ctx *pmc = &wil->pmc; in wil_pmc_alloc() local 228 struct pmc_ctx *pmc = &wil->pmc; in wil_pmc_free() local 318 struct pmc_ctx *pmc = &wil->pmc; in wil_pmc_read() local 374 struct pmc_ctx *pmc = &wil->pmc; in wil_pmc_llseek() local 424 struct pmc_ctx *pmc = &wil->pmc; in wil_pmcring_read() local
|
/linux-6.6.21/net/ipv4/ |
D | igmp.c | 175 #define for_each_pmc_rcu(in_dev, pmc) \ argument 180 #define for_each_pmc_rtnl(in_dev, pmc) \ argument 272 static int is_in(struct ip_mc_list *pmc, struct ip_sf_list *psf, int type, in is_in() 317 igmp_scount(struct ip_mc_list *pmc, int type, int gdeleted, int sdeleted) in igmp_scount() 430 static int grec_size(struct ip_mc_list *pmc, int type, int gdel, int sdel) in grec_size() 435 static struct sk_buff *add_grhead(struct sk_buff *skb, struct ip_mc_list *pmc, in add_grhead() 460 static struct sk_buff *add_grec(struct sk_buff *skb, struct ip_mc_list *pmc, in add_grec() 588 static int igmpv3_send_report(struct in_device *in_dev, struct ip_mc_list *pmc) in igmpv3_send_report() 646 static void kfree_pmc(struct ip_mc_list *pmc) in kfree_pmc() 655 struct ip_mc_list *pmc, *pmc_prev, *pmc_next; in igmpv3_send_cr() local [all …]
|
/linux-6.6.21/arch/riscv/kvm/ |
D | vcpu_pmu.c | 36 static u64 kvm_pmu_get_sample_period(struct kvm_pmc *pmc) in kvm_pmu_get_sample_period() 77 static void kvm_pmu_release_perf_event(struct kvm_pmc *pmc) in kvm_pmu_release_perf_event() 203 struct kvm_pmc *pmc; in pmu_ctr_read() local 232 static int kvm_pmu_create_perf_event(struct kvm_pmc *pmc, struct perf_event_attr *attr, in kvm_pmu_create_perf_event() 344 struct kvm_pmc *pmc; in kvm_riscv_vcpu_pmu_ctr_start() local 401 struct kvm_pmc *pmc; in kvm_riscv_vcpu_pmu_ctr_stop() local 466 struct kvm_pmc *pmc = NULL; in kvm_riscv_vcpu_pmu_ctr_cfg_match() local 549 struct kvm_pmc *pmc; in kvm_riscv_vcpu_pmu_init() local 614 struct kvm_pmc *pmc; in kvm_riscv_vcpu_pmu_deinit() local
|
/linux-6.6.21/net/ipv6/ |
D | mcast.c | 117 #define for_each_pmc_socklock(np, sk, pmc) \ argument 122 #define for_each_pmc_rcu(np, pmc) \ argument 365 struct ipv6_mc_socklist *pmc; in ip6_mc_source() local 492 struct ipv6_mc_socklist *pmc; in ip6_mc_msfilter() local 587 struct ipv6_mc_socklist *pmc; in ip6_mc_msfget() local 734 struct ifmcaddr6 *pmc; in mld_add_delrec() local 774 struct ifmcaddr6 *pmc, *pmc_prev; in mld_del_delrec() local 815 struct ifmcaddr6 *pmc, *nextpmc; in mld_clear_delrec() local 1143 static bool mld_xmarksources(struct ifmcaddr6 *pmc, int nsrcs, in mld_xmarksources() 1172 static bool mld_marksources(struct ifmcaddr6 *pmc, int nsrcs, in mld_marksources() [all …]
|
/linux-6.6.21/include/linux/mfd/ |
D | intel_pmc_bxt.h | 35 static inline int intel_pmc_gcr_read64(struct intel_pmc_dev *pmc, u32 offset, in intel_pmc_gcr_read64() 41 static inline int intel_pmc_gcr_update(struct intel_pmc_dev *pmc, u32 offset, in intel_pmc_gcr_update() 47 static inline int intel_pmc_s0ix_counter_read(struct intel_pmc_dev *pmc, u64 *data) in intel_pmc_s0ix_counter_read()
|
/linux-6.6.21/arch/x86/kvm/svm/ |
D | pmu.c | 76 static bool amd_hw_event_available(struct kvm_pmc *pmc) in amd_hw_event_available() 100 struct kvm_pmc *pmc; in amd_msr_idx_to_pmc() local 134 struct kvm_pmc *pmc; in amd_pmu_get_msr() local 156 struct kvm_pmc *pmc; in amd_pmu_set_msr() local
|
/linux-6.6.21/arch/x86/kvm/vmx/ |
D | pmu_intel.c | 73 struct kvm_pmc *pmc; in reprogram_fixed_counters() local 104 static bool intel_hw_event_available(struct kvm_pmc *pmc) in intel_hw_event_available() 234 struct kvm_pmc *pmc; in intel_msr_idx_to_pmc() local 351 struct kvm_pmc *pmc; in intel_pmu_get_msr() local 394 struct kvm_pmc *pmc; in intel_pmu_set_msr() local 477 struct kvm_pmc *pmc = &pmu->fixed_counters[index]; in setup_fixed_pmc_eventsel() local 750 struct kvm_pmc *pmc = NULL; in intel_pmu_cross_mapped_check() local
|
/linux-6.6.21/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb.c | 71 bool ebb_check_count(int pmc, u64 sample_period, int fudge) in ebb_check_count() 252 int count_pmc(int pmc, uint32_t sample_period) in count_pmc() 440 void write_pmc(int pmc, u64 value) in write_pmc() 452 u64 read_pmc(int pmc) in read_pmc()
|
D | ebb.h | 14 #define PMC_INDEX(pmc) ((pmc)-1) argument 41 static inline void ebb_enable_pmc_counting(int pmc) in ebb_enable_pmc_counting()
|