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