이 콘텐츠는 선택한 언어로 제공되지 않습니다.
function::probefunc
Name
function::probefunc — Return the probe point's function name, if known.
Synopsis
function probefunc:string()
function probefunc:string()
Arguments
None
General Syntax
probefunc:
string
Description
This function returns the name of the function being probed. It will do this based on the probe point string as returned by
pp.
Please note
this function is deprecated, please use
symname and/or usymname. This function might return a function name based on the current address if the probe point context couldn't be parsed.