Searched refs:dist (Results 1 - 20 of 20) sorted by relevance

/gem5/util/stats/
H A Dflags.py34 dist = 0x00000080 variable
H A Dinfo.py588 self.dist.display(self.name, self.desc, self.flags, self.precision)
592 self.dist.compareable(other.dist)
595 return self.dist == other.dist
598 self.dist -= other.dist
602 self.dist += other.dist
608 self.dist /
[all...]
/gem5/ext/pybind11/pybind11/
H A D__init__.py5 from distutils.dist import Distribution
25 dist = Distribution({'name': 'pybind11'})
26 dist.parse_config_files()
28 dist_cobj = dist.get_command_obj('install', create=True)
/gem5/src/base/
H A Drandom.hh86 std::uniform_int_distribution<T> dist; local
87 return dist(gen);
95 std::uniform_real_distribution<T> dist; local
96 return dist(gen);
103 std::uniform_int_distribution<T> dist(min, max);
104 return dist(gen);
/gem5/util/dist/test/
H A Dtest-2nodes-AArch64.sh42 # This is an example script to start a dist gem5 simulations using
44 # dist gem5 bootscript util/dist/test/simple_bootscript.rcS that will
55 SW_CONFIG=$GEM5_DIR/configs/dist/sw.py
58 BOOT_SCRIPT=$GEM5_DIR/util/dist/test/simple_bootscript.rcS
59 GEM5_DIST_SH=$GEM5_DIR/util/dist/gem5-dist.sh
H A Dsimple_bootscript.rcS43 # This is an example boot script to use for dist-gem5 runs. The important
53 # Retrieve dist-gem5 rank and size parameters using the 'm5' utility
54 MY_RANK=$(/sbin/m5 initparam dist-rank)
56 MY_SIZE=$(/sbin/m5 initparam dist-size)
/gem5/util/dist/
H A Dgem5-dist.sh46 # This is a wrapper script to run a dist gem5 simulations.
48 # there are some examples in the util/dist directory (e.g.
49 # see util/dist/test-2nodes-AArch64.sh)
63 # addresses - among other things (see util/dist/bootscript.rcS).
171 DEFAULT_SW_CONFIG=$M5_PATH/configs/dist/sw.py
319 --dist-size=$NNODES \
320 --dist-server-port=$SW_PORT
351 --dist \
352 --dist-rank=$n \
353 --dist
[all...]
/gem5/tests/test-progs/hello/src/
H A DMakefile.arm2 SERVER_PATH=/z/www/htdocs/dist/current/test-progs/hello/bin/arm/linux
3 FETCH_PATH=http://gem5.org/dist/current/test-progs/hello/bin/arm/linux
H A DMakefile.x862 SERVER_PATH=/z/www/htdocs/dist/current/test-progs/hello/bin/x86/linux
3 FETCH_PATH=http://gem5.org/dist/current/test-progs/hello/bin/x86/linux
/gem5/tests/test-progs/m5-exit/src/
H A DMakefile.x862 SERVER_PATH=/z/www/htdocs/dist/current/test-progs/m5-exit/bin/x86/linux
3 FETCH_PATH=http://gem5.org/dist/current/test-progs/m5-exit/bin/x86/linux
/gem5/src/mem/ruby/network/
H A DTopology.cc146 Matrix dist = shortest_path(topology_weights, component_latencies, local
154 shortest_path_to_node(i, j, topology_weights, dist);
262 Matrix dist = weights;
263 extend_shortest_path(dist, latencies, inter_switches);
264 return dist;
270 const Matrix &dist)
272 return weights[src][next] + dist[next][final] == dist[src][final];
277 const Matrix &weights, const Matrix &dist)
295 weights, dist)) {
[all...]
H A DTopology.hh91 SwitchID final, const Matrix &weights, const Matrix &dist);
94 const Matrix &weights, const Matrix &dist);
/gem5/util/systemc/gem5_within_systemc/
H A Dstats.cc98 const Stats::DistInfo *dist = dynamic_cast<Stats::DistInfo *>(stat); local
122 } else if (dist) {
123 output->visit(*dist);
/gem5/src/cpu/minor/
H A Dstats.cc90 .flags(Stats::total | Stats::pdf | Stats::dist);
/gem5/src/base/stats/
H A Dinfo.hh57 const FlagsType dist = 0x0080; member in namespace:Stats
76 /** The separator string used for vectors, dist, etc. */
/gem5/configs/example/
H A Dfs.py344 elif len(bm) == 1 and options.dist:
345 # This system is part of a dist-gem5 simulation
/gem5/src/cpu/o3/
H A Dinst_queue_impl.hh266 .flags(pdf | dist)
276 .flags(total | pdf | dist)
308 .flags(pdf | dist)
H A Dcommit_impl.hh264 .flags(total | pdf | dist)
/gem5/src/cpu/simple/
H A Dbase.cc376 .flags(total | pdf | dist)
/gem5/src/arch/arm/
H A Dtable_walker.cc2265 .flags(Stats::pdf | Stats::dist | Stats::nozero | Stats::nonan)
2272 .flags(Stats::total | Stats::pdf | Stats::dist | Stats::nozero)

Completed in 33 milliseconds