Home
last modified time | relevance | path

Searched refs:ctrs (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/kernel/gcov/
H A Dgcc_4_7.c79 struct gcov_ctr_info ctrs[]; member
216 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_reset()
257 dci_ptr = dst->functions[fi_idx]->ctrs; in gcov_info_add()
258 sci_ptr = src->functions[fi_idx]->ctrs; in gcov_info_add()
319 sci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_dup()
320 dci_ptr = dup->functions[fi_idx]->ctrs; in gcov_info_dup()
365 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_free()
416 ci_ptr = fi_ptr->ctrs; in convert_to_gcda()
/openbmc/linux/arch/s390/kernel/
H A Dcrash_dump.c43 u64 ctrs[16]; member
93 memcpy(&sa->ctrs, &lc->cregs_save_area, sizeof(sa->ctrs)); in save_area_add_regs()
320 ptr = nt_init(ptr, NT_S390_CTRS, &sa->ctrs, sizeof(sa->ctrs)); in fill_cpu_elf_notes()
344 size += nt_size(NT_S390_CTRS, sizeof(sa->ctrs)); in get_cpu_elf_notes_size()
/openbmc/linux/arch/powerpc/perf/
H A Dcore-book3s.c1092 static int check_excludes(struct perf_event **ctrs, unsigned int cflags[], in check_excludes() argument
1117 event = ctrs[i]; in check_excludes()
1594 struct perf_event *ctrs[], u64 *events, in collect_events() argument
1603 ctrs[n] = group; in collect_events()
1612 ctrs[n] = event; in collect_events()
2007 struct perf_event *ctrs[MAX_HWEVENTS]; in power_pmu_event_init() local
2115 ctrs, events, cflags); in power_pmu_event_init()
2120 ctrs[n] = event; in power_pmu_event_init()
2122 if (check_excludes(ctrs, cflags, n, 1)) in power_pmu_event_init()
2128 err = power_check_constraints(cpuhw, events, cflags, n + 1, ctrs); in power_pmu_event_init()
H A Dcore-fsl-emb.c252 struct perf_event *ctrs[]) in collect_events() argument
260 ctrs[n] = group; in collect_events()
268 ctrs[n] = event; in collect_events()
/openbmc/qemu/target/s390x/
H A Darch_dump.c80 uint64_t ctrs[16]; member
179 note->contents.ctrs[i] = cpu_to_be64(cpu->env.cregs[i]); in s390x_write_elf64_ctrs()
213 {sizeof_field(Note, contents.ctrs), NULL, s390x_write_elf64_ctrs, false},
/openbmc/linux/drivers/s390/crypto/
H A Dap_bus.c754 struct __ap_calc_ctrs ctrs; in ap_calc_bound_apqns() local
756 memset(&ctrs, 0, sizeof(ctrs)); in ap_calc_bound_apqns()
757 bus_for_each_dev(&ap_bus_type, NULL, (void *)&ctrs, __ap_calc_helper); in ap_calc_bound_apqns()
759 *apqns = ctrs.apqns; in ap_calc_bound_apqns()
760 *bound = ctrs.bound; in ap_calc_bound_apqns()