Linux Perf
line_range Struct Reference

#include <probe-event.h>

Collaboration diagram for line_range:
Collaboration graph

Public Attributes

char * file
 
char * function
 
int start
 
int end
 
int offset
 
char * path
 
char * comp_dir
 
struct intlistline_list
 

Detailed Description

Definition at line 101 of file probe-event.h.

Member Data Documentation

◆ comp_dir

char* line_range::comp_dir

Definition at line 108 of file probe-event.h.

◆ end

int line_range::end

Definition at line 105 of file probe-event.h.

◆ file

char* line_range::file

Definition at line 102 of file probe-event.h.

◆ function

char* line_range::function

Definition at line 103 of file probe-event.h.

◆ line_list

struct intlist* line_range::line_list

Definition at line 109 of file probe-event.h.

◆ offset

int line_range::offset

Definition at line 106 of file probe-event.h.

◆ path

char* line_range::path

Definition at line 107 of file probe-event.h.

◆ start

int line_range::start

Definition at line 104 of file probe-event.h.


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