Linux Perf
symbol_conf Struct Reference

#include <symbol.h>

Collaboration diagram for symbol_conf:
Collaboration graph

Public Attributes

unsigned short priv_size
 
bool try_vmlinux_path
 
bool init_annotation
 
bool force
 
bool ignore_vmlinux
 
bool ignore_vmlinux_buildid
 
bool show_kernel_path
 
bool use_modules
 
bool allow_aliases
 
bool sort_by_name
 
bool show_nr_samples
 
bool show_total_period
 
bool use_callchain
 
bool cumulate_callchain
 
bool show_branchflag_count
 
bool exclude_other
 
bool show_cpu_utilization
 
bool initialized
 
bool kptr_restrict
 
bool event_group
 
bool demangle
 
bool demangle_kernel
 
bool filter_relative
 
bool show_hist_headers
 
bool branch_callstack
 
bool has_filter
 
bool show_ref_callgraph
 
bool hide_unresolved
 
bool raw_trace
 
bool report_hierarchy
 
bool inline_name
 
const char * vmlinux_name
 
const char * kallsyms_name
 
const char * source_prefix
 
const char * field_sep
 
const char * default_guest_vmlinux_name
 
const char * default_guest_kallsyms
 
const char * default_guest_modules
 
const char * guestmount
 
const char * dso_list_str
 
const char * comm_list_str
 
const char * pid_list_str
 
const char * tid_list_str
 
const char * sym_list_str
 
const char * col_width_list_str
 
const char * bt_stop_list_str
 
struct strlistdso_list
 
struct strlistcomm_list
 
struct strlistsym_list
 
struct strlistdso_from_list
 
struct strlistdso_to_list
 
struct strlistsym_from_list
 
struct strlistsym_to_list
 
struct strlistbt_stop_list
 
struct intlistpid_list
 
struct intlisttid_list
 
const char * symfs
 

Detailed Description

Definition at line 91 of file symbol.h.

Member Data Documentation

◆ allow_aliases

bool symbol_conf::allow_aliases

Definition at line 93 of file symbol.h.

◆ branch_callstack

bool symbol_conf::branch_callstack

Definition at line 93 of file symbol.h.

◆ bt_stop_list

struct strlist * symbol_conf::bt_stop_list

Definition at line 138 of file symbol.h.

◆ bt_stop_list_str

const char * symbol_conf::bt_stop_list_str

Definition at line 131 of file symbol.h.

◆ col_width_list_str

const char * symbol_conf::col_width_list_str

Definition at line 131 of file symbol.h.

◆ comm_list

struct strlist * symbol_conf::comm_list

Definition at line 138 of file symbol.h.

◆ comm_list_str

const char * symbol_conf::comm_list_str

Definition at line 131 of file symbol.h.

◆ cumulate_callchain

bool symbol_conf::cumulate_callchain

Definition at line 93 of file symbol.h.

◆ default_guest_kallsyms

const char * symbol_conf::default_guest_kallsyms

Definition at line 127 of file symbol.h.

◆ default_guest_modules

const char * symbol_conf::default_guest_modules

Definition at line 127 of file symbol.h.

◆ default_guest_vmlinux_name

const char* symbol_conf::default_guest_vmlinux_name

Definition at line 127 of file symbol.h.

◆ demangle

bool symbol_conf::demangle

Definition at line 93 of file symbol.h.

◆ demangle_kernel

bool symbol_conf::demangle_kernel

Definition at line 93 of file symbol.h.

◆ dso_from_list

struct strlist * symbol_conf::dso_from_list

Definition at line 138 of file symbol.h.

◆ dso_list

struct strlist* symbol_conf::dso_list

Definition at line 138 of file symbol.h.

◆ dso_list_str

const char* symbol_conf::dso_list_str

Definition at line 131 of file symbol.h.

◆ dso_to_list

struct strlist * symbol_conf::dso_to_list

Definition at line 138 of file symbol.h.

◆ event_group

bool symbol_conf::event_group

Definition at line 93 of file symbol.h.

◆ exclude_other

bool symbol_conf::exclude_other

Definition at line 93 of file symbol.h.

◆ field_sep

