~ubuntu-branches/ubuntu/wily/ust/wily-proposed

« back to all changes in this revision

Viewing changes to tests/tracepoint/tracepoint_test.h

  • Committer: Package Import Robot
  • Author(s): Jon Bernard
  • Date: 2012-06-29 16:47:49 UTC
  • mto: (11.2.1 sid) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20120629164749-mcca8f7w9ovcktj2
Tags: upstream-2.0.4
ImportĀ upstreamĀ versionĀ 2.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include <ust/tracepoint.h>
2
 
 
3
 
DECLARE_TRACE(ust_event, TP_PROTO(unsigned int v), TP_ARGS(v));
4
 
DECLARE_TRACE(ust_event2, TP_PROTO(unsigned int v), TP_ARGS(v));
5
 
 
6
 
struct message {
7
 
        char *payload;
8
 
};