Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dkallsyms.h97 extern bool kallsyms_show_value(const struct cred *cred);
161 static inline bool kallsyms_show_value(const struct cred *cred) in kallsyms_show_value() function
Dfilter.h931 return kallsyms_show_value(cred); in bpf_dump_raw_ok()
/linux-6.1.9/kernel/module/
Dprocfs.c127 m->private = kallsyms_show_value(file->f_cred) ? NULL : (void *)8ul; in modules_open()
Dsysfs.c55 kallsyms_show_value(file->f_cred) in module_sect_read()
/linux-6.1.9/kernel/
Dkallsyms.c835 iter->show_value = kallsyms_show_value(current_cred()); in bpf_iter_ksym_init()
891 bool kallsyms_show_value(const struct cred *cred) in kallsyms_show_value() function
925 iter->show_value = kallsyms_show_value(file->f_cred); in kallsyms_open()
Dkprobes.c2768 if (!kallsyms_show_value(pi->file->f_cred)) in report_probe()
2860 if (!kallsyms_show_value(m->file->f_cred)) in kprobe_blacklist_seq_show()