Linux Perf
perf_session Struct Reference

#include <session.h>

Collaboration diagram for perf_session:
Collaboration graph

Public Attributes

struct perf_header header
 
struct machines machines
 
struct perf_evlistevlist
 
struct auxtraceauxtrace
 
struct itrace_synth_optsitrace_synth_opts
 
struct list_head auxtrace_index
 
struct trace_event tevent
 
struct time_conv_event time_conv
 
bool repipe
 
bool one_mmap
 
void * one_mmap_addr
 
u64 one_mmap_offset
 
struct ordered_events ordered_events
 
struct perf_datadata
 
struct perf_tooltool
 

Detailed Description

Definition at line 22 of file session.h.

Member Data Documentation

◆ auxtrace

struct auxtrace* perf_session::auxtrace

Definition at line 26 of file session.h.

◆ auxtrace_index

struct list_head perf_session::auxtrace_index

Definition at line 28 of file session.h.

◆ data

struct perf_data* perf_session::data

Definition at line 36 of file session.h.

◆ evlist

struct perf_evlist* perf_session::evlist

Definition at line 25 of file session.h.

◆ header

struct perf_header perf_session::header

Definition at line 23 of file session.h.

◆ itrace_synth_opts

struct itrace_synth_opts* perf_session::itrace_synth_opts

Definition at line 27 of file session.h.

◆ machines

struct machines perf_session::machines

Definition at line 24 of file session.h.

◆ one_mmap

bool perf_session::one_mmap

Definition at line 32 of file session.h.

◆ one_mmap_addr

void* perf_session::one_mmap_addr

Definition at line 33 of file session.h.

◆ one_mmap_offset

u64 perf_session::one_mmap_offset

Definition at line 34 of file session.h.

◆ ordered_events

struct ordered_events perf_session::ordered_events

Definition at line 35 of file session.h.

◆ repipe

bool perf_session::repipe

Definition at line 31 of file session.h.

◆ tevent

struct trace_event perf_session::tevent

Definition at line 29 of file session.h.

◆ time_conv

struct time_conv_event perf_session::time_conv

Definition at line 30 of file session.h.

◆ tool

struct perf_tool* perf_session::tool

Definition at line 37 of file session.h.


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