Searched refs:perf_record_ksymbol (Results 1 – 3 of 3) sorted by relevance
165 struct perf_record_ksymbol *ksymbol_event = &event->ksymbol; in perf_event__synthesize_one_bpf_prog()234 *ksymbol_event = (struct perf_record_ksymbol) { in perf_event__synthesize_one_bpf_prog()237 .size = offsetof(struct perf_record_ksymbol, name), in perf_event__synthesize_one_bpf_prog()308 struct perf_record_ksymbol *ksymbol; in process_bpf_image()313 *ksymbol = (struct perf_record_ksymbol) { in process_bpf_image()316 .size = offsetof(struct perf_record_ksymbol, name), in process_bpf_image()
89 struct perf_record_ksymbol { struct391 struct perf_record_ksymbol ksymbol;
179 struct perf_record_ksymbol;