Home
last modified time | relevance | path

Searched refs:traceback (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/net/lib/py/
H A Dksft.py9 import traceback
158 tb = traceback.format_exc()
253 tb = traceback.format_exc()
H A Dnetns.py47 def __exit__(self, exc_type, exc_value, traceback): argument
/linux/scripts/
H A Dspdxcheck.py8 import traceback
370 sys.stderr.write('%s\n' %traceback.format_exc())
455 sys.stderr.write('%s\n' %traceback.format_exc())
/linux/scripts/gdb/linux/
H A Dslab.py11 import traceback
309 raise gdb.GdbError(traceback.format_exc())
/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py18 import traceback
491 traceback.print_tb(ex_tb)
552 print('traceback')
553 traceback.print_tb(ex_tb)
/linux/tools/testing/selftests/hid/tests/
H A Dbase.py398 def __exit__(self, exc_type, exc_value, traceback): argument
/linux/tools/testing/selftests/net/
H A Dbpf_offload.py30 import traceback
89 tb = "".join(traceback.extract_stack().format())
/linux/tools/power/pm-graph/
H A Dsleepgraph.py68 import traceback
352 traceback.print_stack()
353 stack = traceback.format_list(traceback.extract_stack())