Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dtrace-event.c75 tp_format(const char *sys, const char *name) in tp_format() function
110 return tp_format(sys, name); in trace_event__tp_format()
A Dtrace-event-scripting.c29 if (evsel->tp_format) in scripting_context__update()
30 c->pevent = evsel->tp_format->tep; in scripting_context__update()
A Dpython.c460 if (!evsel->tp_format) { in get_tracepoint_field()
461 struct tep_event *tp_format; in get_tracepoint_field() local
463 tp_format = trace_event__tp_format_id(evsel->core.attr.config); in get_tracepoint_field()
464 if (IS_ERR_OR_NULL(tp_format)) in get_tracepoint_field()
467 evsel->tp_format = tp_format; in get_tracepoint_field()
470 field = tep_find_any_field(evsel->tp_format, str); in get_tracepoint_field()
1316 struct tep_event *tp_format; in pyrf__tracepoint() local
1325 tp_format = trace_event__tp_format(sys, name); in pyrf__tracepoint()
1326 if (IS_ERR(tp_format)) in pyrf__tracepoint()
1329 return _PyLong_FromLong(tp_format->id); in pyrf__tracepoint()
A Ddata-convert-bt.c423 struct tep_format_field *common_fields = evsel->tp_format->format.common_fields; in add_tracepoint_values()
424 struct tep_format_field *fields = evsel->tp_format->format.fields; in add_tracepoint_values()
1061 struct tep_format_field *common_fields = evsel->tp_format->format.common_fields; in add_tracepoint_types()
1062 struct tep_format_field *fields = evsel->tp_format->format.fields; in add_tracepoint_types()
A Devsel_fprintf.c85 field = evsel->tp_format->format.fields; in evsel__fprintf()
A Devsel.c412 evsel->tp_format = orig->tp_format; in evsel__clone()
468 evsel->tp_format = trace_event__tp_format(sys, name); in evsel__newtp_idx()
469 if (IS_ERR(evsel->tp_format)) { in evsel__newtp_idx()
470 err = PTR_ERR(evsel->tp_format); in evsel__newtp_idx()
475 attr.config = evsel->tp_format->id; in evsel__newtp_idx()
2693 return tep_find_field(evsel->tp_format, name); in evsel__field()
A Devsel.h66 struct tep_event *tp_format; member
A Dsort.c760 evsel->tp_format); in get_trace_output()
762 tep_print_event(evsel->tp_format->tep, in get_trace_output()
2563 field = evsel->tp_format->format.fields; in add_evsel_fields()
2602 field = tep_find_any_field(evsel->tp_format, field_name); in add_all_matching_fields()
2669 field = tep_find_any_field(evsel->tp_format, field_name); in add_dynamic_entry()
A Dheader.c3962 if (evsel->tp_format) in evsel__prepare_tracepoint_event()
3983 evsel->tp_format = event; in evsel__prepare_tracepoint_event()
/linux/tools/perf/
A Dbuiltin-trace.c1208 struct tep_event *tp_format; member
1807 if (syscall__alloc_arg_fmts(sc, IS_ERR(sc->tp_format) ? 6 : sc->tp_format->format.nr_fields)) in trace__read_syscall_info()
1810 if (IS_ERR(sc->tp_format)) in trace__read_syscall_info()
1811 return PTR_ERR(sc->tp_format); in trace__read_syscall_info()
1813 sc->args = sc->tp_format->format.fields; in trace__read_syscall_info()
2056 } else if (IS_ERR(sc->tp_format)) { in syscall__scnprintf_args()
2825 } else if (evsel->tp_format) {
3121 if (!et || !evsel->tp_format || strcmp(evsel->tp_format->system, "syscalls"))
3792 if (evsel->tp_format == NULL || fmt == NULL)
4551 if (evsel->priv || !evsel->tp_format)
[all …]
A Dbuiltin-kmem.c753 tep_print_event(evsel->tp_format->tep, in parse_gfp_flags()
1977 kmem_page_size = tep_get_page_size(evsel->tp_format->tep); in cmd_kmem()
A Dbuiltin-script.c2033 event_format__fprintf(evsel->tp_format, sample->cpu, in process_event()
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-perl.c343 struct tep_event *event = evsel->tp_format; in perl_process_tracepoint()
A Dtrace-event-python.c862 struct tep_event *event = evsel->tp_format; in python_process_tracepoint()

Completed in 122 milliseconds