Lines Matching defs:map
343 static void comm_init(struct perf_thread_map *map, int i)
345 pid_t pid = perf_thread_map__pid(map, i);
350 map->map[i].comm = strdup("dummy");
361 map->map[i].comm = comm;
381 threads->map[i].comm = strndup(event->entries[i].comm, 16);
403 if (threads->map[i].pid == pid)
423 zfree(&threads->map[idx].comm);
426 threads->map[i] = threads->map[i + 1];