Searched refs:perf_record_ksymbol (Results 1 – 3 of 3) sorted by relevance
170 struct perf_record_ksymbol *ksymbol_event = &event->ksymbol; in perf_event__synthesize_one_bpf_prog()246 *ksymbol_event = (struct perf_record_ksymbol) { in perf_event__synthesize_one_bpf_prog()249 .size = offsetof(struct perf_record_ksymbol, name), in perf_event__synthesize_one_bpf_prog()320 struct perf_record_ksymbol *ksymbol; in process_bpf_image()325 *ksymbol = (struct perf_record_ksymbol) { in process_bpf_image()328 .size = offsetof(struct perf_record_ksymbol, name), in process_bpf_image()
104 struct perf_record_ksymbol { struct492 struct perf_record_ksymbol ksymbol;
184 struct perf_record_ksymbol;