обработка данных трассировки с помощью скрипта Python (Process trace data with a Python script)
Имя (Name)
perf-script-python - Process trace data with a Python script
Синопсис (Synopsis)
perf script [-s [Python]:script[.py] ]
Описание (Description)
This perf script option is used to process perf script data using
perf's built-in Python interpreter. It reads and processes the
input file and displays the results of the trace analysis
implemented in the given Python script, if any.