mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user