Home
last modified time | relevance | path

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

123

/tools/testing/selftests/bpf/prog_tests/
Dbtf_field_iter.c12 } fields[] = { variable
145 if (!ASSERT_OK(strcmp(fields[id].strs[str_idx], str), "field_str_match")) in test_btf_field_iter()
150 ASSERT_EQ(fields[id].strs[str_idx], NULL, "field_str_cnt"); in test_btf_field_iter()
153 if (!ASSERT_EQ(*next_id, fields[id].ids[id_idx], "field_id_match")) in test_btf_field_iter()
158 ASSERT_EQ(fields[id].ids[id_idx], 0, "field_id_cnt"); in test_btf_field_iter()
/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_stat641 fields = self.walkdir(path)[1]
643 for field in fields:
648 fields += extra
649 return fields
653 self.fields = [field for field in self._get_available_fields()
659 self.fields.append(parent)
687 fields = self._get_available_fields()
698 newlim = len(groupids) * len(fields) + 50
714 for name in fields:
743 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.txt131 --fields::
132 Comma separated list of fields to print. Options are:
143 perf script -F <fields>
147 perf script -F trace:<fields> -F sw:<fields> -F hw:<fields>
149 i.e., the specified fields apply to all event types if the type string
152 In addition to overriding fields, it is also possible to add or remove
153 fields from the defaults. For example
157 removes the cpu field and adds the insn field. Adding/removing fields
166 second invocation sets the fields to comm,tid,time,ip,sym. In this case a
175 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:
Dperf-lock.txt75 Output fields. By default it shows all the fields but users can
131 Output fields. By default it shows all but the wait_min fields
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:
/tools/perf/util/
Ddata-convert-json.c234 struct tep_format_field **fields; in process_sample_event() local
236 fields = tep_event_fields(evsel->tp_format); in process_sample_event()
237 if (fields) { in process_sample_event()
239 while (fields[i]) { in process_sample_event()
243 tep_print_field(&s, sample->raw_data, fields[i]); in process_sample_event()
244 output_json_key_string(out, true, 3, fields[i]->name, s.buffer); in process_sample_event()
248 free(fields); in process_sample_event()
Ddata-convert-bt.c408 struct tep_format_field *fields, in add_tracepoint_fields_values() argument
414 for (field = fields; field; field = field->next) { in add_tracepoint_fields_values()
430 struct tep_format_field *fields = evsel->tp_format->format.fields; in add_tracepoint_values() local
437 fields, sample); in add_tracepoint_values()
1021 struct tep_format_field *fields, in add_tracepoint_fields_types() argument
1027 for (field = fields; field; field = field->next) { in add_tracepoint_fields_types()
1068 struct tep_format_field *fields = evsel->tp_format->format.fields; in add_tracepoint_types() local
1073 ret = add_tracepoint_fields_types(cw, fields, class); in add_tracepoint_types()
/tools/perf/tests/shell/
Dtest_brstack.sh33 perf script -i $TMPDIR/perf.data --fields brstacksym | xargs -n1 > $TMPDIR/perf.script
62 perf script -i $TMPDIR/perf.data --fields brstack | xargs -n1 > $TMPDIR/perf.script
/tools/net/sunrpc/xdrgen/
Dxdr_ast.py175 fields: List[_XdrDeclaration]
183 fields: List[_XdrDeclaration]
408 fields = children[1].children
410 last_field = fields[-1]
415 return _XdrPointer(name, fields)
417 return _XdrStruct(name, fields)
/tools/testing/selftests/net/openvswitch/
Dovs-dpctl.py362 fields = genlmsg.fields + (("dpifindex", "I"),) variable in ovs_dp_msg
939 fields = ( variable in ovskey.ovs_key_proto
1042 fields = ( variable in ovskey.ethaddr
1083 fields = ( variable in ovskey.ovs_key_ipv4
1136 fields = ( variable in ovskey.ovs_key_ipv6
1244 fields = ( variable in ovskey.ovs_key_icmp
1292 fields = ( variable in ovskey.ovs_key_arp
1352 fields = ( variable in ovskey.ovs_key_nd
1388 fields = ( variable in ovskey.ovs_key_ct_tuple_ipv4
1435 fields = ( variable in ovskey.ovs_key_ct_tuple_ipv6
[all …]
/tools/testing/selftests/resctrl/
Dmba_test.c140 int fields = 0; in check_results() local
143 token_array[fields++] = token; in check_results()
Dcmt_test.c94 int fields = 0; in check_results() local
97 token_array[fields++] = token; in check_results()
/tools/testing/selftests/hid/tests/
Dbase_gamepad.py69 self.fields = []
72 self.fields.extend([f.usage_name for f in r])
Dtest_tablet.py534 self.fields = []
540 self.fields = [f.usage_name for f in r]
751 lambda uhdev: "Barrel Switch" not in uhdev.fields,
772 lambda uhdev: "Secondary Barrel Switch" not in uhdev.fields,
793 lambda uhdev: "Third Barrel Switch" not in uhdev.fields,
814 lambda uhdev: "Invert" not in uhdev.fields,
834 lambda uhdev: "Invert" not in uhdev.fields,
854 lambda uhdev: "Invert" not in uhdev.fields,
919 self.fields.append("Secondary Barrel Switch")
1020 self.fields.append("Secondary Barrel Switch")
[all …]
/tools/testing/ktest/examples/bootconfigs/
Dboottrace.bconf12 fields = "unsigned long func", "u64 lat"
/tools/net/sunrpc/xdrgen/generators/
Dpointer.py86 for field in node.fields[0:-1]:
166 for field in node.fields[0:-1]:
243 for field in node.fields[0:-1]:
Dstruct.py86 for field in node.fields:
166 for field in node.fields:
243 for field in node.fields:
/tools/perf/
Dbuiltin-script.c232 u64 fields; member
241 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
253 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
266 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
274 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
286 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
302 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
314 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
326 .fields = PERF_OUTPUT_COMM | PERF_OUTPUT_TID |
424 #define PRINT_FIELD(x) (output[output_type(attr->type)].fields & PERF_OUTPUT_##x)
[all …]

123