Lines Matching refs:session
141 start_test(ktrace_session_t session, pthread_t *threads, int num_threads) in start_test() argument
149 ktrace_end(session, 0); in start_test()
286 ktrace_session_t session = ktrace_session_create(); variable
289 ret = ktrace_events_filter(session, THREAD_GROUP_FILTER, ^(__unused ktrace_event_t event){});
292 ktrace_set_completion_handler(session, ^{
295 ret = ktrace_start_writing_path(session, filepath, 0);
308 start_test(session, threads, num_workload_ids);
396 ktrace_session_t session = ktrace_session_create(); variable
399 ret = ktrace_events_filter(session, THREAD_GROUP_FILTER, ^(__unused ktrace_event_t event){});
402 ktrace_set_completion_handler(session, ^{
405 ret = ktrace_start_writing_path(session, filepath, 0);
410 start_test(session, threads, num_threads);