Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
H A Dsymbols_file.cpp480 char nameRaw[lineSize]; in ParseKallsymsLine() local
483 nameRaw, sizeof(nameRaw), moduleRaw, sizeof(moduleRaw)); in ParseKallsymsLine()
490 HLOGM(" 0x%016" PRIx64 " %c '%s' '%s'", addr, type, nameRaw, moduleRaw); in ParseKallsymsLine()
495 std::string name = nameRaw; in ParseKallsymsLine()
/developtools/hiperf/src/
H A Dsymbols_file.cpp545 char nameRaw[lineSize]; in ParseKallsymsLine() local
548 nameRaw, sizeof(nameRaw), moduleRaw, sizeof(moduleRaw)); in ParseKallsymsLine()
558 HLOGM(" 0x%016" PRIx64 " %c '%s' '%s'", addr, type, nameRaw, moduleRaw); in ParseKallsymsLine()
565 std::string name = nameRaw; in ParseKallsymsLine()

Completed in 4 milliseconds