Linux Perf
top.h File Reference
#include "tool.h"
#include "annotate.h"
#include <linux/types.h>
#include <stddef.h>
#include <stdbool.h>
#include <sys/ioctl.h>
Include dependency graph for top.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  perf_top
 

Macros

#define CONSOLE_CLEAR   ""
 

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)
 

Macro Definition Documentation

◆ CONSOLE_CLEAR

#define CONSOLE_CLEAR   ""

Definition at line 45 of file top.h.

Function Documentation

◆ perf_top__header_snprintf()

size_t perf_top__header_snprintf ( struct perf_top top,
char *  bf,
size_t  size 
)

Definition at line 24 of file top.c.

Here is the call graph for this function:

◆ perf_top__reset_sample_counters()

void perf_top__reset_sample_counters ( struct perf_top top)

Definition at line 112 of file top.c.