Searched defs:perf_probe_point (Results 1 – 1 of 1) sorted by relevance
59 struct perf_probe_point { struct60 char *file; /* File path */61 char *function; /* Function name */62 int line; /* Line number */63 bool retprobe; /* Return probe flag */64 char *lazy_line; /* Lazy matching pattern */65 unsigned long offset; /* Offset from function entry */89 struct perf_probe_point point; /* Probe point */ argument