Lines Matching refs:perf_sample
113 u64 (*integer)(struct tp_field *field, struct perf_sample *sample);
114 void *(*pointer)(struct tp_field *field, struct perf_sample *sample);
119 static u64 tp_field__u##bits(struct tp_field *field, struct perf_sample *sample) \
132 static u64 tp_field__swapped_u##bits(struct tp_field *field, struct perf_sample *sample) \
169 static void *tp_field__ptr(struct tp_field *field, struct perf_sample *sample) in tp_field__ptr()
1611 union perf_event *event, struct perf_sample *sample) in trace__process_event()
1630 struct perf_sample *sample, in trace__tool_process()
1863 struct perf_sample *sample);
1909 int id, struct perf_sample *sample) in thread__update_stats()
1934 static int trace__printf_interrupted_entry(struct trace *trace, struct perf_sample *sample) in trace__printf_interrupted_entry()
1959 struct perf_sample *sample) in trace__sys_enter()
2018 struct perf_sample *sample) in trace__sys_exit()
2095 struct perf_sample *sample) in trace__vfs_getname()
2152 struct perf_sample *sample) in trace__sched_stat_runtime()
2182 struct perf_sample *sample) in trace__event_handler()
2202 static void print_location(FILE *f, struct perf_sample *sample, in print_location()
2222 struct perf_sample *sample) in trace__pgfault()
2280 static bool skip_sample(struct trace *trace, struct perf_sample *sample) in skip_sample()
2294 struct perf_sample *sample, in trace__process_sample()
2440 static void trace__handle_event(struct trace *trace, union perf_event *event, struct perf_sample *s… in trace__handle_event()
2636 struct perf_sample sample; in trace__run()