[sysprof] perf-counter: pass sample_id_all to sysprofd



commit 609ee997dad80c2e733d4f1aca9836092b250e82
Author: Christian Hergert <chergert redhat com>
Date:   Fri Apr 15 04:44:07 2016 -0700

    perf-counter: pass sample_id_all to sysprofd

 lib/sp-perf-counter.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/lib/sp-perf-counter.c b/lib/sp-perf-counter.c
index dd01539..8445c47 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]