| /linux/tools/perf/util/ |
| H A D | evsel_fprintf.c | 84 const struct tep_event *tp_format; in evsel__fprintf() local 91 tp_format = evsel__tp_format(evsel); in evsel__fprintf() 92 field = tp_format ? tp_format->format.fields : NULL; in evsel__fprintf()
|
| H A D | trace-event-scripting.c | 111 const struct tep_event *tp_format = evsel__tp_format(evsel); in scripting_context__update() local 113 c->pevent = tp_format ? tp_format->tep : NULL; in scripting_context__update()
|
| H A D | data-convert-json.c | 248 struct tep_event *tp_format = evsel__tp_format(evsel); in process_sample_event() local 249 struct tep_format_field **fields = tp_format ? tep_event_fields(tp_format) : NULL; in process_sample_event()
|
| H A D | data-convert-bt.c | 436 const struct tep_event *tp_format = evsel__tp_format(evsel); in add_tracepoint_values() local 437 struct tep_format_field *common_fields = tp_format->format.common_fields; in add_tracepoint_values() 438 struct tep_format_field *fields = tp_format->format.fields; in add_tracepoint_values() 1080 const struct tep_event *tp_format = evsel__tp_format(evsel); in add_tracepoint_types() local 1081 struct tep_format_field *common_fields = tp_format ? tp_format->format.common_fields : NULL; in add_tracepoint_types() 1082 struct tep_format_field *fields = tp_format ? tp_format->format.fields : NULL; in add_tracepoint_types()
|
| H A D | evsel.c | 538 evsel->tp_format = orig->tp_format; in evsel__clone() 636 struct tep_event *tp_format = evsel->tp_format; in evsel__tp_format() local 638 if (tp_format) in evsel__tp_format() 639 return tp_format; in evsel__tp_format() 645 tp_format = trace_event__tp_format_id(evsel->core.attr.config); in evsel__tp_format() 647 tp_format = trace_event__tp_format(evsel->tp_sys, evsel->tp_name); in evsel__tp_format() 649 if (IS_ERR(tp_format)) { in evsel__tp_format() 650 int err = -PTR_ERR(evsel->tp_format); in evsel__tp_format() 3663 struct tep_event *tp_format = evsel__tp_format(evsel); evsel__field() local 3670 struct tep_event *tp_format = evsel__tp_format(evsel); evsel__common_field() local [all...] |
| H A D | sort.c | 1230 struct tep_event *tp_format; in hist_entry__dso_to_filter() 1235 tp_format = evsel__tp_format(evsel); 1236 if (tp_format) { in sort__sym_from_cmp() 1238 tep_print_fields(&seq, he->raw_data, he->raw_size, tp_format); in sort__sym_from_cmp() 1240 tep_print_event(tp_format->tep, &seq, &rec, "%s", TEP_PRINT_INFO); in sort__sym_from_cmp() 3533 struct tep_event *tp_format = evsel__tp_format(evsel); in add_dynamic_entry() 3534 struct tep_format_field *field = tp_format ? tp_format->format.fields : NULL; in add_dynamic_entry() 3569 struct tep_event *tp_format; in __sort_dimension__update() 3575 tp_format in __sort_dimension__update() 1110 struct tep_event *tp_format; get_trace_output() local 3398 struct tep_event *tp_format = evsel__tp_format(evsel); add_evsel_fields() local 3434 struct tep_event *tp_format; add_all_matching_fields() local 3526 struct tep_event *tp_format = evsel__tp_format(evsel); add_dynamic_entry() local [all...] |
| H A D | evsel.h | 65 struct tep_event *tp_format; member
|
| H A D | python.c | 343 struct tep_event *tp_format = evsel__tp_format(evsel); in get_tracepoint_field() local 346 if (IS_ERR_OR_NULL(tp_format)) in get_tracepoint_field() 359 field = tep_find_any_field(tp_format, str); in get_tracepoint_field()
|
| H A D | header.c | 4799 if (evsel->tp_format) in perf_event__process_event_update() 4820 evsel->tp_format = event; in perf_event__process_event_update()
|
| /linux/tools/perf/ |
| H A D | builtin-trace.c | 405 const struct tep_event *tp_format = evsel__tp_format(evsel); in evsel__syscall_arg_fmt() 407 if (tp_format == NULL) in evsel__syscall_arg_fmt() 410 et->fmt = calloc(tp_format->format.nr_fields, sizeof(struct syscall_arg_fmt)); in evsel__syscall_arg_fmt() 1471 struct tep_event *tp_format; 2187 sc->tp_format = trace_event__tp_format("syscalls", tp_name); in syscall__read_info() 2189 if (IS_ERR(sc->tp_format) && sc->fmt && sc->fmt->alias) { in syscall__read_info() 2191 sc->tp_format = trace_event__tp_format("syscalls", tp_name); in syscall__read_info() 2198 if (IS_ERR(sc->tp_format)) { in syscall__read_info() 2200 err = PTR_ERR(sc->tp_format); in syscall__read_info() 2201 sc->tp_format in syscall__read_info() 406 const struct tep_event *tp_format = evsel__tp_format(evsel); evsel__syscall_arg_fmt() local 1472 struct tep_event *tp_format; global() member 2242 const struct tep_event *tp_format = evsel__tp_format(evsel); evsel__init_tp_arg_scnprintf() local 3189 const struct tep_event *tp_format = evsel__tp_format(evsel); trace__fprintf_tp_fields() local 3312 const struct tep_event *tp_format = evsel__tp_format(evsel); trace__event_handler() local 4236 const struct tep_event *tp_format; evsel__find_syscall_arg_fmt_by_name() local 5101 const struct tep_event *tp_format = evsel__tp_format(evsel); evsel__set_syscall_arg_fmt() local 5122 const struct tep_event *tp_format; evlist__set_syscall_tp_fields() local [all...] |
| H A D | builtin-kmem.c | 764 const struct tep_event *tp_format; in parse_gfp_flags() local 776 tp_format = evsel__tp_format(evsel); in parse_gfp_flags() 777 if (tp_format) in parse_gfp_flags() 778 tep_print_event(tp_format->tep, &seq, &record, "%s", TEP_PRINT_INFO); in parse_gfp_flags() 2017 const struct tep_event *tp_format = evsel ? evsel__tp_format(evsel) : NULL; in cmd_kmem() local 2019 if (tp_format == NULL) { in cmd_kmem() 2023 kmem_page_size = tep_get_page_size(tp_format->tep); in cmd_kmem()
|
| H A D | builtin-kwork.c | 1107 const struct tep_event *tp_format = evsel__tp_format(evsel); in evsel__softirq_name() local 1108 struct tep_print_arg *args = tp_format ? tp_format->print_fmt.args : NULL; in evsel__softirq_name()
|
| H A D | builtin-script.c | 2463 const struct tep_event *tp_format = evsel__tp_format(evsel); in process_event() 2465 if (tp_format) { in process_event() 2466 event_format__fprintf(tp_format, sample->cpu, in process_event() 2459 const struct tep_event *tp_format = evsel__tp_format(evsel); process_event() local
|