이 콘텐츠는 선택한 언어로 제공되지 않습니다.
9.11. Miscellaneous tapset functions
The following are miscellaneous functions.
9.11.1. addr_to_node 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
General syntax:
addr_to_node:long (addr:long)
addr_to_node:long (addr:long)
This function accepts an address, and returns the node that the given address belongs to in a NUMA system.
9.11.2. exit 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
General syntax:
exit:unknown ()
exit:unknown ()
This function enqueues a request to shut down the SystemTap session. It does not unwind the current probe handler, nor block new probe handlers. The stap daemon will respond to the request and initiate an ordered shutdown.
9.11.3. system 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
General syntax:
system (cmd:string)
system (cmd:string)
This function runs a command on the system. The command will run in the background when the current probe completes.