Searched refs:dsoname (Results 1 – 3 of 3) sorted by relevance
378 const char *dsoname = "[unknown]"; in get_dsoname() local382 dsoname = map->dso->long_name; in get_dsoname()384 dsoname = map->dso->name; in get_dsoname()387 return dsoname; in get_dsoname()444 const char *dsoname = get_dsoname(node->map); in python_process_callchain() local447 _PyUnicode_FromString(dsoname)); in python_process_callchain()476 const char *dsoname; in python_process_brstack() local499 dsoname = get_dsoname(al.map); in python_process_brstack()501 _PyUnicode_FromString(dsoname)); in python_process_brstack()505 dsoname = get_dsoname(al.map); in python_process_brstack()[all …]
315 const char *dsoname = "[unknown]"; in perl_process_callchain() local318 dsoname = map->dso->long_name; in perl_process_callchain()320 dsoname = map->dso->name; in perl_process_callchain()322 if (!hv_stores(elem, "dso", newSVpv(dsoname,0))) { in perl_process_callchain()
392 const char *dsoname = "[unknown]"; in map__fprintf_dsoname() local396 dsoname = map->dso->long_name; in map__fprintf_dsoname()398 dsoname = map->dso->name; in map__fprintf_dsoname()401 return fprintf(fp, "%s", dsoname); in map__fprintf_dsoname()