Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol.h261 struct symbol *dso__first_symbol(struct dso *dso, enum map_type type);
Dauxtrace.c1892 sym = dso__first_symbol(dso, MAP__FUNCTION); in print_duplicate_syms()
1922 sym = dso__first_symbol(dso, MAP__FUNCTION); in find_dso_sym()
1949 struct symbol *first_sym = dso__first_symbol(dso, MAP__FUNCTION); in addr_filter__entire_dso()
Dsymbol.c474 struct symbol *dso__first_symbol(struct dso *dso, enum map_type type) in dso__first_symbol() function
1170 sym = dso__first_symbol(dso, map->type); in dso__load_kcore()
Dintel-pt.c1389 start = dso__first_symbol(map->dso, MAP__FUNCTION); in intel_pt_switch_ip()