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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devsel.h71 struct event_format *tp_format; member in struct:perf_evsel
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-trace.c363 struct event_format *tp_format; member in struct:syscall
532 sc->arg_scnprintf = calloc(sc->tp_format->format.nr_fields - 1, sizeof(void *));
536 for (field = sc->tp_format->format.fields->next; field; field = field->next) {
592 sc->tp_format = event_format__new("syscalls", tp_name);
594 if (sc->tp_format == NULL && sc->fmt && sc->fmt->alias) {
596 sc->tp_format = event_format__new("syscalls", tp_name);
599 if (sc->tp_format == NULL)
611 if (sc->tp_format != NULL) {
615 for (field = sc->tp_format->format.fields->next; field;

Completed in 79 milliseconds