Home
last modified time | relevance | path

Searched refs:kretprobe_offset_is_supported (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/tools/perf/util/
Dprobe-file.h71 bool kretprobe_offset_is_supported(void);
Dprobe-file.c1177 bool kretprobe_offset_is_supported(void) in kretprobe_offset_is_supported() function
Dprobe-event.c836 if (tevs[i].point.retprobe && !kretprobe_offset_is_supported()) in post_process_kernel_probe_trace_events()
3064 (!pp->retprobe || kretprobe_offset_is_supported())) { in find_probe_trace_events_from_map()
/linux-5.19.10/tools/perf/arch/powerpc/util/
Dsym-handling.c100 if (!kretprobe_offset_is_supported()) in arch__fix_tev_from_maps()