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