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

/linux-master/scripts/
H A Dspdxcheck.py8 import traceback namespace
364 sys.stderr.write('%s\n' %traceback.format_exc())
446 sys.stderr.write('%s\n' %traceback.format_exc())
/linux-master/scripts/gdb/linux/
H A Dslab.py11 import traceback namespace
309 raise gdb.GdbError(traceback.format_exc())
/linux-master/tools/testing/selftests/hid/tests/
H A Dbase.py309 def __exit__(self, exc_type, exc_value, traceback):
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py18 import traceback namespace
492 traceback.print_tb(ex_tb)
553 print('traceback')
554 traceback.print_tb(ex_tb)
/linux-master/tools/testing/selftests/bpf/
H A Dtest_offload.py30 import traceback namespace
86 tb = "".join(traceback.extract_stack().format())

Completed in 124 milliseconds