Searched refs:kallsyms_show_value (Results 1 – 6 of 6) sorted by relevance
100 extern bool kallsyms_show_value(const struct cred *cred);164 static inline bool kallsyms_show_value(const struct cred *cred) in kallsyms_show_value() function
931 return kallsyms_show_value(cred); in bpf_dump_raw_ok()
127 m->private = kallsyms_show_value(file->f_cred) ? NULL : (void *)8ul; in modules_open()
55 kallsyms_show_value(file->f_cred) in module_sect_read()
927 iter->show_value = kallsyms_show_value(current_cred()); in bpf_iter_ksym_init()983 bool kallsyms_show_value(const struct cred *cred) in kallsyms_show_value() function1017 iter->show_value = kallsyms_show_value(file->f_cred); in kallsyms_open()
2765 if (!kallsyms_show_value(pi->file->f_cred)) in report_probe()2857 if (!kallsyms_show_value(m->file->f_cred)) in kprobe_blacklist_seq_show()
Completed in 20 milliseconds