Searched refs:ignore (Results 1 - 15 of 15) sorted by relevance

/gem5/src/python/m5/
H A Dtrace.py33 from _m5.trace import output, ignore, disable, enable
H A Dmain.py151 option("--debug-ignore", metavar="EXPR", action='append', split=':',
420 for ignore in options.debug_ignore:
422 trace.ignore(ignore)
/gem5/src/python/pybind11/
H A Ddebug.cc74 ignore(const char *expr) function
76 ObjectMatch ignore(expr);
78 Trace::getDebugLogger()->addIgnore(ignore);
115 .def("ignore", &ignore)
/gem5/src/base/
H A Dstr.cc69 tokenize(vector<string>& v, const string &s, char token, bool ignore) argument
77 if (ignore && last == first) {
91 if (ignore) {
H A Dtrace.cc102 ObjectMatch ignore; member in namespace:Trace
107 if (!name.empty() && ignore.match(name))
147 if (!name.empty() && ignore.match(name))
H A Dtrace.hh54 /** Name match for objects to ignore */
55 ObjectMatch ignore; member in class:Trace::Logger
63 if (!name.empty() && ignore.match(name))
86 /** Set objects to ignore */
87 void setIgnore(ObjectMatch &ignore_) { ignore = ignore_; }
89 /** Add objects to ignore */
90 void addIgnore(const ObjectMatch &ignore_) { ignore.add(ignore_); }
/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtest_endian_conv.cpp74 fin.ignore(10000,'=');
79 fin.ignore(10000,'=');
85 fin.ignore(10000,'='); fin >> bus_width;
88 fin.ignore(10000,'='); fin >> data_width;
91 fin.ignore(10000,'='); fin >> initiator_offset;
97 fin.ignore(10000,'=');
124 fin.ignore(10000,'='); fin >> stream_width;
130 fin.ignore(10000,'='); fin >> initiator_mem;
137 fin.ignore(10000,'='); fin >> target_mem;
141 fin.ignore(1000
[all...]
/gem5/tests/
H A Ddiff-out182 # Statistics to ignore: these relate to simulator performance, not
185 %ignore = (
236 if ($ignore{$stat} or $refvalue eq $newvalue) {
237 # stat is in "ignore" list, or hasn't changed
/gem5/util/
H A Dfind_copyrights.py213 ignore = set()
224 ignore.add(a)
H A Dhgstyle.py100 modified, added, removed, deleted, unknown, ignore, clean = \
133 The --fix-<check>, --ignore-<check>, and --skip-<check> options
139 --ignore-<check> will perform the check but ignore any errors
147 --fix-all, --ignore-all, and --skip-all are equivalent to specifying
148 --fix-<check>, --ignore-<check>, or --skip-<check> for all checks,
197 ('', 'no-ignore', False, _("ignore the style ignore list")),
204 ignore_opts = [('', 'ignore
[all...]
/gem5/src/arch/arm/tracers/
H A Dtarmac_parser.cc934 trace.ignore(MaxLineLength, '\n');
1003 trace.ignore(MaxLineLength, '\n');
1009 trace.ignore();
1026 trace.ignore(MaxLineLength, '\n');
1038 trace.ignore(MaxLineLength, '\n');
1042 trace.ignore(MaxLineLength, '\n');
1107 trace.ignore(TarmacParserRecord::MaxLineLength, '\n');
1110 trace.ignore(TarmacParserRecord::MaxLineLength, '\n');
/gem5/src/arch/sparc/
H A Dtlb.cc1058 bool ignore; local
1190 ignore = false;
1198 ignore = true;
1204 ignore = true;
1209 if (!ignore)
1213 if (!ignore)
1240 ignore = false;
1254 ignore = true;
1259 if (!ignore)
1263 if (!ignore)
[all...]
/gem5/ext/ply/ply/
H A Dlex.py650 # categories (functions, strings, error functions, and ignore characters)
660 self.ignore = { } # Ignore strings by state
681 elif tokname == 'ignore':
690 if tokname == 'ignore':
692 self.ignore[s] = t
973 # Set up ignore variables
974 lexobj.lexstateignore = linfo.ignore
983 # Check state information for ignore and error rules
988 if not s in linfo.ignore and lexobj.lexignore:
989 errorlog.warning("No ignore rul
[all...]
H A Dcpp.py855 def parse(self,input,source=None,ignore={}):
856 self.ignore = ignore
868 if tok.type not in self.ignore: return tok
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s116 # use nested procedures, we ignore it (leaving a gap, though)
213 # use nested procedures, we ignore it (leaving a gap, though)

Completed in 28 milliseconds