Clean-up: replace erroneous of empty parameter list by void
[lttng-tools.git] / tests / regression / ust / fork / fork2.c
CommitLineData
9d16b343
MJ
1/*
2 * Copyright (C) 2009 Pierre-Marc Fournier
37bd6c8e 3 *
9d16b343 4 * SPDX-License-Identifier: LGPL-2.1-only
37bd6c8e 5 *
37bd6c8e
JG
6 */
7
8#include <stdio.h>
9#include <unistd.h>
10
11#define TRACEPOINT_DEFINE
12#define TRACEPOINT_CREATE_PROBES
13#include "ust_tests_fork.h"
14
a3ecaea8 15int main(int argc, char **argv)
37bd6c8e
JG
16{
17 printf("IN FORK2\n");
18
19 tracepoint(ust_tests_fork, after_exec, getpid());
20
21 return 0;
22}
This page took 0.037865 seconds and 4 git commands to generate.