Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/gcov/
H A Dgcc_4_7.c80 struct gcov_ctr_info ctrs[]; member
212 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_reset()
253 dci_ptr = dst->functions[fi_idx]->ctrs; in gcov_info_add()
254 sci_ptr = src->functions[fi_idx]->ctrs; in gcov_info_add()
315 sci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_dup()
316 dci_ptr = dup->functions[fi_idx]->ctrs; in gcov_info_dup()
361 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_free()
477 ci_ptr = fi_ptr->ctrs; in convert_to_gcda()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dcrash_dump.c41 u64 ctrs[16]; member
91 memcpy(&sa->ctrs, &lc->cregs_save_area, sizeof(sa->ctrs)); in save_area_add_regs()
379 ptr = nt_init(ptr, NT_S390_CTRS, &sa->ctrs, sizeof(sa->ctrs)); in fill_cpu_elf_notes()
403 size += nt_size(NT_S390_CTRS, sizeof(sa->ctrs)); in get_cpu_elf_notes_size()
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dcore-book3s.c1010 static int check_excludes(struct perf_event **ctrs, unsigned int cflags[], in check_excludes() argument
1035 event = ctrs[i]; in check_excludes()
1513 struct perf_event *ctrs[], u64 *events, in collect_events() argument
1522 ctrs[n] = group; in collect_events()
1531 ctrs[n] = event; in collect_events()
1926 struct perf_event *ctrs[MAX_HWEVENTS]; in power_pmu_event_init() local
2023 ctrs, events, cflags); in power_pmu_event_init()
2028 ctrs[n] = event; in power_pmu_event_init()
2030 if (check_excludes(ctrs, cflags, n, 1)) 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()