itrace_start      681 tools/perf/builtin-inject.c 		inject->tool.itrace_start   = perf_event__drop_aux,
itrace_start      756 tools/perf/builtin-inject.c 			.itrace_start	= perf_event__repipe,
itrace_start      373 tools/perf/lib/include/perf/event.h 	struct perf_record_itrace_start		itrace_start;
itrace_start     2202 tools/perf/util/cs-etm.c 				     event->itrace_start.pid,
itrace_start     2203 tools/perf/util/cs-etm.c 				     event->itrace_start.tid);
itrace_start      363 tools/perf/util/event.c 		       event->itrace_start.pid, event->itrace_start.tid);
itrace_start     2514 tools/perf/util/intel-pt.c 		     sample->cpu, event->itrace_start.pid,
itrace_start     2515 tools/perf/util/intel-pt.c 		     event->itrace_start.tid, sample->time,
itrace_start     2519 tools/perf/util/intel-pt.c 					event->itrace_start.pid,
itrace_start     2520 tools/perf/util/intel-pt.c 					event->itrace_start.tid);
itrace_start      480 tools/perf/util/session.c 	if (tool->itrace_start == NULL)
itrace_start      481 tools/perf/util/session.c 		tool->itrace_start = perf_event__process_itrace_start;
itrace_start      637 tools/perf/util/session.c 	event->itrace_start.pid	 = bswap_32(event->itrace_start.pid);
itrace_start      638 tools/perf/util/session.c 	event->itrace_start.tid	 = bswap_32(event->itrace_start.tid);
itrace_start      641 tools/perf/util/session.c 		swap_sample_id_all(event, &event->itrace_start + 1);
itrace_start     1460 tools/perf/util/session.c 		return tool->itrace_start(tool, event, sample, machine);
itrace_start       54 tools/perf/util/tool.h 			itrace_start,