Linux Perf
itrace_synth_opts Struct Reference

#include <auxtrace.h>

Collaboration diagram for itrace_synth_opts:
Collaboration graph

Public Attributes

bool set
 
bool inject
 
bool instructions
 
bool branches
 
bool transactions
 
bool ptwrites
 
bool pwr_events
 
bool errors
 
bool dont_decode
 
bool log
 
bool calls
 
bool returns
 
bool callchain
 
bool thread_stack
 
bool last_branch
 
unsigned int callchain_sz
 
unsigned int last_branch_sz
 
unsigned long long period
 
enum itrace_period_type period_type
 
unsigned long initial_skip
 
unsigned long * cpu_bitmap
 

Detailed Description

struct itrace_synth_opts - AUX area tracing synthesis options. : indicates whether or not options have been set : indicates the event (not just the sample) must be fully synthesized because 'perf inject' will write it out : whether to synthesize 'instructions' events : whether to synthesize 'branches' events : whether to synthesize events for transactions : whether to synthesize events for ptwrites : whether to synthesize power events : whether to synthesize decoder error events : whether to skip decoding entirely : write a decoding log : limit branch samples to calls (can be combined with

Returns
)
: limit branch samples to returns (can be combined with ) : add callchain to 'instructions' events : feed branches to the thread_stack : add branch context to 'instruction' events : maximum callchain size : branch context size : 'instructions' events period : 'instructions' events period type : skip N events at the beginning. : CPUs for which to synthesize events, or NULL for all

Definition at line 80 of file auxtrace.h.

Member Data Documentation

◆ branches

bool itrace_synth_opts::branches

Definition at line 84 of file auxtrace.h.

◆ callchain

bool itrace_synth_opts::callchain

Definition at line 93 of file auxtrace.h.

◆ callchain_sz

unsigned int itrace_synth_opts::callchain_sz

Definition at line 96 of file auxtrace.h.

◆ calls

bool itrace_synth_opts::calls

Definition at line 91 of file auxtrace.h.

◆ cpu_bitmap

unsigned long* itrace_synth_opts::cpu_bitmap

Definition at line 101 of file auxtrace.h.

◆ dont_decode

bool itrace_synth_opts::dont_decode

Definition at line 89 of file auxtrace.h.

◆ errors

bool itrace_synth_opts::errors

Definition at line 88 of file auxtrace.h.

◆ initial_skip

unsigned long itrace_synth_opts::initial_skip

Definition at line 100 of file auxtrace.h.

◆ inject

bool itrace_synth_opts::inject

Definition at line 82 of file auxtrace.h.

◆ instructions

bool itrace_synth_opts::instructions

Definition at line 83 of file auxtrace.h.

◆ last_branch

bool itrace_synth_opts::last_branch

Definition at line 95 of file auxtrace.h.

◆ last_branch_sz

unsigned int itrace_synth_opts::last_branch_sz

Definition at line 97 of file auxtrace.h.

◆ log

bool itrace_synth_opts::log

Definition at line 90 of file auxtrace.h.

◆ period

unsigned long long itrace_synth_opts::period

Definition at line 98 of file auxtrace.h.

◆ period_type

enum itrace_period_type itrace_synth_opts::period_type

Definition at line 99 of file auxtrace.h.

◆ ptwrites

bool itrace_synth_opts::ptwrites

Definition at line 86 of file auxtrace.h.

◆ pwr_events

bool itrace_synth_opts::pwr_events

Definition at line 87 of file auxtrace.h.

◆ returns

bool itrace_synth_opts::returns

Definition at line 92 of file auxtrace.h.

◆ set

bool itrace_synth_opts::set

Definition at line 81 of file auxtrace.h.

◆ thread_stack

bool itrace_synth_opts::thread_stack

Definition at line 94 of file auxtrace.h.

◆ transactions

bool itrace_synth_opts::transactions

Definition at line 85 of file auxtrace.h.


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