Searched refs:kptr_restrict (Results 1 – 9 of 9) sorted by relevance
100 kptr_restrict, member
823 if (symbol_conf.kptr_restrict) { in symbol__restricted_filename()1975 symbol_conf.kptr_restrict = symbol__read_kptr_restrict(); in symbol__init()
159 extern int kptr_restrict;
41 - kptr_restrict356 kptr_restrict:361 When kptr_restrict is set to (0), the default, there are no restrictions.363 When kptr_restrict is set to (1), kernel pointers printed using the %pK375 When kptr_restrict is set to (2), kernel pointers printed using
1363 int kptr_restrict __read_mostly;1547 if (kptr_restrict && (in_irq() || in_serving_softirq() || in pointer()1554 switch (kptr_restrict) { in pointer()
962 if (symbol_conf.kptr_restrict) in cmd_record()
730 symbol_conf.kptr_restrict && in perf_event__process_sample()
60 users. The behaviour of %pK depends on the kptr_restrict sysctl - see
820 .data = &kptr_restrict,