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