HomeSort by: relevance | last modified time | path
    Searched refs:shard_ind (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc/dist/test/stress/pa/
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...]
pa_microbench.c 22 * 1. Reads CSV input file with format: shard_ind,operation,size_or_alloc_index,is_frequent
35 int shard_ind; member in struct:__anon60
45 int shard_ind; member in struct:__anon61
263 /* Expected format: shard_ind,operation,size_or_alloc_index,is_frequent */
265 int fields = sscanf(line, "%d,%d,%zu,%lu,%d", &event->shard_ind,
315 if ((*events)[count].shard_ind > *max_shard_id) {
316 *max_shard_id = (*events)[count].shard_ind;
421 if (event->shard_ind >= num_shards) {
424 event->shard_ind, num_shards - 1);
443 &g_shard_infra[event->shard_ind].pa_shard, size
532 int shard_ind = g_alloc_records[i].shard_ind; local
    [all...]

Completed in 15 milliseconds