Searched refs:kptr_restrict (Results 1 – 9 of 9) sorted by relevance
101 kptr_restrict, member
842 if (symbol_conf.kptr_restrict) { in symbol__restricted_filename()2029 symbol_conf.kptr_restrict = symbol__read_kptr_restrict(); in symbol__init()
161 extern int kptr_restrict;
42 - kptr_restrict368 kptr_restrict:373 When kptr_restrict is set to (0), the default, there are no restrictions.375 When kptr_restrict is set to (1), kernel pointers printed using the %pK387 When kptr_restrict is set to (2), kernel pointers printed using
1364 int kptr_restrict __read_mostly;1550 if (kptr_restrict && (in_irq() || in_serving_softirq() || in pointer()1557 switch (kptr_restrict) { in pointer()
64 users. The behaviour of %pK depends on the kptr_restrict sysctl - see
1171 if (symbol_conf.kptr_restrict) in cmd_record()
741 symbol_conf.kptr_restrict && in perf_event__process_sample()
812 .data = &kptr_restrict,