Method

SysprofProfilerset_acquire_privileges

Declaration [src]

void
sysprof_profiler_set_acquire_privileges (
  SysprofProfiler* self,
  gboolean acquire_privileges
)

Description [src]

Sets if the the profiler should automatically acquire privileges using D-Bus, Policy-Kit, and sysprofd.

Set to false if you want to profile only from what the current process can see. Generally that means your user needs perf capabilities.

Parameters

acquire_privileges

Type: gboolean

No description available.