#include <linux/types.h>
#include "event.h"
#include "debug.h"
#include "sort.h"
#include "string.h"
#include "strlist.h"
#include "thread.h"
#include "thread_map.h"
Go to the source code of this file.
|
const char * | perf_event__name (unsigned int id) |
|
int | perf_event__synthesize_modules (struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) |
|
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) |
|
size_t | perf_event__fprintf_comm (union perf_event *event, FILE *fp) |
|
int | perf_event__process_comm (struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine) |
|
int | perf_event__process_lost (struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine __maybe_unused) |
|
size_t | perf_event__fprintf_mmap (union perf_event *event, FILE *fp) |
|
int | perf_event__process_mmap (struct perf_tool *tool, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine) |
|
size_t | perf_event__fprintf_task (union perf_event *event, FILE *fp) |
|
int | perf_event__process_task (struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine) |
|
size_t | perf_event__fprintf (union perf_event *event, FILE *fp) |
|
int | perf_event__process (struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) |
|
void | thread__find_addr_map (struct thread *self, struct machine *machine, u8 cpumode, enum map_type type, u64 addr, struct addr_location *al) |
|
void | thread__find_addr_location (struct thread *thread, struct machine *machine, u8 cpumode, enum map_type type, u64 addr, struct addr_location *al, symbol_filter_t filter) |
|
int | perf_event__preprocess_sample (const union perf_event *event, struct machine *machine, struct addr_location *al, struct perf_sample *sample, symbol_filter_t filter) |
|