Home
last modified time | relevance | path

Searched refs:tp_format (Results 1 – 7 of 7) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-trace.c363 struct event_format *tp_format; member
532 sc->arg_scnprintf = calloc(sc->tp_format->format.nr_fields - 1, sizeof(void *)); in syscall__set_arg_fmts()
536 for (field = sc->tp_format->format.fields->next; field; field = field->next) { in syscall__set_arg_fmts()
592 sc->tp_format = event_format__new("syscalls", tp_name); in trace__read_syscall_info()
594 if (sc->tp_format == NULL && sc->fmt && sc->fmt->alias) { in trace__read_syscall_info()
596 sc->tp_format = event_format__new("syscalls", tp_name); in trace__read_syscall_info()
599 if (sc->tp_format == NULL) in trace__read_syscall_info()
611 if (sc->tp_format != NULL) { in syscall__scnprintf_args()
615 for (field = sc->tp_format->format.fields->next; field; in syscall__scnprintf_args()
Dbuiltin-script.c436 event_format__print(evsel->tp_format, sample->cpu, in process_event()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
Dtrace-event-perl.c249 events[type] = event = evsel->tp_format; in find_cache_event()
295 scripting_context->pevent = evsel->tp_format->pevent; in perl_process_tracepoint()
Dtrace-event-python.c223 events[type] = event = evsel->tp_format; in find_cache_event()
279 scripting_context->pevent = evsel->tp_format->pevent; in python_process_tracepoint()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Devsel.c236 evsel->tp_format = event_format__new(sys, name); in perf_evsel__newtp()
237 if (evsel->tp_format == NULL) in perf_evsel__newtp()
241 attr.config = evsel->tp_format->id; in perf_evsel__newtp()
820 if (evsel->tp_format) in perf_evsel__delete()
821 pevent_free_format(evsel->tp_format); in perf_evsel__delete()
1742 return pevent_find_field(evsel->tp_format, name); in perf_evsel__field()
Devsel.h71 struct event_format *tp_format; member
Dheader.c2715 if (evsel->tp_format) in perf_evsel__prepare_tracepoint_event()
2734 evsel->tp_format = event; in perf_evsel__prepare_tracepoint_event()