Home
last modified time | relevance | path

Searched refs:kallsyms_show_value (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/kernel/
H A Dksyms_common.c28 bool kallsyms_show_value(const struct cred *cred) in kallsyms_show_value() function
H A Dkallsyms.c807 iter->show_value = kallsyms_show_value(current_cred()); in bpf_iter_ksym_init()
862 iter->show_value = kallsyms_show_value(file->f_cred); in kallsyms_open()
H A Dkprobes.c2737 if (!kallsyms_show_value(pi->file->f_cred)) in report_probe()
2829 if (!kallsyms_show_value(m->file->f_cred)) in kprobe_blacklist_seq_show()
/linux-6.15/include/linux/
H A Dkallsyms.h68 extern bool kallsyms_show_value(const struct cred *cred);
H A Dfilter.h1152 return kallsyms_show_value(cred); in bpf_dump_raw_ok()
/linux-6.15/kernel/module/
H A Dprocfs.c133 m->private = kallsyms_show_value(file->f_cred) ? NULL : (void *)8ul; in modules_open()
H A Dsysfs.c47 kallsyms_show_value(file->f_cred) in module_sect_read()
/linux-6.15/kernel/trace/
H A Dtrace_kprobe.c1757 *probe_addr = kallsyms_show_value(current_cred()) ? in bpf_get_kprobe_info()
H A Dbpf_trace.c2716 if (kallsyms_show_value(current_cred())) { in bpf_kprobe_multi_link_fill_link_info()
/linux-6.15/kernel/bpf/
H A Dsyscall.c3790 if (!kallsyms_show_value(current_cred())) in bpf_perf_link_fill_kprobe()