Agent settings
Overview
These APIs are for agent setting More…
// global functions XPUM_API xpum_result_t xpumSetAgentConfig(xpum_agent_config_t key, void* value); XPUM_API xpum_result_t xpumGetAgentConfig(xpum_agent_config_t key, void* value);
Detailed Documentation
These APIs are for agent setting
Global Functions
XPUM_API xpum_result_t xpumSetAgentConfig(xpum_agent_config_t key, void* value)
Set agent config.
Support Platform: Linux
Parameters:
key |
IN: The agent configuration key to set |
value |
IN: The value to set. The type of value should be determined by doc |
Returns:
xpum_result_t
XPUM_API xpum_result_t xpumGetAgentConfig(xpum_agent_config_t key, void* value)
Get agent config.
Support Platform: Linux
Parameters:
key |
IN: The agent configuration key to get |
value |
OUT: The value to get. The type of value should be determined by doc |
Returns:
xpum_result_t