Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsymbol_conf.h30 kptr_restrict, member
H A Dsymbol.c950 if (symbol_conf.kptr_restrict) { in symbol__restricted_filename()
2510 symbol_conf.kptr_restrict = symbol__read_kptr_restrict(); in symbol__init()
H A Dauxtrace.c2335 if (symbol_conf.kptr_restrict) { in addr_filter__resolve_kernel_syms()
/OK3568_Linux_fs/kernel/include/linux/
H A Dprintk.h289 extern int kptr_restrict;
/OK3568_Linux_fs/kernel/kernel/
H A Dkallsyms.c727 switch (kptr_restrict) { in kallsyms_show_value()
H A Dsysctl.c2304 .data = &kptr_restrict,
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dkernel.rst453 kptr_restrict chapter
459 When ``kptr_restrict`` is set to 0 (the default) the address is hashed
463 When ``kptr_restrict`` is set to 1, kernel pointers printed using the
478 When ``kptr_restrict`` is set to 2, kernel pointers printed using
/OK3568_Linux_fs/kernel/lib/
H A Dvsprintf.c869 int kptr_restrict __read_mostly;
875 switch (kptr_restrict) { in restricted_pointer()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dprintk-formats.rst139 users. The behaviour of %pK depends on the kptr_restrict sysctl - see
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-top.c783 symbol_conf.kptr_restrict && in perf_event__process_sample()
H A Dbuiltin-record.c938 if (symbol_conf.kptr_restrict && !perf_evlist__exclude_kernel(evlist)) { in record__open()
H A Dbuiltin-trace.c1596 if (symbol_conf.kptr_restrict) { in trace__machine__resolve_kernel_addr()