Searched refs:perf_record_ksymbol (Results 1 – 3 of 3) sorted by relevance
171 struct perf_record_ksymbol *ksymbol_event = &event->ksymbol; in perf_event__synthesize_one_bpf_prog() 247 *ksymbol_event = (struct perf_record_ksymbol) { in perf_event__synthesize_one_bpf_prog() 250 .size = offsetof(struct perf_record_ksymbol, name), in perf_event__synthesize_one_bpf_prog() 324 struct perf_record_ksymbol *ksymbol; in process_bpf_image() 329 *ksymbol = (struct perf_record_ksymbol) { in process_bpf_image() 332 .size = offsetof(struct perf_record_ksymbol, name), in process_bpf_image()
110 struct perf_record_ksymbol { struct498 struct perf_record_ksymbol ksymbol;
183 struct perf_record_ksymbol;