#include <string>
Go to the source code of this file.
Defines | |
#define | OPERF_INDEX_OF_FIRST_LOST_STAT 3 |
#define | OPERF_WARN_LOST_SAMPLES_THRESHOLD 0.0001 |
Enumerations | |
enum | { OPERF_SAMPLES, OPERF_KERNEL, OPERF_PROCESS, OPERF_INVALID_CTX, OPERF_LOST_KERNEL, OPERF_LOST_SAMPLEFILE, OPERF_LOST_NO_MAPPING, OPERF_NO_APP_KERNEL_SAMPLE, OPERF_NO_APP_USER_SAMPLE, OPERF_BT_LOST_NO_MAPPING, OPERF_LOST_INVALID_HYPERV_ADDR, OPERF_RECORD_LOST_SAMPLE, OPERF_MAX_STATS } |
Functions | |
void | operf_print_stats (std::string sampledir, char *starttime, bool throttled) |
Variables | |
unsigned long | operf_stats [] |
Management of operf statistics
Created on: June 11, 2012
Definition in file operf_stats.h.
#define OPERF_INDEX_OF_FIRST_LOST_STAT 3 |
Definition at line 34 of file operf_stats.h.
Referenced by operf_print_stats().
#define OPERF_WARN_LOST_SAMPLES_THRESHOLD 0.0001 |
Definition at line 39 of file operf_stats.h.
Referenced by operf_print_stats().
anonymous enum |
Definition at line 20 of file operf_stats.h.
void operf_print_stats | ( | std::string | sampledir, | |
char * | starttime, | |||
bool | throttled | |||
) |
unsigned long operf_stats[] |
Definition at line 21 of file operf_stats.cpp.
Referenced by __get_operf_trans(), __handle_callchain(), __handle_sample_event(), operf_read::convertPerfData(), OP_perf_utils::op_write_event(), operf_print_stats(), operf_sfile_find(), operf_sfile_log_arc(), and operf_sfile_log_sample_count().