HomeSort by relevance Sort by last modified time
    Searched defs:tp_format (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evsel.h 71 struct event_format *tp_format; member in struct:perf_evsel
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 363 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;
    [all...]

Completed in 167 milliseconds