aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/probe-event.h')
-rw-r--r--tools/perf/util/probe-event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/probe-event.h b/tools/perf/util/probe-event.h
index cd308b0a4d96..9d99fc24c4fc 100644
--- a/tools/perf/util/probe-event.h
+++ b/tools/perf/util/probe-event.h
@@ -40,9 +40,9 @@ struct perf_probe_point {
40 char *file; /* File path */ 40 char *file; /* File path */
41 char *function; /* Function name */ 41 char *function; /* Function name */
42 int line; /* Line number */ 42 int line; /* Line number */
43 bool retprobe; /* Return probe flag */
43 char *lazy_line; /* Lazy matching pattern */ 44 char *lazy_line; /* Lazy matching pattern */
44 unsigned long offset; /* Offset from function entry */ 45 unsigned long offset; /* Offset from function entry */
45 bool retprobe; /* Return probe flag */
46}; 46};
47 47
48/* Perf probe probing argument field chain */ 48/* Perf probe probing argument field chain */