Home
last modified time | relevance | path

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

/tools/perf/util/
Dtrace-event.c74 tp_format(const char *sys, const char *name) in tp_format() function
105 return tp_format(sys, name); in trace_event__tp_format()
Ddata-convert-bt.c341 struct format_field *common_fields = evsel->tp_format->format.common_fields; in add_tracepoint_values()
342 struct format_field *fields = evsel->tp_format->format.fields; in add_tracepoint_values()
735 struct format_field *common_fields = evsel->tp_format->format.common_fields; in add_tracepoint_types()
736 struct format_field *fields = evsel->tp_format->format.fields; in add_tracepoint_types()
Devsel.h94 struct event_format *tp_format; member
Devsel.c250 evsel->tp_format = trace_event__tp_format(sys, name); in perf_evsel__newtp_idx()
251 if (IS_ERR(evsel->tp_format)) { in perf_evsel__newtp_idx()
252 err = PTR_ERR(evsel->tp_format); in perf_evsel__newtp_idx()
257 attr.config = evsel->tp_format->id; in perf_evsel__newtp_idx()
2154 return pevent_find_field(evsel->tp_format, name); in perf_evsel__field()
Dheader.c2523 if (evsel->tp_format) in perf_evsel__prepare_tracepoint_event()
2542 evsel->tp_format = event; in perf_evsel__prepare_tracepoint_event()
/tools/perf/util/scripting-engines/
Dtrace-event-perl.c252 struct event_format *event = evsel->tp_format; in perl_process_tracepoint()
282 scripting_context->pevent = evsel->tp_format->pevent; in perl_process_tracepoint()
Dtrace-event-python.c387 struct event_format *event = evsel->tp_format; in python_process_tracepoint()
424 scripting_context->pevent = evsel->tp_format->pevent; in python_process_tracepoint()
/tools/perf/
Dbuiltin-trace.c1312 struct event_format *tp_format; member
1720 sc->tp_format = trace_event__tp_format("syscalls", tp_name); in trace__read_syscall_info()
1722 if (IS_ERR(sc->tp_format) && sc->fmt && sc->fmt->alias) { in trace__read_syscall_info()
1724 sc->tp_format = trace_event__tp_format("syscalls", tp_name); in trace__read_syscall_info()
1727 if (IS_ERR(sc->tp_format)) in trace__read_syscall_info()
1730 sc->args = sc->tp_format->format.fields; in trace__read_syscall_info()
1731 sc->nr_args = sc->tp_format->format.nr_fields; in trace__read_syscall_info()
2197 if (evsel->tp_format) { in trace__event_handler()
2198 event_format__fprintf(evsel->tp_format, sample->cpu, in trace__event_handler()
Dbuiltin-kmem.c729 pevent_event_info(&seq, evsel->tp_format, &record); in parse_gfp_flags()
1934 kmem_page_size = pevent_get_page_size(evsel->tp_format->pevent); in cmd_kmem()
Dbuiltin-script.c619 event_format__print(evsel->tp_format, sample->cpu, in process_event()