Lines Matching defs:trace
245 struct trace *trace; member
1216 struct trace { struct
1217 struct perf_tool tool;
1218 struct {
1221 } audit;
1222 struct {
1225 } syscalls;
1226 struct record_opts opts;
1227 struct perf_evlist *evlist;
1228 struct machine *host;
1229 struct thread *current;
1230 u64 base_time;
1231 FILE *output;
1232 unsigned long nr_events;
1256 bool trace_syscalls; argument
1258 int trace_pgfaults; argument
1314 struct trace *trace) in thread__fd_path()
1361 static bool trace__filter_duration(struct trace *trace, double t) in trace__filter_duration()
1366 static size_t trace__fprintf_tstamp(struct trace *trace, u64 tstamp, FILE *fp) in trace__fprintf_tstamp()
1382 static size_t trace__fprintf_entry_head(struct trace *trace, struct thread *thread, in trace__fprintf_entry_head()
1397 static int trace__process_event(struct trace *trace, struct machine *machine, in trace__process_event()
1420 struct trace *trace = container_of(tool, struct trace, tool); in trace__tool_process() local
1424 static int trace__symbols_init(struct trace *trace, struct perf_evlist *evlist) in trace__symbols_init()
1466 static int trace__read_syscall_info(struct trace *trace, int id) in trace__read_syscall_info()
1544 unsigned char *args, struct trace *trace, in syscall__scnprintf_args()
1615 static struct syscall *trace__syscall_info(struct trace *trace, in trace__syscall_info()
1684 static int trace__printf_interrupted_entry(struct trace *trace, struct perf_sample *sample) in trace__printf_interrupted_entry()
1707 static int trace__sys_enter(struct trace *trace, struct perf_evsel *evsel, in trace__sys_enter()
1764 static int trace__sys_exit(struct trace *trace, struct perf_evsel *evsel, in trace__sys_exit()
1842 static int trace__vfs_getname(struct trace *trace, struct perf_evsel *evsel, in trace__vfs_getname()
1850 static int trace__sched_stat_runtime(struct trace *trace, struct perf_evsel *evsel, in trace__sched_stat_runtime()
1878 static int trace__event_handler(struct trace *trace, struct perf_evsel *evsel, in trace__event_handler()
1917 static int trace__pgfault(struct trace *trace, in trace__pgfault()
1974 static bool skip_sample(struct trace *trace, struct perf_sample *sample) in skip_sample()
1992 struct trace *trace = container_of(tool, struct trace, tool); in trace__process_sample() local
2011 static int parse_target_str(struct trace *trace) in parse_target_str()
2032 static int trace__record(struct trace *trace, int argc, const char **argv) in trace__record()
2132 static void trace__handle_event(struct trace *trace, union perf_event *event, struct perf_sample *s… in trace__handle_event()
2162 static int trace__run(struct trace *trace, int argc, const char **argv) in trace__run()
2347 static int trace__replay(struct trace *trace) in trace__replay()
2453 struct trace *trace, FILE *fp) in thread__dump_stats()
2500 struct trace *trace; member
2509 struct trace *trace = data->trace; in trace__fprintf_one_thread() local
2533 static size_t trace__fprintf_thread_summary(struct trace *trace, FILE *fp) in trace__fprintf_thread_summary()
2549 struct trace *trace = opt->value; in trace__set_duration() local
2560 struct trace *trace = opt->value; in trace__set_filter_pids() local
2587 static int trace__open_output(struct trace *trace, const char *filename) in trace__open_output()
2638 struct trace trace = { in cmd_trace() local