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