Adding scripts, commands, and logging scaffolding

This commit is contained in:
Carlos Gutierrez
2025-10-05 03:30:28 +00:00
parent 2b57610f3b
commit 6371204ef4
13 changed files with 5318 additions and 172 deletions

View File

@@ -79,7 +79,7 @@ system.system_port = system.membus.slave
proc = Process()
proc.executable = args.cmd
proc.cmd = [args.cmd]
system.workload = SEWorkload.init_compatible(args.cmd)
proc.env = {'GLIBC_TUNABLES': 'glibc.pthread.rseq=0'}
for c in system.cpu:
c.workload = proc
c.createThreads()