Searched refs:tp_format (Results 1 – 14 of 14) sorted by relevance
| /tools/perf/util/ |
| A D | trace-event.c | 74 tp_format(const char *sys, const char *name) in tp_format() function 109 return tp_format(sys, name); in trace_event__tp_format()
|
| 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()
|
| A D | trace-event-scripting.c | 112 const struct tep_event *tp_format = evsel__tp_format(evsel); in scripting_context__update() local 114 c->pevent = tp_format ? tp_format->tep : NULL; in scripting_context__update()
|
| A D | data-convert-json.c | 233 struct tep_event *tp_format = evsel__tp_format(evsel); in process_sample_event() local 234 struct tep_format_field **fields = tp_format ? tep_event_fields(tp_format) : NULL; in process_sample_event()
|
| A D | data-convert-bt.c | 429 const struct tep_event *tp_format = evsel__tp_format(evsel); in add_tracepoint_values() local 430 struct tep_format_field *common_fields = tp_format->format.common_fields; in add_tracepoint_values() 431 struct tep_format_field *fields = tp_format->format.fields; in add_tracepoint_values() 1068 const struct tep_event *tp_format = evsel__tp_format(evsel); in add_tracepoint_types() local 1069 struct tep_format_field *common_fields = tp_format ? tp_format->format.common_fields : NULL; in add_tracepoint_types() 1070 struct tep_format_field *fields = tp_format ? tp_format->format.fields : NULL; in add_tracepoint_types()
|
| A D | evsel.c | 537 evsel->tp_format = orig->tp_format; in evsel__clone() 634 struct tep_event *tp_format = evsel->tp_format; in evsel__tp_format() local 636 if (tp_format) in evsel__tp_format() 637 return tp_format; in evsel__tp_format() 647 if (IS_ERR(tp_format)) { in evsel__tp_format() 648 int err = -PTR_ERR(evsel->tp_format); in evsel__tp_format() 654 evsel->tp_format = tp_format; in evsel__tp_format() 655 return evsel->tp_format; in evsel__tp_format() 3412 struct tep_event *tp_format = evsel__tp_format(evsel); in evsel__field() local 3414 return tp_format ? tep_find_field(tp_format, name) : NULL; in evsel__field() [all …]
|
| A D | python.c | 341 struct tep_event *tp_format = evsel__tp_format(evsel); in get_tracepoint_field() local 344 if (IS_ERR_OR_NULL(tp_format)) in get_tracepoint_field() 357 field = tep_find_any_field(tp_format, str); in get_tracepoint_field() 1552 struct tep_event *tp_format; in pyrf__tracepoint() 1561 tp_format = trace_event__tp_format(sys, name); in pyrf__tracepoint() 1562 if (IS_ERR(tp_format)) in pyrf__tracepoint() 1565 return PyLong_FromLong(tp_format->id); in pyrf__tracepoint()
|
| A D | sort.c | 1110 struct tep_event *tp_format; in get_trace_output() local 1115 tp_format = evsel__tp_format(evsel); in get_trace_output() 1116 if (tp_format) { in get_trace_output() 3391 struct tep_event *tp_format = evsel__tp_format(evsel); in add_evsel_fields() local 3392 struct tep_format_field *field = tp_format ? tp_format->format.fields : NULL; in add_evsel_fields() 3427 struct tep_event *tp_format; in add_all_matching_fields() local 3433 tp_format = evsel__tp_format(evsel); in add_all_matching_fields() 3434 if (tp_format == NULL) in add_all_matching_fields() 3437 field = tep_find_any_field(tp_format, field_name); in add_all_matching_fields() 3519 struct tep_event *tp_format = evsel__tp_format(evsel); in add_dynamic_entry() local [all …]
|
| A D | evsel.h | 65 struct tep_event *tp_format; member
|
| A D | header.c | 4197 if (evsel->tp_format) in evsel__prepare_tracepoint_event() 4218 evsel->tp_format = event; in evsel__prepare_tracepoint_event()
|
| /tools/perf/ |
| A D | builtin-trace.c | 407 if (tp_format == NULL) in evsel__syscall_arg_fmt() 1471 struct tep_event *tp_format; member 2176 if (IS_ERR(sc->tp_format)) { in syscall__read_info() 2178 err = PTR_ERR(sc->tp_format); in syscall__read_info() 2179 sc->tp_format = NULL; in syscall__read_info() 2220 if (tp_format) { in evsel__init_tp_arg_scnprintf() 3168 struct tep_format_field *field = tp_format ? tp_format->format.fields : NULL; in trace__fprintf_tp_fields() 3290 if (tp_format && (strncmp(tp_format->name, "sys_enter_", 10) || in trace__event_handler() 4218 if (!tp_format) in evsel__find_syscall_arg_fmt_by_name() 5075 if (tp_format) { in evsel__set_syscall_arg_fmt() [all …]
|
| 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()
|
| 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()
|
| A D | builtin-script.c | 2230 const struct tep_event *tp_format = evsel__tp_format(evsel); in process_event() local 2232 if (tp_format) { in process_event() 2233 event_format__fprintf(tp_format, sample->cpu, in process_event()
|
Completed in 712 milliseconds