Home
last modified time | relevance | path

Searched refs:perf_record_ksymbol (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dbpf-event.c535 struct perf_record_ksymbol *ksymbol_event = &event->ksymbol; in perf_event__synthesize_one_bpf_prog()
613 *ksymbol_event = (struct perf_record_ksymbol) { in perf_event__synthesize_one_bpf_prog()
616 .size = offsetof(struct perf_record_ksymbol, name), in perf_event__synthesize_one_bpf_prog()
706 struct perf_record_ksymbol *ksymbol; in process_bpf_image()
711 *ksymbol = (struct perf_record_ksymbol) { in process_bpf_image()
714 .size = offsetof(struct perf_record_ksymbol, name), in process_bpf_image()
/linux/tools/lib/perf/include/perf/
H A Devent.h110 struct perf_record_ksymbol { struct
540 struct perf_record_ksymbol ksymbol;
/linux/tools/lib/perf/Documentation/
H A Dlibperf.txt183 struct perf_record_ksymbol;