hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/tools/perf/util/probe-file.h
....@@ -69,6 +69,10 @@
6969 int probe_cache__show_all_caches(struct strfilter *filter);
7070 bool probe_type_is_available(enum probe_type type);
7171 bool kretprobe_offset_is_supported(void);
72
+bool uprobe_ref_ctr_is_supported(void);
73
+bool user_access_is_supported(void);
74
+bool multiprobe_event_is_supported(void);
75
+bool immediate_value_is_supported(void);
7276 #else /* ! HAVE_LIBELF_SUPPORT */
7377 static inline struct probe_cache *probe_cache__new(const char *tgt __maybe_unused, struct nsinfo *nsi __maybe_unused)
7478 {