Searched refs:node_id (Results 1 - 3 of 3) sorted by relevance

/gem5/util/
H A Ddecode_inst_trace.py124 node_id = inst.nodeid
126 node_id = 0;
132 ascii_out.write('%-20d: (%03d/%03d) %#010x @ %#016x ' % (tick, node_id, cpu_id,
/gem5/src/mem/ruby/common/
H A DMachineID.hh41 MachineID(MachineType mach_type, NodeID node_id) argument
42 : type(mach_type), num(node_id) { }
/gem5/util/stats/
H A Dprofile.py114 node_id = long(data[0], 16)
121 nodes[node_id] = node

Completed in 6 milliseconds