Linux Perf
perf_sample_id Struct Reference

#include <evsel.h>

Collaboration diagram for perf_sample_id:
Collaboration graph

Public Attributes

struct hlist_node node
 
u64 id
 
struct perf_evselevsel
 
int idx
 
int cpu
 
pid_t tid
 
u64 period
 

Detailed Description

Definition at line 21 of file evsel.h.

Member Data Documentation

◆ cpu

int perf_sample_id::cpu

Definition at line 26 of file evsel.h.

◆ evsel

struct perf_evsel* perf_sample_id::evsel

Definition at line 24 of file evsel.h.

◆ id

u64 perf_sample_id::id

Definition at line 23 of file evsel.h.

◆ idx

int perf_sample_id::idx

Definition at line 25 of file evsel.h.

◆ node

struct hlist_node perf_sample_id::node

Definition at line 22 of file evsel.h.

◆ period

u64 perf_sample_id::period

Definition at line 30 of file evsel.h.

◆ tid

pid_t perf_sample_id::tid

Definition at line 27 of file evsel.h.


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