1 #undef TRACEPOINT_PROVIDER
2 #define TRACEPOINT_PROVIDER ust_tests_fork
4 #if !defined(_TRACEPOINT_UST_TESTS_FORK_H) || defined(TRACEPOINT_HEADER_MULTI_READ)
5 #define _TRACEPOINT_UST_TESTS_FORK_H
8 * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10 * This library is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU Lesser General Public
12 * License as published by the Free Software Foundation; version 2.1 of
15 * This library is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * Lesser General Public License for more details.
20 * You should have received a copy of the GNU Lesser General Public
21 * License along with this library; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
25 #include <lttng/tracepoint.h>
26 #include <sys/types.h>
28 TRACEPOINT_EVENT(ust_tests_fork
, before_fork
,
33 TRACEPOINT_EVENT(ust_tests_fork
, after_fork_child
,
36 ctf_integer(pid_t
, pid
, pid
)
40 TRACEPOINT_EVENT(ust_tests_fork
, after_fork_parent
,
45 TRACEPOINT_EVENT(ust_tests_fork
, after_exec
,
50 #endif /* _TRACEPOINT_UST_TESTS_FORK_H */
52 #undef TRACEPOINT_INCLUDE_PATH
53 #define TRACEPOINT_INCLUDE_PATH .
54 #undef TRACEPOINT_INCLUDE_FILE
55 #define TRACEPOINT_INCLUDE_FILE ust_tests_fork
57 /* This part must be outside protection */
58 #include <lttng/tracepoint-event.h>
This page took 0.037948 seconds and 5 git commands to generate.