perf-counter: pass sample_id_all to sysprofd

This commit is contained in:
Christian Hergert
2016-04-15 04:44:07 -07:00
parent 3e1bc8eb4a
commit 609ee997da

View File

@ -656,6 +656,7 @@ sp_perf_counter_open (SpPerfCounter *self,
"{'exclude_idle', <%b>},"
"{'mmap', <%b>},"
"{'wakeup_events', <%u>},"
"{'sample_id_all', <%b>},"
"{'sample_period', <%t>},"
"{'sample_type', <%t>},"
"{'task', <%b>},"
@ -673,6 +674,7 @@ sp_perf_counter_open (SpPerfCounter *self,
(gboolean)!!attr->exclude_idle,
(gboolean)!!attr->mmap,
(guint32)attr->wakeup_events,
(gboolean)!!attr->sample_id_all,
(guint64)attr->sample_period,
(guint64)attr->sample_type,
(gboolean)!!attr->task,