aboutsummaryrefslogtreecommitdiffstats
path: root/src/perftool.am
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2017-04-03 10:22:17 -0400
committerFlorin Coras <florin.coras@gmail.com>2017-04-03 15:24:50 +0000
commit2c35e5849d0c87ce5d63724d35f98379187519d8 (patch)
treeffea6de7a8ffed641c7f35cf2eee440f08566b8a /src/perftool.am
parenta657e4e7c9cff967303a0396d7819073d8e17fea (diff)
g2: add multi-track time-slew controls
Create an elog_merge utility, extracted from test_elog. Change-Id: Ide137b4858c88b3a2885583b7fbb15ddc4963af9 Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/perftool.am')
-rw-r--r--src/perftool.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/perftool.am b/src/perftool.am
index 09f1681a..23e45033 100644
--- a/src/perftool.am
+++ b/src/perftool.am
@@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-bin_PROGRAMS += c2cpel cpelatency cpeldump cpelinreg cpelstate
+bin_PROGRAMS += c2cpel cpelatency cpeldump cpelinreg cpelstate elog_merge
lib_LTLIBRARIES += libcperf.la
@@ -38,4 +38,7 @@ cpelinreg_LDADD = $(PERFTOOL_LIBS)
cpelstate_SOURCES = tools/perftool/cpelstate.c
cpelstate_LDADD = $(PERFTOOL_LIBS)
+elog_merge_SOURCES = tools/perftool/elog_merge.c
+elog_merge_LDADD = $(PERFTOOL_LIBS)
+
# vi:syntax=automake