Motr  M0
m0_trace_descr Struct Reference

#include <trace.h>

Collaboration diagram for m0_trace_descr:
Collaboration graph

Data Fields

uint64_t td_magic
 
const char * td_fmt
 
const char * td_func
 
const char * td_file
 
uint64_t td_subsys
 
int td_line
 
int td_size
 
int td_nr
 
const int * td_offset
 
const int * td_sizeof
 
const bool * td_isstr
 
enum m0_trace_level td_level
 
bool td_hasstr
 

Detailed Description

Definition at line 505 of file trace.h.

Field Documentation

◆ td_file

const char* td_file

Definition at line 509 of file trace.h.

◆ td_fmt

const char* td_fmt

Definition at line 507 of file trace.h.

◆ td_func

const char* td_func

Definition at line 508 of file trace.h.

◆ td_hasstr

bool td_hasstr

Definition at line 518 of file trace.h.

◆ td_isstr

const bool* td_isstr

Definition at line 516 of file trace.h.

◆ td_level

enum m0_trace_level td_level

Definition at line 517 of file trace.h.

◆ td_line

int td_line

Definition at line 511 of file trace.h.

◆ td_magic

uint64_t td_magic

Definition at line 506 of file trace.h.

◆ td_nr

int td_nr

Definition at line 513 of file trace.h.

◆ td_offset

const int* td_offset

Definition at line 514 of file trace.h.

◆ td_size

int td_size

Definition at line 512 of file trace.h.

◆ td_sizeof

const int* td_sizeof

Definition at line 515 of file trace.h.

◆ td_subsys

uint64_t td_subsys

Definition at line 510 of file trace.h.


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