HomeSort by relevance Sort by last modified time
    Searched refs:trace_seq (Results 1 - 4 of 4) sorted by null

  /external/linux-tools-perf/src/tools/lib/traceevent/
trace-seq.c 30 * a trace_seq structure after it was destroyed.
36 die("Usage of trace_seq after it was destroyed"); \
40 * trace_seq_init - initialize the trace_seq structure
41 * @s: a pointer to the trace_seq structure to initialize
43 void trace_seq_init(struct trace_seq *s)
52 * trace_seq_reset - re-initialize the trace_seq structure
53 * @s: a pointer to the trace_seq structure to reset
55 void trace_seq_reset(struct trace_seq *s)
65 * trace_seq_destroy - free up memory of a trace_seq
66 * @s: a pointer to the trace_seq to free the buffe
    [all...]
event-parse.h 30 /* ----------------------- trace_seq ----------------------- */
64 struct trace_seq { struct
71 void trace_seq_init(struct trace_seq *s);
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)
    [all...]
event-parse.c 94 process_defined_func(struct trace_seq *s, void *data, int size,
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
trace-event-parse.c 168 struct trace_seq s;

Completed in 283 milliseconds