Linux Perf
comm Struct Reference

#include <comm.h>

Collaboration diagram for comm:
Collaboration graph

Public Attributes

struct comm_strcomm_str
 
u64 start
 
struct list_head list
 
bool exec
 
union {
   void *   priv
 
   u64   db_id
 
}; 
 

Detailed Description

Definition at line 11 of file comm.h.

Member Data Documentation

◆ @49

union { ... }

◆ comm_str

struct comm_str* comm::comm_str

Definition at line 12 of file comm.h.

◆ db_id

u64 comm::db_id

Definition at line 18 of file comm.h.

◆ exec

bool comm::exec

Definition at line 15 of file comm.h.

◆ list

struct list_head comm::list

Definition at line 14 of file comm.h.

◆ priv

void* comm::priv

Definition at line 17 of file comm.h.

◆ start

u64 comm::start

Definition at line 13 of file comm.h.


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