mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
libsysprof-profile: fix signature of sysprof_perf_event_stream_new
Followup to 283da1e107
This commit is contained in:
@ -159,7 +159,7 @@ DexFuture *sysprof_perf_event_stream_new (GDBusConnection *connect
|
|||||||
struct perf_event_attr *attr,
|
struct perf_event_attr *attr,
|
||||||
int cpu,
|
int cpu,
|
||||||
int group_fd,
|
int group_fd,
|
||||||
gulong flags,
|
guint64 flags,
|
||||||
SysprofPerfEventCallback callback,
|
SysprofPerfEventCallback callback,
|
||||||
gpointer callback_data,
|
gpointer callback_data,
|
||||||
GDestroyNotify callback_data_destroy);
|
GDestroyNotify callback_data_destroy);
|
||||||
|
|||||||
Reference in New Issue
Block a user