Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/net/lib/py/
Dksft.py8 import traceback
142 tb = traceback.format_exc()
222 tb = traceback.format_exc()
/linux-6.12.1/scripts/
Dspdxcheck.py8 import traceback
364 sys.stderr.write('%s\n' %traceback.format_exc())
449 sys.stderr.write('%s\n' %traceback.format_exc())
/linux-6.12.1/scripts/gdb/linux/
Dslab.py11 import traceback
309 raise gdb.GdbError(traceback.format_exc())
/linux-6.12.1/tools/testing/selftests/tc-testing/
Dtdc.py18 import traceback
491 traceback.print_tb(ex_tb)
553 traceback.print_tb(ex_tb)
/linux-6.12.1/tools/testing/selftests/hid/tests/
Dbase.py384 def __exit__(self, exc_type, exc_value, traceback): argument
/linux-6.12.1/tools/testing/selftests/net/
Dbpf_offload.py30 import traceback
89 tb = "".join(traceback.extract_stack().format())