Home
last modified time | relevance | path

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

/linux/kernel/
H A Dksyms_common.c28 bool kallsyms_show_value(const struct cred *cred) in kallsyms_show_value() function
H A Dkallsyms.c815 iter->show_value = kallsyms_show_value(current_cred()); in bpf_iter_ksym_init()
870 iter->show_value = kallsyms_show_value(file->f_cred); in kallsyms_open()
H A Dkprobes.c2787 if (!kallsyms_show_value(pi->file->f_cred)) in report_probe()
2879 if (!kallsyms_show_value(m->file->f_cred)) in kprobe_blacklist_seq_show()
/linux/include/linux/
H A Dkallsyms.h69 extern bool kallsyms_show_value(const struct cred *cred);
H A Dfilter.h1131 return kallsyms_show_value(cred); in bpf_dump_raw_ok()
/linux/kernel/module/
H A Dprocfs.c133 m->private = kallsyms_show_value(file->f_cred) ? NULL : (void *)8ul; in modules_open()
H A Dsysfs.c55 kallsyms_show_value(file->f_cred) in module_sect_read()
/linux/kernel/trace/
H A Dtrace_kprobe.c1758 *probe_addr = kallsyms_show_value(current_cred()) ? in bpf_get_kprobe_info()
H A Dbpf_trace.c2655 if (kallsyms_show_value(current_cred())) { in bpf_kprobe_multi_link_fill_link_info()
/linux/kernel/bpf/
H A Dsyscall.c3635 if (!kallsyms_show_value(current_cred())) in bpf_perf_link_fill_kprobe()