| .. | .. |
|---|
| 69 | 69 | int probe_cache__show_all_caches(struct strfilter *filter); |
|---|
| 70 | 70 | bool probe_type_is_available(enum probe_type type); |
|---|
| 71 | 71 | 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); |
|---|
| 72 | 76 | #else /* ! HAVE_LIBELF_SUPPORT */ |
|---|
| 73 | 77 | static inline struct probe_cache *probe_cache__new(const char *tgt __maybe_unused, struct nsinfo *nsi __maybe_unused) |
|---|
| 74 | 78 | { |
|---|