mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
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:
@ -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))
|
||||
|
||||
Reference in New Issue
Block a user