X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=output.h;h=2e74d6145719df3ef1d028d49a7e5a33e444402b;hb=8b7c2b422eb5a79348ab56c8e8ce80a9ab1b62b9;hp=0d1665744e17d2637289cc18a31e8399d326de49;hpb=689b9dbb8d7f88ab91e7741932ed000b6e49be9a;p=platform%2Fupstream%2Fltrace.git diff --git a/output.h b/output.h index 0d16657..2e74d61 100644 --- a/output.h +++ b/output.h @@ -1,6 +1,6 @@ /* * This file is part of ltrace. - * Copyright (C) 2011, 2012 Petr Machata, Red Hat Inc. + * Copyright (C) 2011, 2012, 2013 Petr Machata, Red Hat Inc. * Copyright (C) 2009 Juan Cespedes * * This program is free software; you can redistribute it and/or @@ -24,11 +24,12 @@ #include "fetch.h" #include "forward.h" -void output_line(struct Process *proc, const char *fmt, ...); -void output_left(enum tof type, struct Process *proc, +void output_line(struct process *proc, const char *fmt, ...); +void output_left(enum tof type, struct process *proc, struct library_symbol *libsym); -void output_right(enum tof type, struct Process *proc, - struct library_symbol *libsym); +void output_right(enum tof type, struct process *proc, + struct library_symbol *libsym, + struct timedelta *spent); /* This function is for emitting lists of comma-separated strings. *