X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=trunk%2Fltt-control%2Fliblttctl%2Flttctl.h;fp=trunk%2Fltt-control%2Fliblttctl%2Flttctl.h;h=0000000000000000000000000000000000000000;hb=5e1fd42a8d1bbbe1e1283e4c652994ff738dd6a7;hp=facc8f05f0b4ada702e936f0d6bc8970f49f4e8e;hpb=1c2291f5d2f79795da29153bd5b962f0539d3316;p=ltt-control.git diff --git a/trunk/ltt-control/liblttctl/lttctl.h b/trunk/ltt-control/liblttctl/lttctl.h deleted file mode 100644 index facc8f0..0000000 --- a/trunk/ltt-control/liblttctl/lttctl.h +++ /dev/null @@ -1,42 +0,0 @@ -/* libltt header file - * - * Copyright 2005- - * Mathieu Desnoyers - * - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - */ - -#ifndef _LIBLTT_H -#define _LIBLTT_H - -int lttctl_init(void); -int lttctl_destroy(void); -int lttctl_setup_trace(const char *name); -int lttctl_destroy_trace(const char *name); -int lttctl_alloc_trace(const char *name); -int lttctl_start(const char *name); -int lttctl_pause(const char *name); -int lttctl_set_trans(const char *name, const char *trans); -int lttctl_set_channel_enable(const char *name, const char *channel, - int enable); -int lttctl_set_channel_overwrite(const char *name, const char *channel, - int overwrite); -int lttctl_set_channel_subbuf_num(const char *name, const char *channel, - unsigned subbuf_num); -int lttctl_set_channel_subbuf_size(const char *name, const char *channel, - unsigned subbuf_size); - -/* Helper functions */ -int getdebugfsmntdir(char *mntdir); - -#endif /*_LIBLTT_H */