From 936821e1b55853211de6074f239a2b7c86cc4790 Mon Sep 17 00:00:00 2001 From: abhinavdangeti Date: Fri, 29 Jul 2016 14:46:40 -0700 Subject: [PATCH] TRACE_EVENT0 to invoke TRACE_START_EVENT0 Change-Id: Ie9ed5b6e7aa58d2a0ab295ef8e99d5b299af9a34 --- include/phosphor/phosphor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/phosphor/phosphor.h b/include/phosphor/phosphor.h index 9767eed..21b08d0 100644 --- a/include/phosphor/phosphor.h +++ b/include/phosphor/phosphor.h @@ -120,7 +120,7 @@ } scoped_trace_inst_##__LINE__##__FILE__; #define TRACE_EVENT0(category, name) \ - TRACE_EVENT_START(category, name); \ + TRACE_EVENT_START0(category, name); \ struct scoped_trace_t_##__LINE__##__FILE__ { \ ~scoped_trace_t_##__LINE__##__FILE__() { \ phosphor::TraceLog::getInstance().logEvent( \