libsysprof-analyze: rename samples to traceables

This includes all current traceables, not just samples, so make the name
a bit more clear which it is.
This commit is contained in:
Christian Hergert
2023-05-05 13:03:03 -07:00
parent ee957ed1d4
commit 1c75c4c548
3 changed files with 8 additions and 8 deletions

View File

@ -118,7 +118,7 @@ sysprof_document_symbols_worker (GTask *task,
g_assert (SYSPROF_IS_SYMBOLIZER (state->symbolizer));
g_assert (SYSPROF_IS_DOCUMENT_SYMBOLS (state->symbols));
bitset = _sysprof_document_samples (state->document);
bitset = _sysprof_document_traceables (state->document);
model = G_LIST_MODEL (state->document);
if (gtk_bitset_iter_init_first (&iter, bitset, &i))