Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dsymbol_conf.h30 kptr_restrict, member
Dsymbol.c933 if (symbol_conf.kptr_restrict) { in symbol__restricted_filename()
2553 symbol_conf.kptr_restrict = symbol__read_kptr_restrict(); in symbol__init()
Dauxtrace.c2423 if (symbol_conf.kptr_restrict) { in addr_filter__resolve_kernel_syms()
/Linux-v5.15/include/linux/
Dprintk.h320 extern int kptr_restrict;
/Linux-v5.15/Documentation/translations/zh_CN/core-api/
Dprintk-formats.rst157 用于打印应该对非特权用户隐藏的内核指针。%pK的行为取决于kptr_restrict sysctl——详见
/Linux-v5.15/kernel/
Dkallsyms.c798 switch (kptr_restrict) { in kallsyms_show_value()
Dsysctl.c2302 .data = &kptr_restrict,
/Linux-v5.15/Documentation/admin-guide/sysctl/
Dkernel.rst459 kptr_restrict chapter
465 When ``kptr_restrict`` is set to 0 (the default) the address is hashed
469 When ``kptr_restrict`` is set to 1, kernel pointers printed using the
484 When ``kptr_restrict`` is set to 2, kernel pointers printed using
/Linux-v5.15/lib/
Dvsprintf.c851 int kptr_restrict __read_mostly;
857 switch (kptr_restrict) { in restricted_pointer()
/Linux-v5.15/tools/perf/Documentation/
Dperf-probe.txt306 …- /proc/sys/kernel/kptr_restrict = 2 (restrict all users) also prevents perf probe to retrieve the…
/Linux-v5.15/Documentation/core-api/
Dprintk-formats.rst162 users. The behaviour of %pK depends on the kptr_restrict sysctl - see
/Linux-v5.15/tools/perf/
Dbuiltin-top.c781 symbol_conf.kptr_restrict && in perf_event__process_sample()
Dbuiltin-record.c945 if (symbol_conf.kptr_restrict && !evlist__exclude_kernel(evlist)) { in record__open()
Dbuiltin-trace.c1604 if (symbol_conf.kptr_restrict) { in trace__machine__resolve_kernel_addr()