X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fprint.h;h=ab617fbdfeaba993b1cda5a695824b5ec205b9d5;hb=b9ce0bad7daf7c0a2333c91fdb1e35d602afe17f;hp=0dd838b07d05e1b19ddde04282884094dc80cfa4;hpb=556b540ae4beba8dd3dd0d628e149c6b93eb4c29;p=lttv.git diff --git a/lttv/lttv/print.h b/lttv/lttv/print.h index 0dd838b0..ab617fbd 100644 --- a/lttv/lttv/print.h +++ b/lttv/lttv/print.h @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, - * MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. */ /* print.c @@ -25,12 +25,16 @@ */ #include - +#ifdef BABEL_CLEANUP void lttv_print_field(LttEvent *e, struct marker_field *f, GString *s, gboolean field_names, LttvTracefileState *tfs); -#ifdef BABEL_CLEANUP + void lttv_event_to_string(LttEvent *e, GString *s, gboolean mandatory_fields, gboolean field_names, LttvTracefileState *tfs); #endif -void lttv_event_to_string(LttvEvent *event, GString *a_string, gboolean field_names); +void lttv_event_to_string(LttvEvent *event, + GString *a_string, + gboolean field_names, + gboolean long_version); +void lttv_event_get_name(LttvEvent *event,GString *a_string);