Linux Perf
addr_location Struct Reference

#include <symbol.h>

Collaboration diagram for addr_location:
Collaboration graph

Public Attributes

struct machinemachine
 
struct threadthread
 
struct mapmap
 
struct symbolsym
 
const char * srcline
 
u64 addr
 
char level
 
u8 filtered
 
u8 cpumode
 
s32 cpu
 
s32 socket
 

Detailed Description

Definition at line 207 of file symbol.h.

Member Data Documentation

◆ addr

u64 addr_location::addr

Definition at line 213 of file symbol.h.

◆ cpu

s32 addr_location::cpu

Definition at line 217 of file symbol.h.

◆ cpumode

u8 addr_location::cpumode

Definition at line 216 of file symbol.h.

◆ filtered

u8 addr_location::filtered

Definition at line 215 of file symbol.h.

◆ level

char addr_location::level

Definition at line 214 of file symbol.h.

◆ machine

struct machine* addr_location::machine

Definition at line 208 of file symbol.h.

◆ map

struct map* addr_location::map

Definition at line 210 of file symbol.h.

◆ socket

s32 addr_location::socket

Definition at line 218 of file symbol.h.

◆ srcline

const char* addr_location::srcline

Definition at line 212 of file symbol.h.

◆ sym

struct symbol* addr_location::sym

Definition at line 211 of file symbol.h.

◆ thread

struct thread* addr_location::thread

Definition at line 209 of file symbol.h.


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