Linux Perf
|
#include <auxtrace.h>
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 |
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
Definition at line 80 of file auxtrace.h.
bool itrace_synth_opts::branches |
Definition at line 84 of file auxtrace.h.
bool itrace_synth_opts::callchain |
Definition at line 93 of file auxtrace.h.
unsigned int itrace_synth_opts::callchain_sz |
Definition at line 96 of file auxtrace.h.
bool itrace_synth_opts::calls |
Definition at line 91 of file auxtrace.h.
unsigned long* itrace_synth_opts::cpu_bitmap |
Definition at line 101 of file auxtrace.h.
bool itrace_synth_opts::dont_decode |
Definition at line 89 of file auxtrace.h.
bool itrace_synth_opts::errors |
Definition at line 88 of file auxtrace.h.
unsigned long itrace_synth_opts::initial_skip |
Definition at line 100 of file auxtrace.h.
bool itrace_synth_opts::inject |
Definition at line 82 of file auxtrace.h.
bool itrace_synth_opts::instructions |
Definition at line 83 of file auxtrace.h.
bool itrace_synth_opts::last_branch |
Definition at line 95 of file auxtrace.h.
unsigned int itrace_synth_opts::last_branch_sz |
Definition at line 97 of file auxtrace.h.
bool itrace_synth_opts::log |
Definition at line 90 of file auxtrace.h.
unsigned long long itrace_synth_opts::period |
Definition at line 98 of file auxtrace.h.
enum itrace_period_type itrace_synth_opts::period_type |
Definition at line 99 of file auxtrace.h.
bool itrace_synth_opts::ptwrites |
Definition at line 86 of file auxtrace.h.
bool itrace_synth_opts::pwr_events |
Definition at line 87 of file auxtrace.h.
bool itrace_synth_opts::returns |
Definition at line 92 of file auxtrace.h.
bool itrace_synth_opts::set |
Definition at line 81 of file auxtrace.h.
bool itrace_synth_opts::thread_stack |
Definition at line 94 of file auxtrace.h.
bool itrace_synth_opts::transactions |
Definition at line 85 of file auxtrace.h.