Home
last modified time | relevance | path

Searched defs:line_range (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dprobe-event.h110 struct line_range { struct
111 char *file; /* File name */
112 char *function; /* Function name */
113 int start; /* Start line number */
114 int end; /* End line number */
115 int offset; /* Start line offset */
116 char *path; /* Real path name */
117 char *comp_dir; /* Compile directory */
118 struct intlist *line_list; /* Visible lines */
H A Dgenelf_debug.c122 ubyte line_range; member