Home
last modified time | relevance | path

Searched refs:synthesize_threads (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
A Dsynthetic-events.c976 pthread_t *synthesize_threads = NULL; in perf_event__synthesize_threads() local
1009 synthesize_threads = calloc(sizeof(pthread_t), thread_nr); in perf_event__synthesize_threads()
1010 if (synthesize_threads == NULL) in perf_event__synthesize_threads()
1039 if (pthread_create(&synthesize_threads[i], NULL, in perf_event__synthesize_threads()
1046 pthread_join(synthesize_threads[i], NULL); in perf_event__synthesize_threads()
1049 free(synthesize_threads); in perf_event__synthesize_threads()

Completed in 7 milliseconds