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