Searched refs:perf_record_ksymbol (Results 1 – 3 of 3) sorted by relevance
234 struct perf_record_ksymbol *ksymbol_event = &event->ksymbol; in perf_event__synthesize_one_bpf_prog()310 *ksymbol_event = (struct perf_record_ksymbol) { in perf_event__synthesize_one_bpf_prog()313 .size = offsetof(struct perf_record_ksymbol, name), in perf_event__synthesize_one_bpf_prog()384 struct perf_record_ksymbol *ksymbol; in process_bpf_image()389 *ksymbol = (struct perf_record_ksymbol) { in process_bpf_image()392 .size = offsetof(struct perf_record_ksymbol, name), in process_bpf_image()
102 struct perf_record_ksymbol { struct479 struct perf_record_ksymbol ksymbol;
184 struct perf_record_ksymbol;