Searched refs:DSO_BINARY_TYPE__BPF_PROG_INFO (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/util/
H A Ddso.c77 case DSO_BINARY_TYPE__BPF_PROG_INFO:
244 case DSO_BINARY_TYPE__BPF_PROG_INFO:
966 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO)
1092 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO)
H A Ddso.h43 DSO_BINARY_TYPE__BPF_PROG_INFO, enumerator in enum:dso_binary_type
H A Dbpf-event.c62 dso->binary_type = DSO_BINARY_TYPE__BPF_PROG_INFO;
H A Dmap.c256 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO)
261 * type of DSO_BINARY_TYPE__BPF_PROG_INFO. In such cases, we can
H A Dannotate.c1949 if (dso->binary_type != DSO_BINARY_TYPE__BPF_PROG_INFO)
2198 if (dso->binary_type == DSO_BINARY_TYPE__BPF_PROG_INFO) {
H A Dsymbol.c1730 case DSO_BINARY_TYPE__BPF_PROG_INFO:

Completed in 145 milliseconds