diff options
Diffstat (limited to 'tools/perf/util/probe-finder.h')
-rw-r--r-- | tools/perf/util/probe-finder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/probe-finder.h b/tools/perf/util/probe-finder.h index 75a660d4bdb2..d1a651793ba6 100644 --- a/tools/perf/util/probe-finder.h +++ b/tools/perf/util/probe-finder.h | |||
@@ -21,6 +21,7 @@ struct probe_point { | |||
21 | /* Inputs */ | 21 | /* Inputs */ |
22 | char *file; /* File name */ | 22 | char *file; /* File name */ |
23 | int line; /* Line number */ | 23 | int line; /* Line number */ |
24 | char *lazy_line; /* Lazy line pattern */ | ||
24 | 25 | ||
25 | char *function; /* Function name */ | 26 | char *function; /* Function name */ |
26 | int offset; /* Offset bytes */ | 27 | int offset; /* Offset bytes */ |
@@ -74,6 +75,7 @@ struct probe_finder { | |||
74 | const char *var; /* Current variable name */ | 75 | const char *var; /* Current variable name */ |
75 | char *buf; /* Current output buffer */ | 76 | char *buf; /* Current output buffer */ |
76 | int len; /* Length of output buffer */ | 77 | int len; /* Length of output buffer */ |
78 | struct list_head lcache; /* Line cache for lazy match */ | ||
77 | }; | 79 | }; |
78 | 80 | ||
79 | struct line_finder { | 81 | struct line_finder { |