Searched refs:perf_record_ksymbol (Results 1 – 3 of 3) sorted by relevance
176 struct perf_record_ksymbol *ksymbol_event = &event->ksymbol; in perf_event__synthesize_one_bpf_prog()252 *ksymbol_event = (struct perf_record_ksymbol) { in perf_event__synthesize_one_bpf_prog()255 .size = offsetof(struct perf_record_ksymbol, name), in perf_event__synthesize_one_bpf_prog()326 struct perf_record_ksymbol *ksymbol; in process_bpf_image()331 *ksymbol = (struct perf_record_ksymbol) { in process_bpf_image()334 .size = offsetof(struct perf_record_ksymbol, name), in process_bpf_image()
101 struct perf_record_ksymbol { struct404 struct perf_record_ksymbol ksymbol;
182 struct perf_record_ksymbol;