Home
last modified time | relevance | path

Searched refs:show_file (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/sphinx/
H A Dkernel_abi.py117 show_file = False
119 show_file = True
127 for msg, f, ln in kernel_abi.doc(show_file=show_file,
162 if show_symbols and not show_file:
164 elif not show_symbols and show_file:
/linux/tools/lib/python/abi/
H A Dabi_parser.py463 def doc(self, output_in_txt=False, show_symbols=True, show_file=True,
477 if not show_file:
460 doc(self, output_in_txt=False, show_symbols=True, show_file=True, filter_path=None) global() argument
/linux/tools/mm/
H A Dpage-types.c937 static void show_file(const char *name, const struct stat *st) in show_file() function
1379 show_file(opt_file, &st); in main()