#include <limits.h>
#include <stdio.h>
#include "../perf.h"
#include "map.h"
Go to the source code of this file.
|
void | perf_event__print_totals (void) |
|
int | perf_event__synthesize_thread_map (struct perf_tool *tool, struct thread_map *threads, perf_event__handler_t process, struct machine *machine) |
|
int | perf_event__synthesize_threads (struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) |
|
int | perf_event__synthesize_kernel_mmap (struct perf_tool *tool, perf_event__handler_t process, struct machine *machine, const char *symbol_name) |
|
int | perf_event__synthesize_modules (struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) |
|
int | perf_event__process_comm (struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) |
|
int | perf_event__process_lost (struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) |
|
int | perf_event__process_mmap (struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) |
|
int | perf_event__process_task (struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) |
|
int | perf_event__process (struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) |
|
int | perf_event__preprocess_sample (const union perf_event *self, struct machine *machine, struct addr_location *al, struct perf_sample *sample, symbol_filter_t filter) |
|
const char * | perf_event__name (unsigned int id) |
|
int | perf_event__synthesize_sample (union perf_event *event, u64 type, const struct perf_sample *sample, bool swapped) |
|
size_t | perf_event__fprintf_comm (union perf_event *event, FILE *fp) |
|
size_t | perf_event__fprintf_mmap (union perf_event *event, FILE *fp) |
|
size_t | perf_event__fprintf_task (union perf_event *event, FILE *fp) |
|
size_t | perf_event__fprintf (union perf_event *event, FILE *fp) |
|
#define MAX_EVENT_NAME 64 |
Value:
Definition at line 61 of file event.h.
- Enumerator:
PERF_RECORD_USER_TYPE_START |
|
PERF_RECORD_HEADER_ATTR |
|
PERF_RECORD_HEADER_EVENT_TYPE |
|
PERF_RECORD_HEADER_TRACING_DATA |
|
PERF_RECORD_HEADER_BUILD_ID |
|
PERF_RECORD_FINISHED_ROUND |
|
PERF_RECORD_HEADER_MAX |
|
Definition at line 108 of file event.h.