Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddlfilter.c32 d_al->size = sizeof(*d_al); in al_to_d_al()
44 d_al->dso = NULL; in al_to_d_al()
59 d_al->sym = NULL; in al_to_d_al()
61 d_al->sym_end = 0; in al_to_d_al()
62 d_al->symoff = 0; in al_to_d_al()
66 d_al->comm = NULL; in al_to_d_al()
68 d_al->priv = NULL; in al_to_d_al()
97 if (d_al->size) in dlfilter__resolve_ip()
98 return d_al; in dlfilter__resolve_ip()
110 return d_al; in dlfilter__resolve_ip()
[all …]