Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dsymbol.h110 kptr_restrict, member
Dsymbol.c877 if (symbol_conf.kptr_restrict) { in symbol__restricted_filename()
2171 symbol_conf.kptr_restrict = symbol__read_kptr_restrict(); in symbol__init()
Devent.c915 if (symbol_conf.kptr_restrict) in __perf_event__synthesize_kernel_mmap()
Dauxtrace.c1845 if (symbol_conf.kptr_restrict) { in addr_filter__resolve_kernel_syms()
/Linux-v4.19/include/linux/
Dprintk.h289 extern int kptr_restrict;
/Linux-v4.19/kernel/
Dkallsyms.c647 switch (kptr_restrict) { in kallsyms_show_value()
Dsysctl.c858 .data = &kptr_restrict,
Dmodule.c1471 return sprintf(buf, "0x%px\n", kptr_restrict < 2 ? in module_sect_show()
/Linux-v4.19/Documentation/sysctl/
Dkernel.txt45 - kptr_restrict
413 kptr_restrict:
418 When kptr_restrict is set to 0 (the default) the address is hashed before
421 When kptr_restrict is set to (1), kernel pointers printed using the %pK
433 When kptr_restrict is set to (2), kernel pointers printed using
/Linux-v4.19/lib/
Dvsprintf.c1374 int kptr_restrict __read_mostly;
1380 switch (kptr_restrict) { in restricted_pointer()
1943 if (!kptr_restrict) in pointer()
/Linux-v4.19/Documentation/core-api/
Dprintk-formats.rst105 users. The behaviour of %pK depends on the kptr_restrict sysctl - see
/Linux-v4.19/tools/perf/
Dbuiltin-top.c732 symbol_conf.kptr_restrict && in perf_event__process_sample()
Dbuiltin-record.c1779 if (symbol_conf.kptr_restrict && !perf_evlist__exclude_kernel(rec->evlist)) in cmd_record()
Dbuiltin-trace.c1195 if (symbol_conf.kptr_restrict) { in trace__machine__resolve_kernel_addr()