Lines Matching defs:trace
276 struct trace *trace; member
1400 struct trace { struct
1401 struct perf_tool tool;
1402 struct {
1405 } audit;
1406 struct {
1413 } syscalls;
1414 struct record_opts opts;
1415 struct perf_evlist *evlist;
1416 struct machine *host;
1417 struct thread *current;
1418 u64 base_time;
1419 FILE *output;
1420 unsigned long nr_events;
1421 struct strlist *ev_qualifier;
1422 struct {
1447 bool trace_syscalls; argument
1450 int trace_pgfaults; argument
1506 struct trace *trace) in thread__fd_path()
1574 static bool trace__filter_duration(struct trace *trace, double t) in trace__filter_duration()
1579 static size_t trace__fprintf_tstamp(struct trace *trace, u64 tstamp, FILE *fp) in trace__fprintf_tstamp()
1595 static size_t trace__fprintf_entry_head(struct trace *trace, struct thread *thread, in trace__fprintf_entry_head()
1610 static int trace__process_event(struct trace *trace, struct machine *machine, in trace__process_event()
1633 struct trace *trace = container_of(tool, struct trace, tool); in trace__tool_process() local
1637 static int trace__symbols_init(struct trace *trace, struct perf_evlist *evlist) in trace__symbols_init()
1683 static int trace__read_syscall_info(struct trace *trace, int id) in trace__read_syscall_info()
1738 static int trace__validate_ev_qualifier(struct trace *trace) in trace__validate_ev_qualifier()
1794 unsigned char *args, struct trace *trace, in syscall__scnprintf_args()
1865 static struct syscall *trace__syscall_info(struct trace *trace, in trace__syscall_info()
1934 static int trace__printf_interrupted_entry(struct trace *trace, struct perf_sample *sample) in trace__printf_interrupted_entry()
1957 static int trace__sys_enter(struct trace *trace, struct perf_evsel *evsel, in trace__sys_enter()
2016 static int trace__sys_exit(struct trace *trace, struct perf_evsel *evsel, in trace__sys_exit()
2093 static int trace__vfs_getname(struct trace *trace, struct perf_evsel *evsel, in trace__vfs_getname()
2150 static int trace__sched_stat_runtime(struct trace *trace, struct perf_evsel *evsel, in trace__sched_stat_runtime()
2180 static int trace__event_handler(struct trace *trace, struct perf_evsel *evsel, in trace__event_handler()
2219 static int trace__pgfault(struct trace *trace, in trace__pgfault()
2280 static bool skip_sample(struct trace *trace, struct perf_sample *sample) in skip_sample()
2298 struct trace *trace = container_of(tool, struct trace, tool); in trace__process_sample() local
2317 static int parse_target_str(struct trace *trace) in parse_target_str()
2338 static int trace__record(struct trace *trace, int argc, const char **argv) in trace__record()
2440 static void trace__handle_event(struct trace *trace, union perf_event *event, struct perf_sample *s… in trace__handle_event()
2470 static int trace__add_syscall_newtp(struct trace *trace) in trace__add_syscall_newtp()
2507 static int trace__set_ev_qualifier_filter(struct trace *trace) in trace__set_ev_qualifier_filter()
2528 static int trace__run(struct trace *trace, int argc, const char **argv) in trace__run()
2734 static int trace__replay(struct trace *trace) in trace__replay()
2840 struct trace *trace, FILE *fp) in thread__dump_stats()
2887 struct trace *trace; member
2896 struct trace *trace = data->trace; in trace__fprintf_one_thread() local
2920 static size_t trace__fprintf_thread_summary(struct trace *trace, FILE *fp) in trace__fprintf_thread_summary()
2936 struct trace *trace = opt->value; in trace__set_duration() local
2947 struct trace *trace = opt->value; in trace__set_filter_pids() local
2974 static int trace__open_output(struct trace *trace, const char *filename) in trace__open_output()
3025 struct trace trace = { in cmd_trace() local