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

Public Attributes

struct perf_tool tool
 
struct perf_sessionsession
 
bool show_task_events
 
bool show_mmap_events
 
bool show_switch_events
 
bool show_namespace_events
 
bool show_lost_events
 
bool show_round_events
 
bool allocated
 
bool per_event_dump
 
struct cpu_mapcpus
 
struct thread_mapthreads
 
int name_width
 
const char * time_str
 
struct perf_time_intervalptime_range
 
int range_size
 
int range_num
 

Detailed Description

Definition at line 1477 of file builtin-script.c.

Member Data Documentation

◆ allocated

bool perf_script::allocated

Definition at line 1486 of file builtin-script.c.

◆ cpus

struct cpu_map* perf_script::cpus

Definition at line 1488 of file builtin-script.c.

◆ name_width

int perf_script::name_width

Definition at line 1490 of file builtin-script.c.

◆ per_event_dump

bool perf_script::per_event_dump

Definition at line 1487 of file builtin-script.c.

◆ ptime_range

struct perf_time_interval* perf_script::ptime_range

Definition at line 1492 of file builtin-script.c.

◆ range_num

int perf_script::range_num

Definition at line 1494 of file builtin-script.c.

◆ range_size

int perf_script::range_size

Definition at line 1493 of file builtin-script.c.

◆ session

struct perf_session* perf_script::session

Definition at line 1479 of file builtin-script.c.

◆ show_lost_events

bool perf_script::show_lost_events

Definition at line 1484 of file builtin-script.c.

◆ show_mmap_events

bool perf_script::show_mmap_events

Definition at line 1481 of file builtin-script.c.

◆ show_namespace_events

bool perf_script::show_namespace_events

Definition at line 1483 of file builtin-script.c.

◆ show_round_events

bool perf_script::show_round_events

Definition at line 1485 of file builtin-script.c.

◆ show_switch_events

bool perf_script::show_switch_events

Definition at line 1482 of file builtin-script.c.

◆ show_task_events

bool perf_script::show_task_events

Definition at line 1480 of file builtin-script.c.

◆ threads

struct thread_map* perf_script::threads

Definition at line 1489 of file builtin-script.c.

◆ time_str

const char* perf_script::time_str

Definition at line 1491 of file builtin-script.c.

◆ tool

struct perf_tool perf_script::tool

Definition at line 1478 of file builtin-script.c.


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