From 609ee997dad80c2e733d4f1aca9836092b250e82 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 15 Apr 2016 04:44:07 -0700 Subject: [PATCH] perf-counter: pass sample_id_all to sysprofd --- lib/sp-perf-counter.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/sp-perf-counter.c b/lib/sp-perf-counter.c index dd01539f..8445c476 100644 --- a/lib/sp-perf-counter.c +++ b/lib/sp-perf-counter.c @@ -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,