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

  /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...]
builtin-script.c 436 event_format__print(evsel->tp_format, sample->cpu,
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evsel.h 71 struct event_format *tp_format; member in struct:perf_evsel
evsel.c 236 evsel->tp_format = event_format__new(sys, name);
237 if (evsel->tp_format == NULL)
241 attr.config = evsel->tp_format->id;
820 if (evsel->tp_format)
821 pevent_free_format(evsel->tp_format);
    [all...]
header.c     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
trace-event-perl.c 249 events[type] = event = evsel->tp_format;
295 scripting_context->pevent = evsel->tp_format->pevent;
trace-event-python.c 216 * XXX: Do we really need to cache this since now we have evsel->tp_format
223 events[type] = event = evsel->tp_format;
279 scripting_context->pevent = evsel->tp_format->pevent;

Completed in 174 milliseconds