#include <sys/mman.h>#include <unistd.h>#include <sys/syscall.h>#include <stdint.h>#include <poll.h>#include <string>#include <vector>#include <map>#include <stdexcept>#include <limits.h>#include <istream>#include <fstream>#include "operf_event.h"#include "op_cpu_type.h"#include "operf_utils.h"

Go to the source code of this file.
Classes | |
| class | operf_counter |
| class | operf_record |
| class | operf_read |
Defines | |
| #define | OP_BASIC_SAMPLE_FORMAT |
| #define | OP_PERF_HANDLED_ERROR -101 |
Variables | |
| char * | start_time_human_readable |
| #define OP_BASIC_SAMPLE_FORMAT |
(PERF_SAMPLE_ID | PERF_SAMPLE_IP \
| PERF_SAMPLE_TID)
Referenced by operf_counter::operf_counter().
| #define OP_PERF_HANDLED_ERROR -101 |
Referenced by operf_counter::perf_event_open().
Referenced by operf_read::convertPerfData(), and start_profiling().
1.6.1