os_change_tp.sh
Parameters
Parameter |
Description |
Value |
---|---|---|
-a | -d | To add or delete TracePoint configurations. | The value is -a or -d:
|
-f func | TracePoint registering name. | - |
-t type | TracePoint activation type. | The value is callback, reset, or pause.
|
-i alive | Number of times that TracePoint is executed after being activated. | The value is an integer between 0 and 9. |
-p param | User parameter. | - |
Usage Guidelines
If you need to activate a failed point when you are powering on the device or when the automation test is in progress, you need to activate it through the configuration file. Note that the TracePoint in the configuration file must be realized.