| a99a311b | 15-May-2019 |
Suanming Mou <[email protected]> |
app/pdump: exit with primary process
The pdump tool works as the secondary process. When the primary process exits and the residual secondary process keeps running, it will make the primary process
app/pdump: exit with primary process
The pdump tool works as the secondary process. When the primary process exits and the residual secondary process keeps running, it will make the primary process can't start up again. Since the ex-fbarry files are still attached by the secondary process pdump, the 'new' primary process can't get these files locked.
The patch is to set up an alarm which runs every 0.5s periodically to monitor the primary process in the pdump. Once the primary exits, so will the pdump.
Signed-off-by: Suanming Mou <[email protected]> Reviewed-by: Anatoly Burakov <[email protected]> Acked-by: Reshma Pattan <[email protected]>
show more ...
|
| b2854d53 | 04-Apr-2019 |
Vipin Varghese <[email protected]> |
app/pdump: support multi-core capture
Add option --multi, to enhance pdump application to allow capture on unique cores for each --pdump option. If option --multi is ignored the default capture occu
app/pdump: support multi-core capture
Add option --multi, to enhance pdump application to allow capture on unique cores for each --pdump option. If option --multi is ignored the default capture occurs on single core for all --pdump options.
Signed-off-by: Vipin Varghese <[email protected]> Acked-by: Reshma Pattan <[email protected]>
show more ...
|