Home
last modified time | relevance | path

Searched refs:fields (Results 1 – 25 of 52) sorted by relevance

123

/tools/lib/traceevent/Documentation/
Dlibtraceevent-fields.txt6 tep_event_common_fields, tep_event_fields - Get a list of fields for an event.
21 fields for the _event_. The array is allocated in the function and must be freed
25 fields for the _event_. The array is allocated in the function and must be freed
43 struct tep_format_field **fields;
46 fields = tep_event_common_fields(event);
47 if (fields != NULL) {
49 while (fields[i]) {
51 walk through the list of the common fields
56 free(fields);
58 fields = tep_event_fields(event);
[all …]
Dlibtraceevent-field_get_val.txt32 _tep_get_any_field_val()_, but searches only in the common fields. This works
33 for any event as all events include the common fields.
36 but searches only in the event specific fields.
Dlibtraceevent-record_parse.txt7 Extract common fields from a record.
31 This set of functions can be used to extract common fields from a record.
Dlibtraceevent-event_print.txt32 fields - interrupt state, scheduling state,
60 Depending on the kernel, it may show other fields
Dlibtraceevent-field_print.txt35 It iterates all fields of the _event_, and calls _tep_print_field()_ for each of
79 /* Print all fields of the "hrtimer_start" event */
/tools/firewire/
Ddecode-fcp.c57 struct avc_field fields[8]; member
167 for (i = 0; info->fields[i].name != NULL; i++) in decode_avc()
168 printf(", %s", info->fields[i].name); in decode_avc()
Dnosy-dump.c308 const struct packet_field *fields; member
409 .fields = write_quadlet_request_fields,
416 .fields = block_request_fields,
422 .fields = write_response_fields,
433 .fields = read_quadlet_request_fields,
440 .fields = read_block_request_fields,
446 .fields = read_quadlet_response_fields,
452 .fields = block_response_fields,
458 .fields = write_quadlet_request_fields,
464 .fields = block_request_fields,
[all …]
/tools/bootconfig/scripts/
Dftrace2bconf.sh79 cat $TRACEFS/synthetic_events | while read event fields; do
80 emit_kv $PREFIX.event.synthetic.$event.fields = `echo $fields | sed "s/;/,/g"`
/tools/kvm/kvm_stat/
Dkvm_stat573 fields = self.walkdir(path)[1]
575 for field in fields:
580 fields += extra
581 return fields
585 self.fields = [field for field in self._get_available_fields()
591 self.fields.append(parent)
619 fields = self._get_available_fields()
630 newlim = len(groupids) * len(fields) + 50
646 for name in fields:
675 def fields(self): member in TracepointProvider
[all …]
Dkvm_stat.txt77 -f<fields>::
78 --fields=<fields>::
79 fields to display (regex), "-f help" for a list of available events
/tools/perf/Documentation/
Dperf-evlist.txt33 Show all fields.
39 --trace-fields::
Dperf-script-perl.txt57 The format file for the sched_wakeup event defines the following fields
88 arguments passed to all event handlers; some of the fields correspond
89 to the common_* fields in the format file, but some are synthesized,
90 and some of the common_* fields aren't common enough to to be passed
103 All of the remaining fields in the event's format file have
180 strings for flag and symbolic fields. These correspond to the strings
181 and values parsed from the 'print fmt' fields of the event format
190 Some of the 'common' fields in the event format file aren't all that
Dperf-script.txt128 --fields::
129 Comma separated list of fields to print. Options are:
138 perf script -F <fields>
142 perf script -F trace:<fields> -F sw:<fields> -F hw:<fields>
144 i.e., the specified fields apply to all event types if the type string
147 In addition to overriding fields, it is also possible to add or remove
148 fields from the defaults. For example
152 removes the cpu field and adds the insn field. Adding/removing fields
161 second invocation sets the fields to comm,tid,time,ip,sym. In this case a
170 The first -F sets the fields for all events and the second -F
[all …]
Djit-interface.txt8 Each line has the following format, fields separated with spaces:
Djitdump-specification.txt36 Each jitdump file starts with a fixed size header containing the following fields in order:
72 The record has the following fields following the fixed-size record header in order:
84 * fixed-sized fields
98 The record has the following fields following the fixed-size record header in order:
121 The record has the following fields following the fixed-size record header in order:
146 The JIT_CODE_CLOSE record does not have any specific fields, the record header contains all the inf…
156 The record has the following fields following the fixed-size record header in order:
Dperf-c2c.txt82 Specify sorting fields for single cacheline display.
83 Following fields are available: tid,pid,iaddr,dso
169 (Both stdio and TUI modes follow the same fields output)
263 Following fields are available and governs the final
264 output fields set for cacheline offsets output:
268 iaddr - coalesced by code address, following fields are displayed:
Dperf-script-python.txt122 # The common_* event handler fields are the most useful fields common to
123 # all events. They don't necessarily correspond to the 'common_*' fields
124 # in the format files. Those fields not available as handler params can
451 The format file for the sched_wakeup event defines the following fields
480 arguments passed to all event handlers; some of the fields correspond
481 to the common_* fields in the format file, but some are synthesized,
482 and some of the common_* fields aren't common enough to to be passed
495 All of the remaining fields in the event's format file have
591 strings for flag and symbolic fields. These correspond to the strings
592 and values parsed from the 'print fmt' fields of the event format
[all …]
/tools/testing/selftests/resctrl/
Dcmt_test.c59 int fields = 0; in check_results() local
62 token_array[fields++] = token; in check_results()
Dmba_test.c124 int fields = 0; in check_results() local
127 token_array[fields++] = token; in check_results()
Dcat_test.c72 int fields = 0; in check_results() local
75 token_array[fields++] = token; in check_results()
/tools/testing/ktest/examples/bootconfigs/
Dboottrace.bconf12 fields = "unsigned long func", "u64 lat"
/tools/perf/
Dbuiltin-script.c204 u64 fields; member
213 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
225 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
238 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
246 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
258 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
273 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
285 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
297 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
395 #define PRINT_FIELD(x) (output[output_type(attr->type)].fields & PERF_OUTPUT_##x)
[all …]
/tools/perf/util/
Ddata-convert-bt.c402 struct tep_format_field *fields, in add_tracepoint_fields_values() argument
408 for (field = fields; field; field = field->next) { in add_tracepoint_fields_values()
424 struct tep_format_field *fields = evsel->tp_format->format.fields; in add_tracepoint_values() local
431 fields, sample); in add_tracepoint_values()
1015 struct tep_format_field *fields, in add_tracepoint_fields_types() argument
1021 for (field = fields; field; field = field->next) { in add_tracepoint_fields_types()
1062 struct tep_format_field *fields = evsel->tp_format->format.fields; in add_tracepoint_types() local
1067 ret = add_tracepoint_fields_types(cw, fields, class); in add_tracepoint_types()
/tools/perf/util/scripting-engines/
Dtrace-event-perl.c389 for (field = event->format.fields; field; field = field->next) { in perl_process_tracepoint()
629 for (f = event->format.fields; f; f = f->next) { in perl_generate_script()
648 for (f = event->format.fields; f; f = f->next) { in perl_generate_script()
672 for (f = event->format.fields; f; f = f->next) { in perl_generate_script()
/tools/testing/selftests/net/
Ddrop_monitor_tests.sh191 tshark -G fields 2> /dev/null | grep -q net_dm

123