Home
last modified time | relevance | path

Searched refs:kptr_restrict (Results 1 – 14 of 14) sorted by relevance

/linux/kernel/
A Dksyms_common.c30 switch (kptr_restrict) { in kallsyms_show_value()
/linux/tools/perf/util/
A Dsymbol_conf.h29 kptr_restrict, member
A Dsymbol.c1002 if (symbol_conf.kptr_restrict) { in symbol__restricted_filename()
2526 symbol_conf.kptr_restrict = symbol__read_kptr_restrict(); in symbol__init()
A Dauxtrace.c2518 if (symbol_conf.kptr_restrict) { in addr_filter__resolve_kernel_syms()
/linux/kernel/printk/
A Dsysctl.c72 .data = &kptr_restrict,
/linux/include/linux/
A Dprintk.h364 extern int kptr_restrict;
/linux/Documentation/translations/zh_CN/core-api/
A Dprintk-formats.rst158 用于打印应该对非特权用户隐藏的内核指针。%pK的行为取决于kptr_restrict sysctl——详见
/linux/Documentation/admin-guide/sysctl/
A Dkernel.rst530 kptr_restrict chapter
536 When ``kptr_restrict`` is set to 0 (the default) the address is hashed
540 When ``kptr_restrict`` is set to 1, kernel pointers printed using the
555 When ``kptr_restrict`` is set to 2, kernel pointers printed using
/linux/tools/perf/Documentation/
A Dperf-probe.txt306 …- /proc/sys/kernel/kptr_restrict = 2 (restrict all users) also prevents perf probe to retrieve the…
/linux/lib/
A Dvsprintf.c850 int kptr_restrict __read_mostly;
856 switch (kptr_restrict) { in restricted_pointer()
/linux/Documentation/core-api/
A Dprintk-formats.rst163 users. The behaviour of %pK depends on the kptr_restrict sysctl - see
/linux/tools/perf/
A Dbuiltin-top.c783 symbol_conf.kptr_restrict && in perf_event__process_sample()
A Dbuiltin-record.c1391 if (symbol_conf.kptr_restrict && !evlist__exclude_kernel(evlist)) { in record__open()
A Dbuiltin-trace.c1903 if (symbol_conf.kptr_restrict) { in trace__machine__resolve_kernel_addr()

Completed in 53 milliseconds