const char * symbol_conf::field_sep

Definition at line 123 of file symbol.h.

◆ filter_relative

bool symbol_conf::filter_relative

Definition at line 93 of file symbol.h.

◆ force

bool symbol_conf::force

Definition at line 93 of file symbol.h.

◆ guestmount

const char* symbol_conf::guestmount

Definition at line 130 of file symbol.h.

◆ has_filter

bool symbol_conf::has_filter

Definition at line 93 of file symbol.h.

◆ hide_unresolved

bool symbol_conf::hide_unresolved

Definition at line 93 of file symbol.h.

◆ ignore_vmlinux

bool symbol_conf::ignore_vmlinux

Definition at line 93 of file symbol.h.

◆ ignore_vmlinux_buildid

bool symbol_conf::ignore_vmlinux_buildid

Definition at line 93 of file symbol.h.

◆ init_annotation

bool symbol_conf::init_annotation

Definition at line 93 of file symbol.h.

◆ initialized

bool symbol_conf::initialized

Definition at line 93 of file symbol.h.

◆ inline_name

bool symbol_conf::inline_name

Definition at line 93 of file symbol.h.

◆ kallsyms_name

const char * symbol_conf::kallsyms_name

Definition at line 123 of file symbol.h.

◆ kptr_restrict

bool symbol_conf::kptr_restrict

Definition at line 93 of file symbol.h.

◆ pid_list

struct intlist* symbol_conf::pid_list

Definition at line 146 of file symbol.h.

◆ pid_list_str

const char * symbol_conf::pid_list_str

Definition at line 131 of file symbol.h.

◆ priv_size

unsigned short symbol_conf::priv_size

Definition at line 92 of file symbol.h.

◆ raw_trace

bool symbol_conf::raw_trace

Definition at line 93 of file symbol.h.

◆ report_hierarchy

bool symbol_conf::report_hierarchy

Definition at line 93 of file symbol.h.

◆ show_branchflag_count

bool symbol_conf::show_branchflag_count

Definition at line 93 of file symbol.h.

◆ show_cpu_utilization

bool symbol_conf::show_cpu_utilization

Definition at line 93 of file symbol.h.

◆ show_hist_headers

bool symbol_conf::show_hist_headers

Definition at line 93 of file symbol.h.

◆ show_kernel_path

bool symbol_conf::show_kernel_path

Definition at line 93 of file symbol.h.

◆ show_nr_samples

bool symbol_conf::show_nr_samples

Definition at line 93 of file symbol.h.

◆ show_ref_callgraph

bool symbol_conf::show_ref_callgraph

Definition at line 93 of file symbol.h.

◆ show_total_period

bool symbol_conf::show_total_period

Definition at line 93 of file symbol.h.

◆ sort_by_name

bool symbol_conf::sort_by_name

Definition at line 93 of file symbol.h.

◆ source_prefix

const char * symbol_conf::source_prefix

Definition at line 123 of file symbol.h.

◆ sym_from_list

struct strlist * symbol_conf::sym_from_list

Definition at line 138 of file symbol.h.

◆ sym_list

struct strlist * symbol_conf::sym_list

Definition at line 138 of file symbol.h.

◆ sym_list_str

const char * symbol_conf::sym_list_str

Definition at line 131 of file symbol.h.

◆ sym_to_list

struct strlist * symbol_conf::sym_to_list

Definition at line 138 of file symbol.h.

◆ symfs

const char* symbol_conf::symfs

Definition at line 148 of file symbol.h.

◆ tid_list

struct intlist * symbol_conf::tid_list

Definition at line 146 of file symbol.h.

◆ tid_list_str

const char * symbol_conf::tid_list_str

Definition at line 131 of file symbol.h.

◆ try_vmlinux_path

bool symbol_conf::try_vmlinux_path

Definition at line 93 of file symbol.h.

◆ use_callchain

bool symbol_conf::use_callchain

Definition at line 93 of file symbol.h.

◆ use_modules

bool symbol_conf::use_modules

Definition at line 93 of file symbol.h.

◆ vmlinux_name

const char* symbol_conf::vmlinux_name

Definition at line 123 of file symbol.h.


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