Linux Perf
perf_top Struct Reference

#include <top.h>

Collaboration diagram for perf_top:
Collaboration graph

Public Attributes

struct perf_tool tool
 
struct perf_evlistevlist
 
struct record_opts record_opts
 
struct annotation_options annotation_opts
 
u64 samples
 
u64 kernel_samples
 
u64 us_samples
 
u64 exact_samples
 
u64 guest_us_samples
 
u64 guest_kernel_samples
 
int print_entries
 
int count_filter
 
int delay_secs
 
int max_stack
 
bool hide_kernel_symbols
 
bool hide_user_symbols
 
bool zero
 
bool use_tui
 
bool use_stdio
 
bool vmlinux_warned
 
bool dump_symtab
 
struct hist_entrysym_filter_entry
 
struct perf_evselsym_evsel
 
struct perf_sessionsession
 
struct winsize winsize
 
int realtime_prio
 
const char * sym_filter
 
float min_percent
 
unsigned int nr_threads_synthesize
 

Detailed Description

Definition at line 16 of file top.h.

Member Data Documentation

◆ annotation_opts

struct annotation_options perf_top::annotation_opts

Definition at line 20 of file top.h.

◆ count_filter

int perf_top::count_filter

Definition at line 29 of file top.h.

◆ delay_secs

int perf_top::delay_secs

Definition at line 29 of file top.h.

◆ dump_symtab

bool perf_top::dump_symtab

Definition at line 34 of file top.h.

◆ evlist

struct perf_evlist* perf_top::evlist

Definition at line 18 of file top.h.

◆ exact_samples

u64 perf_top::exact_samples

Definition at line 27 of file top.h.

◆ guest_kernel_samples

u64 perf_top::guest_kernel_samples

Definition at line 28 of file top.h.

◆ guest_us_samples

u64 perf_top::guest_us_samples

Definition at line 28 of file top.h.

◆ hide_kernel_symbols

bool perf_top::hide_kernel_symbols

Definition at line 31 of file top.h.

◆ hide_user_symbols

bool perf_top::hide_user_symbols

Definition at line 31 of file top.h.

◆ kernel_samples

u64 perf_top::kernel_samples

Definition at line 26 of file top.h.

◆ max_stack

int perf_top::max_stack

Definition at line 30 of file top.h.

◆ min_percent

float perf_top::min_percent

Definition at line 41 of file top.h.

◆ nr_threads_synthesize

unsigned int perf_top::nr_threads_synthesize

Definition at line 42 of file top.h.

◆ print_entries

int perf_top::print_entries

Definition at line 29 of file top.h.

◆ realtime_prio

int perf_top::realtime_prio

Definition at line 39 of file top.h.

◆ record_opts

struct record_opts perf_top::record_opts

Definition at line 19 of file top.h.

◆ samples

u64 perf_top::samples

Definition at line 25 of file top.h.

◆ session

struct perf_session* perf_top::session

Definition at line 37 of file top.h.

◆ sym_evsel

struct perf_evsel* perf_top::sym_evsel

Definition at line 36 of file top.h.

◆ sym_filter

const char* perf_top::sym_filter

Definition at line 40 of file top.h.

◆ sym_filter_entry

struct hist_entry* perf_top::sym_filter_entry

Definition at line 35 of file top.h.

◆ tool

struct perf_tool perf_top::tool

Definition at line 17 of file top.h.

◆ us_samples

u64 perf_top::us_samples

Definition at line 26 of file top.h.

◆ use_stdio

bool perf_top::use_stdio

Definition at line 32 of file top.h.

◆ use_tui

bool perf_top::use_tui

Definition at line 32 of file top.h.

◆ vmlinux_warned

bool perf_top::vmlinux_warned

Definition at line 33 of file top.h.

◆ winsize

struct winsize perf_top::winsize

Definition at line 38 of file top.h.

◆ zero

bool perf_top::zero

Definition at line 31 of file top.h.


The documentation for this struct was generated from the following file: