Searched refs:category (Results 51 - 54 of 54) sorted by relevance

123

/gem5/tests/
H A Drun.py154 (category, mode, name, isa, opsys, config) = sys.argv[1].split('/')[-6:]
221 sys.path.append(joinpath(tests_root, category, mode, name))
223 open(joinpath(tests_root, category, mode, name, 'test.py')).read(), \
224 joinpath(tests_root, category, mode, name, 'test.py'), 'exec'))
/gem5/util/stats/
H A Dprofile.py98 category = categorize(symbol)
99 if category is None:
100 category = 'other'
101 elif category == 'idle' and not showidle:
104 self[category] = count
143 category = None
145 category = categorize(self.symbol)
149 total += child.aggregate(dict, categorize, category or incategory)
151 if category:
152 dict[category]
[all...]
/gem5/src/systemc/core/
H A Dsensitivity.hh88 virtual Category category() = 0;
107 Category category() override { return Dynamic; }
122 Category category() override { return Static; }
/gem5/tests/testing/
H A Dtests.py50 "category",
270 ct.category, ct.mode, ct.workload,

Completed in 8 milliseconds

123