Linux Perf
perf_ftrace Struct Reference
Collaboration diagram for perf_ftrace:
Collaboration graph

Public Attributes

struct perf_evlistevlist
 
struct target target
 
const char * tracer
 
struct list_head filters
 
struct list_head notrace
 
struct list_head graph_funcs
 
struct list_head nograph_funcs
 
int graph_depth
 

Detailed Description

Definition at line 30 of file builtin-ftrace.c.

Member Data Documentation

◆ evlist

struct perf_evlist* perf_ftrace::evlist

Definition at line 31 of file builtin-ftrace.c.

◆ filters

struct list_head perf_ftrace::filters

Definition at line 34 of file builtin-ftrace.c.

◆ graph_depth

int perf_ftrace::graph_depth

Definition at line 38 of file builtin-ftrace.c.

◆ graph_funcs

struct list_head perf_ftrace::graph_funcs

Definition at line 36 of file builtin-ftrace.c.

◆ nograph_funcs

struct list_head perf_ftrace::nograph_funcs

Definition at line 37 of file builtin-ftrace.c.

◆ notrace

struct list_head perf_ftrace::notrace

Definition at line 35 of file builtin-ftrace.c.

◆ target

struct target perf_ftrace::target

Definition at line 32 of file builtin-ftrace.c.

◆ tracer

const char* perf_ftrace::tracer

Definition at line 33 of file builtin-ftrace.c.


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