Lines Matching defs:trace

422 struct trace {  struct
444 static bool trace__filter_duration(struct trace *trace, double t) in trace__filter_duration()
449 static size_t trace__fprintf_tstamp(struct trace *trace, u64 tstamp, FILE *fp) in trace__fprintf_tstamp()
463 static size_t trace__fprintf_entry_head(struct trace *trace, struct thread *thread, in trace__fprintf_entry_head()
475 static int trace__process_event(struct trace *trace, struct machine *machine, in trace__process_event()
498 struct trace *trace = container_of(tool, struct trace, tool); in trace__tool_process() local
502 static int trace__symbols_init(struct trace *trace, struct perf_evlist *evlist) in trace__symbols_init()
547 static int trace__read_syscall_info(struct trace *trace, int id) in trace__read_syscall_info()
646 static struct syscall *trace__syscall_info(struct trace *trace, in trace__syscall_info()
691 static int trace__sys_enter(struct trace *trace, struct perf_evsel *evsel, in trace__sys_enter()
744 static int trace__sys_exit(struct trace *trace, struct perf_evsel *evsel, in trace__sys_exit()
811 static int trace__sched_stat_runtime(struct trace *trace, struct perf_evsel *evsel, in trace__sched_stat_runtime()
838 static bool skip_sample(struct trace *trace, struct perf_sample *sample) in skip_sample()
856 struct trace *trace = container_of(tool, struct trace, tool); in trace__process_sample() local
883 static int parse_target_str(struct trace *trace) in parse_target_str()
904 static int trace__run(struct trace *trace, int argc, const char **argv) in trace__run()
1048 static int trace__replay(struct trace *trace) in trace__replay()
1124 static size_t trace__fprintf_thread_summary(struct trace *trace, FILE *fp) in trace__fprintf_thread_summary()
1160 struct trace *trace = opt->value; in trace__set_duration() local
1166 static int trace__open_output(struct trace *trace, const char *filename) in trace__open_output()
1190 struct trace trace = { in cmd_trace() local