Searched defs:print_fmt (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.c2921 event->print_fmt.format = token;
2922 event->print_fmt.args = NULL;
2934 if (asprintf(&cat, "%s%s", event->print_fmt.format, token) < 0)
2937 free_token(event->print_fmt.format);
2938 event->print_fmt.format = NULL;
2948 ret = event_read_print_args(event, &event->print_fmt.args);
4045 struct print_fmt *print_fmt = &event->print_fmt; local
4046 struct print_arg *arg = print_fmt
[all...]
H A Devent-parse.h287 struct print_fmt { struct
298 struct print_fmt print_fmt; member in struct:event_format

Completed in 109 milliseconds