Searched defs:perf_probe_point (Results 1 – 1 of 1) sorted by relevance
65 struct perf_probe_point { struct66 char *file; /* File path */67 char *function; /* Function name */68 int line; /* Line number */69 bool retprobe; /* Return probe flag */70 char *lazy_line; /* Lazy matching pattern */71 unsigned long offset; /* Offset from function entry */72 unsigned long abs_address; /* Absolute address of the point */