Home
last modified time | relevance | path

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

/tools/testing/selftests/net/lib/py/
Dksft.py8 import traceback
142 tb = traceback.format_exc()
222 tb = traceback.format_exc()
/tools/testing/selftests/tc-testing/
Dtdc.py18 import traceback
491 traceback.print_tb(ex_tb)
553 traceback.print_tb(ex_tb)
/tools/testing/selftests/hid/tests/
Dbase.py384 def __exit__(self, exc_type, exc_value, traceback): argument
/tools/testing/selftests/net/
Dbpf_offload.py30 import traceback
89 tb = "".join(traceback.extract_stack().format())