Searched refs:perf_record_ksymbol (Results 1 – 3 of 3) sorted by relevance
169 struct perf_record_ksymbol *ksymbol_event = &event->ksymbol; in perf_event__synthesize_one_bpf_prog()238 *ksymbol_event = (struct perf_record_ksymbol) { in perf_event__synthesize_one_bpf_prog()241 .size = offsetof(struct perf_record_ksymbol, name), in perf_event__synthesize_one_bpf_prog()312 struct perf_record_ksymbol *ksymbol; in process_bpf_image()317 *ksymbol = (struct perf_record_ksymbol) { in process_bpf_image()320 .size = offsetof(struct perf_record_ksymbol, name), in process_bpf_image()
91 struct perf_record_ksymbol { struct394 struct perf_record_ksymbol ksymbol;
179 struct perf_record_ksymbol;