Home
last modified time | relevance | path

Searched full:caller_func_name (Results 1 – 3 of 3) sorted by relevance

/base/startup/init/services/modules/seccomp/scripts/tools/
Dlibc_static_analysis.py205 caller_func_name = line[line.find('<') + 1: line.rfind('>')]
228 … func_list.append(LibcFuncUnit(arch, caller_addr, caller_func_name, func_list[callee_inedx].nr))
/base/hiviewdfx/hiview/hisysevent/
Dhiviewdfx.yaml111 CALLER_FUNC_NAME: {type: STRING, desc: caller elf name}
/base/hiviewdfx/faultloggerd/services/
Dfault_logger_daemon.cpp1010 "CALLER_FUNC_NAME", stat.callerElfName, in ReportDumpStats()