Searched refs:ctrs (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/kernel/gcov/ |
D | gcc_4_7.c | 73 struct gcov_ctr_info ctrs[]; member 205 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_reset() 246 dci_ptr = dst->functions[fi_idx]->ctrs; in gcov_info_add() 247 sci_ptr = src->functions[fi_idx]->ctrs; in gcov_info_add() 308 sci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_dup() 309 dci_ptr = dup->functions[fi_idx]->ctrs; in gcov_info_dup() 354 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_free() 464 ci_ptr = fi_ptr->ctrs; in convert_to_gcda()
|
/Linux-v5.10/arch/s390/kernel/ |
D | crash_dump.c | 41 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()
|
/Linux-v5.10/arch/powerpc/perf/ |
D | core-fsl-emb.c | 265 struct perf_event *ctrs[]) in collect_events() argument 273 ctrs[n] = group; in collect_events() 281 ctrs[n] = event; in collect_events()
|
D | core-book3s.c | 1006 static int check_excludes(struct perf_event **ctrs, unsigned int cflags[], in check_excludes() argument 1031 event = ctrs[i]; in check_excludes() 1472 struct perf_event *ctrs[], u64 *events, in collect_events() argument 1481 ctrs[n] = group; in collect_events() 1490 ctrs[n] = event; in collect_events() 1885 struct perf_event *ctrs[MAX_HWEVENTS]; in power_pmu_event_init() local 1982 ctrs, events, cflags); in power_pmu_event_init() 1987 ctrs[n] = event; in power_pmu_event_init() 1989 if (check_excludes(ctrs, cflags, n, 1)) in power_pmu_event_init()
|