Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp841 char nameRaw[lineSize]; in ParseKallsymsLine() local
844 nameRaw, sizeof(nameRaw), moduleRaw, sizeof(moduleRaw)); in ParseKallsymsLine()
851 HLOGM(" 0x%016" PRIx64 " %c '%s' '%s'", addr, type, nameRaw, moduleRaw); in ParseKallsymsLine()
856 std::string name = nameRaw; in ParseKallsymsLine()
/developtools/hiperf/src/
Dsymbols_file.cpp890 char nameRaw[lineSize]; in ParseKallsymsLine() local
893 nameRaw, sizeof(nameRaw), moduleRaw, sizeof(moduleRaw)); in ParseKallsymsLine()
903 HLOGM(" 0x%016" PRIx64 " %c '%s' '%s'", addr, type, nameRaw, moduleRaw); in ParseKallsymsLine()
910 std::string name = nameRaw; in ParseKallsymsLine()