Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsynthetic-events.c904 pthread_t *synthesize_threads = NULL; in perf_event__synthesize_threads() local
936 synthesize_threads = calloc(sizeof(pthread_t), thread_nr); in perf_event__synthesize_threads()
937 if (synthesize_threads == NULL) in perf_event__synthesize_threads()
965 if (pthread_create(&synthesize_threads[i], NULL, in perf_event__synthesize_threads()
972 pthread_join(synthesize_threads[i], NULL); in perf_event__synthesize_threads()
975 free(synthesize_threads); in perf_event__synthesize_threads()