Linux Perf
|
#include "tool.h"
#include "annotate.h"
#include <linux/types.h>
#include <stddef.h>
#include <stdbool.h>
#include <sys/ioctl.h>
Go to the source code of this file.
Classes | |
struct | perf_top |
Macros | |
#define | CONSOLE_CLEAR "[H[2J" |
Functions | |
size_t | perf_top__header_snprintf (struct perf_top *top, char *bf, size_t size) |
void | perf_top__reset_sample_counters (struct perf_top *top) |
size_t perf_top__header_snprintf | ( | struct perf_top * | top, |
char * | bf, | ||
size_t | size | ||
) |