Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/
Dspdxcheck.py8 import traceback
364 sys.stderr.write('%s\n' %traceback.format_exc())
446 sys.stderr.write('%s\n' %traceback.format_exc())
/Linux-v6.6/scripts/gdb/linux/
Dslab.py11 import traceback
310 raise gdb.GdbError(traceback.format_exc())
/Linux-v6.6/tools/testing/selftests/tc-testing/
Dtdc.py18 import traceback
469 traceback.print_tb(ex_tb)
513 traceback.print_tb(ex_tb)
/Linux-v6.6/tools/testing/selftests/hid/tests/
Dbase.py310 def __exit__(self, exc_type, exc_value, traceback): argument
/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_offload.py30 import traceback
86 tb = "".join(traceback.extract_stack().format())