Linux Perf
kcore_copy_info Struct Reference
Collaboration diagram for kcore_copy_info:
Collaboration graph

Public Attributes

u64 stext
 
u64 etext
 
u64 first_symbol
 
u64 last_symbol
 
u64 first_module
 
u64 last_module_symbol
 
size_t phnum
 
struct list_head phdrs
 
struct list_head syms
 

Detailed Description

Definition at line 1401 of file symbol-elf.c.

Member Data Documentation

◆ etext

u64 kcore_copy_info::etext

Definition at line 1403 of file symbol-elf.c.

◆ first_module

u64 kcore_copy_info::first_module

Definition at line 1406 of file symbol-elf.c.

◆ first_symbol

u64 kcore_copy_info::first_symbol

Definition at line 1404 of file symbol-elf.c.

◆ last_module_symbol

u64 kcore_copy_info::last_module_symbol

Definition at line 1407 of file symbol-elf.c.

◆ last_symbol

u64 kcore_copy_info::last_symbol

Definition at line 1405 of file symbol-elf.c.

◆ phdrs

struct list_head kcore_copy_info::phdrs

Definition at line 1409 of file symbol-elf.c.

◆ phnum

size_t kcore_copy_info::phnum

Definition at line 1408 of file symbol-elf.c.

◆ stext

u64 kcore_copy_info::stext

Definition at line 1402 of file symbol-elf.c.

◆ syms

struct list_head kcore_copy_info::syms

Definition at line 1410 of file symbol-elf.c.


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