Lines Matching refs:host
1222 struct machine *host; member
1419 trace->host = machine__new_host(); in trace__symbols_init()
1420 if (trace->host == NULL) in trace__symbols_init()
1423 err = __machine__synthesize_threads(trace->host, &trace->tool, &trace->opts.target, in trace__symbols_init()
1663 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__sys_enter()
1711 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__sys_exit()
1786 struct thread *thread = machine__findnew_thread(trace->host, in trace__sched_stat_runtime()
1836 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid); in trace__pgfault()
1849 thread__find_addr_location(thread, trace->host, cpumode, MAP__FUNCTION, in trace__pgfault()
1862 thread__find_addr_location(thread, trace->host, cpumode, MAP__VARIABLE, in trace__pgfault()
1866 thread__find_addr_location(thread, trace->host, cpumode, in trace__pgfault()
2144 trace__process_event(trace, trace->host, event, &sample); in trace__run()
2258 trace->host = &session->machines.host; in trace__replay()
2415 machine__for_each_thread(trace->host, trace__fprintf_one_thread, &data); in trace__fprintf_thread_summary()