blob: 80fface0d9b38413cfd15f6eafbe779694805ea8 [file] [log] [blame]
// tracecmd.i
%module ctracecmd
%{
#include "trace-cmd.h"
%}
%inline %{
%}
/* SWIG can't grok these, define them to nothing */
#define __trace
#define __attribute__(x)
#define __thread
%include "trace-cmd.h"
%include "parse-events.h"