/Linux-v5.10/tools/lib/traceevent/ |
D | event-parse.h | 130 struct tep_format_field { struct 131 struct tep_format_field *next; argument 146 struct tep_format_field *common_fields; argument 147 struct tep_format_field *fields; 166 struct tep_format_field *field; 203 struct tep_format_field *field; 513 struct tep_format_field *tep_find_common_field(struct tep_event *event, const char *name); 514 struct tep_format_field *tep_find_field(struct tep_event *event, const char *name); 515 struct tep_format_field *tep_find_any_field(struct tep_event *event, const char *name); 521 int tep_read_number_field(struct tep_format_field *field, const void *data, [all …]
|
D | event-parse-local.h | 77 struct tep_format_field *bprint_ip_field; 78 struct tep_format_field *bprint_fmt_field; 79 struct tep_format_field *bprint_buf_field; 108 void free_tep_format_field(struct tep_format_field *field);
|
D | event-parse.c | 1352 static int field_is_string(struct tep_format_field *field) in field_is_string() 1362 static int field_is_dynamic(struct tep_format_field *field) in field_is_dynamic() 1370 static int field_is_long(struct tep_format_field *field) in field_is_long() 1420 static int event_read_fields(struct tep_event *event, struct tep_format_field **fields) in event_read_fields() 1422 struct tep_format_field *field = NULL; in event_read_fields() 2758 struct tep_format_field *field; in process_dynamic_array() 2823 struct tep_format_field *field; in process_dynamic_array_len() 3367 struct tep_format_field * 3370 struct tep_format_field *format; in tep_find_common_field() 3389 struct tep_format_field * [all …]
|
D | parse-filter.c | 20 static struct tep_format_field comm = { 24 static struct tep_format_field cpu = { 335 struct tep_format_field *field; in create_arg_item() 1540 struct tep_format_field *field, struct tep_record *record) in get_value()
|
/Linux-v5.10/tools/lib/traceevent/Documentation/ |
D | libtraceevent-fields.txt | 14 struct tep_format_field pass:[*]pass:[*]*tep_event_common_fields*(struct tep_event pass:[*]_event_); 15 struct tep_format_field pass:[*]pass:[*]*tep_event_fields*(struct tep_event pass:[*]_event_); 31 an array of pointers to tep_format_field structures in case of success, or 43 struct tep_format_field **fields;
|
D | libtraceevent-field_find.txt | 15 struct tep_format_field pass:[*]*tep_find_common_field*(struct tep_event pass:[*]_event_, const cha… 16 struct tep_format_field pass:[*]*tep_find_field*(struct tep_event_ormat pass:[*]_event_, const char… 17 struct tep_format_field pass:[*]*tep_find_any_field*(struct tep_event pass:[*]_event_, const char p… 48 struct tep_format_field *field;
|
D | libtraceevent-field_read.txt | 14 int *tep_read_number_field*(struct tep_format_field pass:[*]_field_, const void pass:[*]_data_, uns… 42 struct tep_format_field *field_pid = tep_find_common_field(event, "common_pid");
|
D | libtraceevent.txt | 70 …struct tep_format_field pass:[*]pass:[*]*tep_event_common_fields*(struct tep_event pass:[*]_event_… 71 struct tep_format_field pass:[*]pass:[*]*tep_event_fields*(struct tep_event pass:[*]_event_); 76 …int *tep_read_number_field*(struct tep_format_field pass:[*]_field_, const void pass:[*]_data_, un… 79 …void *tep_print_field*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, struct tep_format_field … 85 …struct tep_format_field pass:[*]*tep_find_common_field*(struct tep_event pass:[*]_event_, const ch… 86 …struct tep_format_field pass:[*]*tep_find_field*(struct tep_event_ormat pass:[*]_event_, const cha… 87 …struct tep_format_field pass:[*]*tep_find_any_field*(struct tep_event pass:[*]_event_, const char …
|
D | libtraceevent-field_print.txt | 16 void *tep_print_field*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, struct tep_format_field p… 72 struct tep_format_field *field_pid = tep_find_common_field(event, "common_pid");
|
/Linux-v5.10/tools/lib/traceevent/plugins/ |
D | plugin_sched_switch.c | 33 static void write_and_save_comm(struct tep_format_field *field, in write_and_save_comm() 57 struct tep_format_field *field; in sched_wakeup_handler() 86 struct tep_format_field *field; in sched_switch_handler()
|
D | plugin_kmem.c | 15 struct tep_format_field *field; in call_site_handler()
|
D | plugin_function.c | 176 struct tep_format_field *field; in trace_stack_handler() 214 struct tep_format_field *field; in trace_raw_data_handler()
|
D | plugin_mac80211.c | 17 struct tep_format_field *f = tep_find_field(event, name); in print_string()
|
/Linux-v5.10/tools/perf/util/ |
D | data-convert-bt.c | 188 get_tracepoint_field_type(struct ctf_writer *cw, struct tep_format_field *field) in get_tracepoint_field_type() 293 struct tep_format_field *fmtf) in add_tracepoint_field_value() 402 struct tep_format_field *fields, in add_tracepoint_fields_values() 405 struct tep_format_field *field; in add_tracepoint_fields_values() 423 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() 976 struct tep_format_field *field) in event_class_add_field() 1015 struct tep_format_field *fields, in add_tracepoint_fields_types() 1018 struct tep_format_field *field; in add_tracepoint_fields_types() 1061 struct tep_format_field *common_fields = evsel->tp_format->format.common_fields; in add_tracepoint_types() [all …]
|
D | trace-event-parse.c | 20 struct tep_format_field *field; in get_common_field() 83 struct tep_format_field *field; in raw_field_value()
|
D | evsel.h | 265 struct tep_format_field; 267 u64 format_field__intval(struct tep_format_field *field, struct perf_sample *sample, bool needs_swa… 269 struct tep_format_field *evsel__field(struct evsel *evsel, const char *name);
|
D | sort.c | 2020 struct tep_format_field *field; 2051 struct tep_format_field *field = hde->field; in update_dynamic_len() 2136 struct tep_format_field *field; in __sort__hde_entry() 2196 struct tep_format_field *field; in __sort__hde_cmp() 2253 __alloc_dynamic_entry(struct evsel *evsel, struct tep_format_field *field, in __alloc_dynamic_entry() 2388 struct tep_format_field *field, in __dynamic_dimension__add() 2406 struct tep_format_field *field; in add_evsel_fields() 2441 struct tep_format_field *field; in add_all_matching_fields() 2463 struct tep_format_field *field; in add_dynamic_entry()
|
D | evsel_fprintf.c | 77 struct tep_format_field *field; in evsel__fprintf()
|
D | evsel.c | 2427 struct tep_format_field *evsel__field(struct evsel *evsel, const char *name) in evsel__field() 2434 struct tep_format_field *field = evsel__field(evsel, name); in evsel__rawptr() 2450 u64 format_field__intval(struct tep_format_field *field, struct perf_sample *sample, in format_field__intval() 2491 struct tep_format_field *field = evsel__field(evsel, name); in evsel__intval()
|
D | python.c | 376 tracepoint_field(struct pyrf_event *pe, struct tep_format_field *field) in tracepoint_field() 419 struct tep_format_field *field; in get_tracepoint_field()
|
/Linux-v5.10/tools/perf/tests/ |
D | evsel-tp-sched.c | 11 struct tep_format_field *field = evsel__field(evsel, name); in perf_evsel__test_field()
|
/Linux-v5.10/tools/perf/ |
D | builtin-trace.c | 259 static int tp_field__init_uint(struct tp_field *field, struct tep_format_field *format_field, bool … in tp_field__init_uint() 276 static int tp_field__init_ptr(struct tp_field *field, struct tep_format_field *format_field) in tp_field__init_ptr() 371 struct tep_format_field *format_field = evsel__field(evsel, name); in evsel__init_tp_uint_field() 385 struct tep_format_field *format_field = evsel__field(evsel, name); in evsel__init_tp_ptr_field() 422 struct tep_format_field *syscall_id = evsel__field(tp, "id"); in evsel__init_augmented_syscall_tp() 1206 struct tep_format_field *args; 1683 static struct tep_format_field * 1684 syscall_arg_fmt__init_array(struct syscall_arg_fmt *arg, struct tep_format_field *field) in syscall_arg_fmt__init_array() 1686 struct tep_format_field *last_field = NULL; in syscall_arg_fmt__init_array() 1737 struct tep_format_field *last_field = syscall_arg_fmt__init_array(sc->arg_fmt, sc->args); in syscall__set_arg_fmts() [all …]
|
/Linux-v5.10/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 344 struct tep_format_field *field; in perl_process_tracepoint() 545 struct tep_format_field *f; in perl_generate_script()
|
D | trace-event-python.c | 340 struct tep_format_field *field, void *data) in get_field_numeric_entry() 805 struct tep_format_field *field; in python_process_tracepoint() 1695 struct tep_format_field *f; in python_generate_script()
|