synthesize_threads 726 tools/perf/util/synthetic-events.c pthread_t *synthesize_threads = NULL; synthesize_threads 758 tools/perf/util/synthetic-events.c synthesize_threads = calloc(sizeof(pthread_t), thread_nr); synthesize_threads 759 tools/perf/util/synthetic-events.c if (synthesize_threads == NULL) synthesize_threads 787 tools/perf/util/synthetic-events.c if (pthread_create(&synthesize_threads[i], NULL, synthesize_threads 794 tools/perf/util/synthetic-events.c pthread_join(synthesize_threads[i], NULL); synthesize_threads 797 tools/perf/util/synthetic-events.c free(synthesize_threads);