Linux Perf
|
#include <stdbool.h>
#include <errno.h>
#include <linux/perf_event.h>
#include "../../perf.h"
#include <linux/types.h>
#include "../../util/debug.h"
#include "../../util/tsc.h"
Go to the source code of this file.
Functions | |
int | perf_read_tsc_conversion (const struct perf_event_mmap_page *pc, struct perf_tsc_conversion *tc) |
u64 | rdtsc (void) |
int | perf_event__synth_time_conv (const struct perf_event_mmap_page *pc, struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) |
int perf_event__synth_time_conv | ( | const struct perf_event_mmap_page * | pc, |
struct perf_tool * | tool, | ||
perf_event__handler_t | process, | ||
struct machine * | machine | ||
) |
int perf_read_tsc_conversion | ( | const struct perf_event_mmap_page * | pc, |
struct perf_tsc_conversion * | tc | ||
) |