/tools/lib/traceevent/ |
D | event-parse-local.h | 75 struct tep_format_field *bprint_ip_field; 76 struct tep_format_field *bprint_fmt_field; 77 struct tep_format_field *bprint_buf_field; 87 void tep_free_format_field(struct tep_format_field *field);
|
D | event-parse.h | 144 struct tep_format_field { struct 145 struct tep_format_field *next; argument 160 struct tep_format_field *common_fields; argument 161 struct tep_format_field *fields; 180 struct tep_format_field *field; 217 struct tep_format_field *field; 509 struct tep_format_field *tep_find_common_field(struct tep_event *event, const char *name); 510 struct tep_format_field *tep_find_field(struct tep_event *event, const char *name); 511 struct tep_format_field *tep_find_any_field(struct tep_event *event, const char *name); 517 int tep_read_number_field(struct tep_format_field *field, const void *data, [all …]
|
D | event-parse.c | 1373 static int field_is_string(struct tep_format_field *field) in field_is_string() 1383 static int field_is_dynamic(struct tep_format_field *field) in field_is_dynamic() 1391 static int field_is_long(struct tep_format_field *field) in field_is_long() 1441 static int event_read_fields(struct tep_event *event, struct tep_format_field **fields) in event_read_fields() 1443 struct tep_format_field *field = NULL; in event_read_fields() 2779 struct tep_format_field *field; in process_dynamic_array() 2844 struct tep_format_field *field; in process_dynamic_array_len() 3353 struct tep_format_field * 3356 struct tep_format_field *format; in tep_find_common_field() 3375 struct tep_format_field * [all …]
|
D | parse-filter.c | 20 static struct tep_format_field comm = { 24 static struct tep_format_field cpu = { 340 struct tep_format_field *field; in create_arg_item() 1545 struct tep_format_field *field, struct tep_record *record) in get_value()
|
/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");
|
/tools/lib/traceevent/plugins/ |
D | plugin_sched_switch.c | 48 static void write_and_save_comm(struct tep_format_field *field, in write_and_save_comm() 72 struct tep_format_field *field; in sched_wakeup_handler() 101 struct tep_format_field *field; in sched_switch_handler()
|
D | plugin_kmem.c | 30 struct tep_format_field *field; in call_site_handler()
|
D | plugin_mac80211.c | 32 struct tep_format_field *f = tep_find_field(event, name); in print_string()
|
/tools/perf/util/ |
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 | data-convert-bt.c | 185 get_tracepoint_field_type(struct ctf_writer *cw, struct tep_format_field *field) in get_tracepoint_field_type() 290 struct tep_format_field *fmtf) in add_tracepoint_field_value() 399 struct tep_format_field *fields, in add_tracepoint_fields_values() 402 struct tep_format_field *field; in add_tracepoint_fields_values() 420 struct tep_format_field *common_fields = evsel->tp_format->format.common_fields; in add_tracepoint_values() 421 struct tep_format_field *fields = evsel->tp_format->format.fields; in add_tracepoint_values() 973 struct tep_format_field *field) in event_class_add_field() 1012 struct tep_format_field *fields, in add_tracepoint_fields_types() 1015 struct tep_format_field *field; in add_tracepoint_fields_types() 1058 struct tep_format_field *common_fields = evsel->tp_format->format.common_fields; in add_tracepoint_types() [all …]
|
D | evsel.h | 246 struct tep_format_field; 248 u64 format_field__intval(struct tep_format_field *field, struct perf_sample *sample, bool needs_swa… 250 struct tep_format_field *perf_evsel__field(struct evsel *evsel, const char *name);
|
D | evsel_fprintf.c | 78 struct tep_format_field *field; in perf_evsel__fprintf()
|
D | sort.c | 1990 struct tep_format_field *field; 2021 struct tep_format_field *field = hde->field; in update_dynamic_len() 2106 struct tep_format_field *field; in __sort__hde_entry() 2166 struct tep_format_field *field; in __sort__hde_cmp() 2223 __alloc_dynamic_entry(struct evsel *evsel, struct tep_format_field *field, in __alloc_dynamic_entry() 2358 struct tep_format_field *field, in __dynamic_dimension__add() 2376 struct tep_format_field *field; in add_evsel_fields() 2411 struct tep_format_field *field; in add_all_matching_fields() 2433 struct tep_format_field *field; in add_dynamic_entry()
|
D | evsel.c | 2258 struct tep_format_field *perf_evsel__field(struct evsel *evsel, const char *name) in perf_evsel__field() 2266 struct tep_format_field *field = perf_evsel__field(evsel, name); in perf_evsel__rawptr() 2282 u64 format_field__intval(struct tep_format_field *field, struct perf_sample *sample, in format_field__intval() 2324 struct tep_format_field *field = perf_evsel__field(evsel, name); in perf_evsel__intval()
|
D | python.c | 355 tracepoint_field(struct pyrf_event *pe, struct tep_format_field *field) in tracepoint_field() 398 struct tep_format_field *field; in get_tracepoint_field()
|
/tools/perf/tests/ |
D | evsel-tp-sched.c | 11 struct tep_format_field *field = perf_evsel__field(evsel, name); in perf_evsel__test_field()
|
/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() 800 struct tep_format_field *field; in python_process_tracepoint() 1690 struct tep_format_field *f; in python_generate_script()
|
/tools/perf/ |
D | builtin-trace.c | 256 static int tp_field__init_uint(struct tp_field *field, struct tep_format_field *format_field, bool … in tp_field__init_uint() 273 static int tp_field__init_ptr(struct tp_field *field, struct tep_format_field *format_field) in tp_field__init_ptr() 289 struct tep_format_field *format_field = perf_evsel__field(evsel, name); in perf_evsel__init_tp_uint_field() 305 struct tep_format_field *format_field = perf_evsel__field(evsel, name); in perf_evsel__init_tp_ptr_field() 345 struct tep_format_field *syscall_id = perf_evsel__field(tp, "id"); in perf_evsel__init_augmented_syscall_tp() 1010 struct tep_format_field *args; 1485 static struct tep_format_field * 1486 syscall_arg_fmt__init_array(struct syscall_arg_fmt *arg, struct tep_format_field *field) in syscall_arg_fmt__init_array() 1488 struct tep_format_field *last_field = NULL; in syscall_arg_fmt__init_array() 1536 struct tep_format_field *last_field = syscall_arg_fmt__init_array(sc->arg_fmt, sc->args); in syscall__set_arg_fmts() [all …]
|