Searched refs:probe_type (Results 1 – 4 of 4) sorted by relevance
| /tools/perf/util/ |
| D | probe-file.h | 24 enum probe_type { enum 70 bool probe_type_is_available(enum probe_type type);
|
| D | probe-file.c | 1167 bool probe_type_is_available(enum probe_type type) in probe_type_is_available()
|
| /tools/testing/cxl/test/ |
| D | mem.c | 1676 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
| /tools/lib/bpf/ |
| D | libbpf.c | 11735 char *probe_type = NULL, *binary_path = NULL, *func_name = NULL; in attach_uprobe_multi() local 11742 &probe_type, &binary_path, &func_name); in attach_uprobe_multi() 11749 opts.retprobe = str_has_pfx(probe_type, "uretprobe.multi"); in attach_uprobe_multi() 11758 free(probe_type); in attach_uprobe_multi() 12244 char *probe_type = NULL, *binary_path = NULL, *func_name = NULL, *func_off; in attach_uprobe() local 12251 &probe_type, &binary_path, &func_name); in attach_uprobe() 12273 opts.retprobe = strcmp(probe_type, "uretprobe") == 0 || in attach_uprobe() 12274 strcmp(probe_type, "uretprobe.s") == 0; in attach_uprobe() 12289 free(probe_type); in attach_uprobe()
|