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

@ -29,6 +29,6 @@ G_BEGIN_DECLS
gboolean _sysprof_document_is_native (SysprofDocument *self);
char *_sysprof_document_ref_string (SysprofDocument *self,
const char *name);
GtkBitset *_sysprof_document_samples (SysprofDocument *self);
GtkBitset *_sysprof_document_traceables (SysprofDocument *self);
G_END_DECLS