Searched refs:jobs (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/nomali/lib/
H A Djobcontrol.cc68 // Update JS state for all jobs that were affected by the IRQ
122 JobControl::updateJsState(uint16_t jobs) argument
126 // job. We need to mask out bits of the jobs affected by this update.
127 const uint32_t job_mask(jobs | (jobs << 16));
130 // Find if there is an active or active next job for all jobs in
134 if (jobs & (1 << i)) {
H A Djobcontrol.hh83 * @param jobs Bit mask representing which job slots to update.
85 void updateJsState(uint16_t jobs);
/gem5/util/stats/
H A Dprofile.py315 def write_dot(self, threshold, jobfile=None, jobs=None):
318 if jobs is None:
319 jobs = [ job for job in jobfile.jobs() ]
321 for job in jobs:
331 def write_txt(self, jobfile=None, jobs=None, limit=None):
332 if jobs is None:
333 jobs = [ job for job in jobfile.jobs() ]
335 for job in jobs
[all...]
H A Doutput.py49 for job in self.jobfile.jobs():
/gem5/src/python/m5/util/
H A Djobfile.py374 def jobs(self, groups=None): member in class:Configuration
458 jobs = conf.alljobs()
460 jobs = conf.checkpoints()
462 jobs = conf.jobs()
464 for job in jobs:
/gem5/util/batch/
H A Dsend.py82 -d Make jobs be dependent on the completion of the checkpoint runs
174 gen = conf.jobs()
/gem5/util/pbs/
H A Dsend.py83 -d Make jobs be dependent on the completion of the checkpoint runs
175 gen = conf.jobs()

Completed in 11 milliseconds