Lines Matching defs:trace
242 struct trace *trace; member
1211 struct trace { struct
1212 struct perf_tool tool;
1213 struct {
1216 } audit;
1217 struct {
1220 } syscalls;
1221 struct record_opts opts;
1245 bool trace_syscalls; argument
1246 int trace_pgfaults; argument
1302 struct trace *trace) in thread__fd_path()
1349 static bool trace__filter_duration(struct trace *trace, double t) in trace__filter_duration()
1354 static size_t trace__fprintf_tstamp(struct trace *trace, u64 tstamp, FILE *fp) in trace__fprintf_tstamp()
1370 static size_t trace__fprintf_entry_head(struct trace *trace, struct thread *thread, in trace__fprintf_entry_head()
1385 static int trace__process_event(struct trace *trace, struct machine *machine, in trace__process_event()
1408 struct trace *trace = container_of(tool, struct trace, tool); in trace__tool_process() local
1412 static int trace__symbols_init(struct trace *trace, struct perf_evlist *evlist) in trace__symbols_init()
1454 static int trace__read_syscall_info(struct trace *trace, int id) in trace__read_syscall_info()
1515 unsigned long *args, struct trace *trace, in syscall__scnprintf_args()
1576 static struct syscall *trace__syscall_info(struct trace *trace, in trace__syscall_info()
1645 static int trace__sys_enter(struct trace *trace, struct perf_evsel *evsel, in trace__sys_enter()
1694 static int trace__sys_exit(struct trace *trace, struct perf_evsel *evsel, in trace__sys_exit()
1772 static int trace__vfs_getname(struct trace *trace, struct perf_evsel *evsel, in trace__vfs_getname()
1780 static int trace__sched_stat_runtime(struct trace *trace, struct perf_evsel *evsel, in trace__sched_stat_runtime()
1825 static int trace__pgfault(struct trace *trace, in trace__pgfault()
1882 static bool skip_sample(struct trace *trace, struct perf_sample *sample) in skip_sample()
1900 struct trace *trace = container_of(tool, struct trace, tool); in trace__process_sample() local
1919 static int parse_target_str(struct trace *trace) in parse_target_str()
1940 static int trace__record(struct trace *trace, int argc, const char **argv) in trace__record()
2040 static int trace__run(struct trace *trace, int argc, const char **argv) in trace__run()
2222 static int trace__replay(struct trace *trace) in trace__replay()
2327 struct trace *trace, FILE *fp) in thread__dump_stats()
2374 struct trace *trace; member
2383 struct trace *trace = data->trace; in trace__fprintf_one_thread() local
2407 static size_t trace__fprintf_thread_summary(struct trace *trace, FILE *fp) in trace__fprintf_thread_summary()
2423 struct trace *trace = opt->value; in trace__set_duration() local
2429 static int trace__open_output(struct trace *trace, const char *filename) in trace__open_output()
2472 struct trace trace = { in cmd_trace() local