add helper to check if we can see pids

This commit is contained in:
Christian Hergert
2019-05-10 19:58:25 -07:00
parent 907064583f
commit 63969f0c09
2 changed files with 29 additions and 0 deletions

View File

@ -27,6 +27,7 @@
G_BEGIN_DECLS
gboolean helpers_can_see_pids (void);
gboolean helpers_list_processes (gint32 **processes,
gsize *n_processes);
gboolean helpers_perf_event_open (GVariant *options,