Home
last modified time | relevance | path

Searched refs:trace_seq (Results 1 – 4 of 4) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
Dtrace-seq.c43 void trace_seq_init(struct trace_seq *s) in trace_seq_init()
55 void trace_seq_reset(struct trace_seq *s) in trace_seq_reset()
70 void trace_seq_destroy(struct trace_seq *s) in trace_seq_destroy()
79 static void expand_buffer(struct trace_seq *s) in expand_buffer()
102 trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf()
139 trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args) in trace_seq_vprintf()
171 int trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts()
188 int trace_seq_putc(struct trace_seq *s, unsigned char c) in trace_seq_putc()
200 void trace_seq_terminate(struct trace_seq *s) in trace_seq_terminate()
208 int trace_seq_do_printf(struct trace_seq *s) in trace_seq_do_printf()
Devent-parse.h64 struct trace_seq { struct
71 void trace_seq_init(struct trace_seq *s); argument
72 void trace_seq_reset(struct trace_seq *s);
73 void trace_seq_destroy(struct trace_seq *s);
75 extern int trace_seq_printf(struct trace_seq *s, const char *fmt, ...)
77 extern int trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args)
80 extern int trace_seq_puts(struct trace_seq *s, const char *str);
81 extern int trace_seq_putc(struct trace_seq *s, unsigned char c);
83 extern void trace_seq_terminate(struct trace_seq *s);
85 extern int trace_seq_do_printf(struct trace_seq *s);
[all …]
Devent-parse.c94 process_defined_func(struct trace_seq *s, void *data, int size,
3268 struct trace_seq s; in eval_num_arg()
3475 static void print_str_to_seq(struct trace_seq *s, const char *format, in print_str_to_seq()
3484 static void print_str_arg(struct trace_seq *s, void *data, int size, in print_str_arg()
3633 process_defined_func(struct trace_seq *s, void *data, int size, in process_defined_func()
3641 struct trace_seq str; in process_defined_func()
3925 static void print_mac_arg(struct trace_seq *s, int mac, void *data, int size, in print_mac_arg()
3971 static void print_event_fields(struct trace_seq *s, void *data, in print_event_fields()
4042 static void pretty_print(struct trace_seq *s, void *data, int size, struct event_format *event) in pretty_print()
4293 struct trace_seq *s, struct pevent_record *record) in pevent_data_lat_fmt()
[all …]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dtrace-event-parse.c168 struct trace_seq s; in event_format__print()