|
Linux Kernel
3.7.1
|
#include <dirent.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <getopt.h>#include <stdarg.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/wait.h>#include <sys/mman.h>#include <pthread.h>#include <fcntl.h>#include <unistd.h>#include <errno.h>#include "../perf.h"#include "util.h"#include "trace-event.h"Go to the source code of this file.
Data Structures | |
| struct | cpu_data |
Macros | |
| #define | _FILE_OFFSET_BITS 64 |
Functions | |
| struct pevent_record * | trace_peek_data (struct pevent *pevent, int cpu) |
| struct pevent_record * | trace_read_data (struct pevent *pevent, int cpu) |
| ssize_t | trace_report (int fd, struct pevent **ppevent, bool __repipe) |
Variables | |
| int | file_bigendian |
| int | host_bigendian |
| #define _FILE_OFFSET_BITS 64 |
Definition at line 21 of file trace-event-read.c.
|
read |
Definition at line 381 of file trace-event-read.c.
|
read |
Definition at line 481 of file trace-event-read.c.
Definition at line 491 of file trace-event-read.c.
| int file_bigendian |
Definition at line 46 of file trace-event-read.c.
| int host_bigendian |
Definition at line 47 of file trace-event-read.c.
1.8.2