Searched refs:event_type (Results 1 – 1 of 1) sorted by relevance
/samples/bpf/ |
D | task_fd_query_user.c | 45 static int bpf_find_probe_type(const char *event_type) in bpf_find_probe_type() argument 50 ret = snprintf(buf, sizeof(buf), PMU_TYPE_FILE, event_type); in bpf_find_probe_type() 67 static int bpf_get_retprobe_bit(const char *event_type) in bpf_get_retprobe_bit() argument 72 ret = snprintf(buf, sizeof(buf), PMU_RETPROBE_FILE, event_type); in bpf_get_retprobe_bit() 120 static int test_nondebug_fs_kuprobe_common(const char *event_type, in test_nondebug_fs_kuprobe_common() argument 125 int is_return_bit = bpf_get_retprobe_bit(event_type); in test_nondebug_fs_kuprobe_common() 126 int type = bpf_find_probe_type(event_type); in test_nondebug_fs_kuprobe_common() 162 static int test_nondebug_fs_probe(const char *event_type, const char *name, in test_nondebug_fs_probe() argument 172 err = test_nondebug_fs_kuprobe_common(event_type, name, in test_nondebug_fs_probe() 218 const char *event_type = "uprobe"; in test_debug_fs_uprobe() local [all …]
|