Home
last modified time | relevance | path

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

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