Searched defs:perf_probe_point (Results 1 – 1 of 1) sorted by relevance
41 struct perf_probe_point { struct42 char *file; /* File path */43 char *function; /* Function name */44 int line; /* Line number */45 bool retprobe; /* Return probe flag */46 char *lazy_line; /* Lazy matching pattern */70 struct perf_probe_point point; /* Probe point */ argument