Searched refs:kptr_restrict (Results 1 – 14 of 14) sorted by relevance
30 switch (kptr_restrict) { in kallsyms_show_value()
71 .data = &kptr_restrict,
40 kptr_restrict, member
1020 if (symbol_conf.kptr_restrict) { in symbol__restricted_filename()2454 symbol_conf.kptr_restrict = symbol__read_kptr_restrict(); in symbol__init()
2599 if (symbol_conf.kptr_restrict) { in addr_filter__resolve_kernel_syms()
385 extern int kptr_restrict;
158 用于打印应该对非特权用户隐藏的内核指针。%pK的行为取决于kptr_restrict sysctl——详见
306 …- /proc/sys/kernel/kptr_restrict = 2 (restrict all users) also prevents perf probe to retrieve the…
859 int kptr_restrict __read_mostly;865 switch (kptr_restrict) { in restricted_pointer() 873 * kptr_restrict==1 cannot be used in IRQ context in restricted_pointer()
163 users. The behaviour of %pK depends on the kptr_restrict sysctl - see
785 symbol_conf.kptr_restrict && in perf_event__process_sample()
1452 if (symbol_conf.kptr_restrict && !evlist__exclude_kernel(evlist)) { in record__open()
1971 if (symbol_conf.kptr_restrict) { in trace__machine__resolve_kernel_addr()
1983 use the "kernel.kptr_restrict" sysctl instead.