| pa_data_preprocessor.cpp | 33 int shard_ind; member in struct:TraceEvent 44 int shard_ind; member in struct:AllocationRecord 55 add_allocation(uintptr_t addr, size_t size, int shard_ind, 57 records_[addr] = {addr, size, shard_ind, alloc_index, nsecs}; 128 event.shard_ind = std::stoi(token); 204 event.shard_ind = arena_mapper.get_arena_index(sec_ptr); 254 output << "shard_ind,operation,size_or_alloc_index,nsecs,is_frequent\n"; 258 write_output_event(std::ofstream &output, int shard_ind, int operation, 260 output << shard_ind << "," << operation << "," << value << "," << nsecs 322 write_output_event(output, event.shard_ind, 0 [all...] |