~unity-api-team/unity-scopes-api/child-scopes-option

« back to all changes in this revision

Viewing changes to include/scopes/internal/lttng/SimpleTracepoint.h

  • Committer: Michi Henning
  • Date: 2013-11-19 02:51:46 UTC
  • mto: This revision was merged to the branch mainline in revision 62.
  • Revision ID: michi.henning@canonical.com-20131119025146-kglcalpphl4ozzk7
Fixed scoperegistry to use new scoperunner and to figure out which scopes to run from config files.
Still to do:
- deal with overrides and OEM scopes, particularly the grouping aspect.
- SignalThread needs to invoke a callback for clean shut-down on receipt of SIGINT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 */
34
34
 
35
35
#ifdef __clang__
36
 
// template< typename... T > void simple_tracepoint_unused_args( T&&... ) {}
 
36
/* template< typename... T > void simple_tracepoint_unused_args( T&&... ) {} */
37
37
#define simple_tracepoint( c, e, ... ) simple_tracepoint_unused_args( __VA_ARGS__ )
38
38
#pragma message "Building with clang: Disabling LTTng tracepoints."
39
39
#else