#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
#include "Profile/pcxx_events.h"
#include "Profile/pcxx_ansi.h"
#include <sys/time.h>
#include <sys/resource.h>
Include dependency graph for tau_merge.c:
Go to the source code of this file.
Defines | |
#define | TRACING_ON |
#define | PCXX_EVENT_SRC |
#define | FALSE 0 |
#define | TRUE 1 |
#define | F_EXISTS 0 |
#define | CONTLEN (sizeof(PCXX_EV) - sizeof(long int)) |
#define | STDOUT 1 |
#define | INMAX BUFSIZ |
#define | OUTMAX BUFSIZ |
Functions | |
int | open_edf_file (char *prefix, int nodeid) |
int | parse_edf_file (int node) |
int | store_merged_edffile (char *filename) |
int | GID (int node, long localEventId) |
int | cannot_get_enough_fd (int need) |
int | main (int argc, char *argv[]) |
Variables | |
int | dynamic = TRUE |
char * | optarg |
int | optind |
|
Definition at line 58 of file tau_merge.c. |
|
Definition at line 56 of file tau_merge.c. |
|
Definition at line 52 of file tau_merge.c. |
|
Definition at line 63 of file tau_merge.c. |
|
Definition at line 64 of file tau_merge.c. |
|
Definition at line 42 of file tau_merge.c. |
|
Definition at line 60 of file tau_merge.c. |
|
Definition at line 41 of file tau_merge.c. |
|
Definition at line 53 of file tau_merge.c. |
|
Definition at line 170 of file tau_merge.c. References FALSE, max, and TRUE. Referenced by main(). |
|
|
|
Definition at line 205 of file tau_merge.c. References cannot_get_enough_fd(), FALSE, and TRUE. Here is the call graph for this function: ![]() |
|
|
|
|
|
|
|
Definition at line 66 of file tau_merge.c. |
|
Referenced by main(). |
|
Referenced by main(). |