Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dsymbol_conf.h30 kptr_restrict, member
Dsymbol.c961 if (symbol_conf.kptr_restrict) { in symbol__restricted_filename()
2593 symbol_conf.kptr_restrict = symbol__read_kptr_restrict(); in symbol__init()
Dauxtrace.c2496 if (symbol_conf.kptr_restrict) { in addr_filter__resolve_kernel_syms()
/linux-6.1.9/kernel/printk/
Dsysctl.c72 .data = &kptr_restrict,
/linux-6.1.9/include/linux/
Dprintk.h331 extern int kptr_restrict;
/linux-6.1.9/Documentation/translations/zh_CN/core-api/
Dprintk-formats.rst158 用于打印应该对非特权用户隐藏的内核指针。%pK的行为取决于kptr_restrict sysctl——详见
/linux-6.1.9/kernel/
Dkallsyms.c893 switch (kptr_restrict) { in kallsyms_show_value()
/linux-6.1.9/Documentation/admin-guide/sysctl/
Dkernel.rst464 kptr_restrict chapter
470 When ``kptr_restrict`` is set to 0 (the default) the address is hashed
474 When ``kptr_restrict`` is set to 1, kernel pointers printed using the
489 When ``kptr_restrict`` is set to 2, kernel pointers printed using
/linux-6.1.9/tools/perf/Documentation/
Dperf-probe.txt306 …- /proc/sys/kernel/kptr_restrict = 2 (restrict all users) also prevents perf probe to retrieve the…
/linux-6.1.9/lib/
Dvsprintf.c852 int kptr_restrict __read_mostly;
858 switch (kptr_restrict) { in restricted_pointer()
/linux-6.1.9/Documentation/core-api/
Dprintk-formats.rst162 users. The behaviour of %pK depends on the kptr_restrict sysctl - see
/linux-6.1.9/tools/perf/
Dbuiltin-top.c781 symbol_conf.kptr_restrict && in perf_event__process_sample()
Dbuiltin-record.c1346 if (symbol_conf.kptr_restrict && !evlist__exclude_kernel(evlist)) { in record__open()
Dbuiltin-trace.c1617 if (symbol_conf.kptr_restrict) { in trace__machine__resolve_kernel_addr()