Searched defs:perf_probe_point (Results 1 – 1 of 1) sorted by relevance
45 struct perf_probe_point { struct46 char *file; /* File path */47 char *function; /* Function name */48 int line; /* Line number */49 bool retprobe; /* Return probe flag */50 char *lazy_line; /* Lazy matching pattern */74 struct perf_probe_point point; /* Probe point */ argument