Linux Perf
target Struct Reference

#include <target.h>

Collaboration diagram for target:
Collaboration graph

Public Attributes

const char * pid
 
const char * tid
 
const char * cpu_list
 
const char * uid_str
 
uid_t uid
 
bool system_wide
 
bool uses_mmap
 
bool default_per_cpu
 
bool per_thread
 

Detailed Description

Definition at line 8 of file target.h.

Member Data Documentation

◆ cpu_list

const char* target::cpu_list

Definition at line 11 of file target.h.

◆ default_per_cpu

bool target::default_per_cpu

Definition at line 16 of file target.h.

◆ per_thread

bool target::per_thread

Definition at line 17 of file target.h.

◆ pid

const char* target::pid

Definition at line 9 of file target.h.

◆ system_wide

bool target::system_wide

Definition at line 14 of file target.h.

◆ tid

const char* target::tid

Definition at line 10 of file target.h.

◆ uid

uid_t target::uid

Definition at line 13 of file target.h.

◆ uid_str

const char* target::uid_str

Definition at line 12 of file target.h.

◆ uses_mmap

bool target::uses_mmap

Definition at line 15 of file target.h.


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