libsysprof-analyze: add listmodel of processes

This is handy to be able to show a list of processes that were contained
within a particular capture file.
This commit is contained in:
Christian Hergert
2023-05-09 15:57:29 -07:00
parent 6f0f8c980a
commit 1003372324
4 changed files with 90 additions and 6 deletions

View File

@ -12,10 +12,11 @@ libsysprof_analyze_testsuite_c_args = [
]
libsysprof_analyze_testsuite = {
'test-capture-model' : {'skip': true},
'test-list-files' : {'skip': true},
'test-print-file' : {'skip': true},
'test-symbolize' : {'skip': true},
'test-capture-model' : {'skip': true},
'test-list-files' : {'skip': true},
'test-print-file' : {'skip': true},
'test-list-processes' : {'skip': true},
'test-symbolize' : {'skip': true},
}
libsysprof_analyze_testsuite_deps = [