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