/linux-5.19.10/tools/lib/traceevent/ |
D | event-parse.h | 131 struct tep_format_field { struct 132 struct tep_format_field *next; argument 147 struct tep_format_field *common_fields; argument 148 struct tep_format_field *fields; 157 struct tep_format_field *field; 162 struct tep_format_field *field; 167 struct tep_format_field *field; 204 struct tep_format_field *field; 514 struct tep_format_field *tep_find_common_field(struct tep_event *event, const char *name); 515 struct tep_format_field *tep_find_field(struct tep_event *event, const char *name); [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_relative_dynamic(struct tep_format_field *field) in field_is_relative_dynamic() 1378 static int field_is_long(struct tep_format_field *field) in field_is_long() 1428 static int event_read_fields(struct tep_event *event, struct tep_format_field **fields) in event_read_fields() 1430 struct tep_format_field *field = NULL; in event_read_fields() 2768 struct tep_format_field *field; in process_dynamic_array() 2833 struct tep_format_field *field; in process_dynamic_array_len() 3381 struct tep_format_field * 3384 struct tep_format_field *format; in tep_find_common_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-5.19.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.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_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-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-5.19.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-5.19.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() 404 struct tep_format_field *fields, in add_tracepoint_fields_values() 407 struct tep_format_field *field; in add_tracepoint_fields_values() 425 struct tep_format_field *common_fields = evsel->tp_format->format.common_fields; in add_tracepoint_values() 426 struct tep_format_field *fields = evsel->tp_format->format.fields; in add_tracepoint_values() 978 struct tep_format_field *field) in event_class_add_field() 1017 struct tep_format_field *fields, in add_tracepoint_fields_types() 1020 struct tep_format_field *field; in add_tracepoint_fields_types() 1063 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 | 333 struct tep_format_field; 335 u64 format_field__intval(struct tep_format_field *field, struct perf_sample *sample, bool needs_swa… 337 struct tep_format_field *evsel__field(struct evsel *evsel, const char *name);
|
D | evsel_fprintf.c | 78 struct tep_format_field *field; in evsel__fprintf()
|
D | sort.c | 2315 struct tep_format_field *field; 2346 struct tep_format_field *field = hde->field; in update_dynamic_len() 2431 struct tep_format_field *field; in __sort__hde_entry() 2491 struct tep_format_field *field; in __sort__hde_cmp() 2550 __alloc_dynamic_entry(struct evsel *evsel, struct tep_format_field *field, in __alloc_dynamic_entry() 2685 struct tep_format_field *field, in __dynamic_dimension__add() 2703 struct tep_format_field *field; in add_evsel_fields() 2738 struct tep_format_field *field; in add_all_matching_fields() 2760 struct tep_format_field *field; in add_dynamic_entry()
|
D | evsel.c | 2720 struct tep_format_field *evsel__field(struct evsel *evsel, const char *name) in evsel__field() 2727 struct tep_format_field *field = evsel__field(evsel, name); in evsel__rawptr() 2745 u64 format_field__intval(struct tep_format_field *field, struct perf_sample *sample, in format_field__intval() 2786 struct tep_format_field *field = evsel__field(evsel, name); in evsel__intval()
|
D | python.c | 426 tracepoint_field(struct pyrf_event *pe, struct tep_format_field *field) in tracepoint_field() 471 struct tep_format_field *field; in get_tracepoint_field()
|
/linux-5.19.10/tools/perf/tests/ |
D | evsel-tp-sched.c | 10 struct tep_format_field *field = evsel__field(evsel, name); in evsel__test_field()
|
/linux-5.19.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() 1218 struct tep_format_field *args; 1702 static struct tep_format_field * 1703 syscall_arg_fmt__init_array(struct syscall_arg_fmt *arg, struct tep_format_field *field) in syscall_arg_fmt__init_array() 1705 struct tep_format_field *last_field = NULL; in syscall_arg_fmt__init_array() 1756 struct tep_format_field *last_field = syscall_arg_fmt__init_array(sc->arg_fmt, sc->args); in syscall__set_arg_fmts() [all …]
|
/linux-5.19.10/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 344 struct tep_format_field *field; in perl_process_tracepoint() 549 struct tep_format_field *f; in perl_generate_script()
|
D | trace-event-python.c | 341 struct tep_format_field *field, void *data) in get_field_numeric_entry() 900 struct tep_format_field *field; in python_process_tracepoint() 1957 struct tep_format_field *f; in python_generate_script()
|