| /tools/mm/ |
| A D | show_page_info.py | 85 fields = { 99 fields["Memcg Name"] = memcg_name 100 fields["Memcg Path"] = memcg_path 101 fields["Page Mapping"] = hex(page.mapping.value_()) 106 fields["Page VMA"] = hex(vma.value_()) 108 fields["VMA End"] = hex(vma.vm_end.value_()) 110 fields["Page VMA"] = "Unavailable" 111 fields["VMA Start"] = "Unavailable" 112 fields["VMA End"] = "Unavailable" 116 max_field_len = max(len(field) for field in fields) [all …]
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | btf_field_iter.c | 12 } 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/ |
| A D | decode-fcp.c | 57 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()
|
| A D | nosy-dump.c | 308 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, 464 .fields = block_request_fields, 470 .fields = iso_data_fields, [all …]
|
| /tools/bootconfig/scripts/ |
| A D | ftrace2bconf.sh | 79 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/ |
| A D | kvm_stat | 643 for field in fields: 648 fields += extra 649 return fields 743 def fields(self): 746 @fields.setter 747 def fields(self, fields): 749 self._fields = fields 817 return fields 830 def fields(self): 833 @fields.setter [all …]
|
| A D | kvm_stat.txt | 77 -f<fields>:: 78 --fields=<fields>:: 79 fields to display (regex), "-f help" for a list of available events
|
| /tools/perf/Documentation/ |
| A D | perf-evlist.txt | 33 Show all fields. 39 --trace-fields::
|
| A D | perf-script-perl.txt | 57 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
|
| A D | perf-mem.txt | 123 --fields=:: 127 In addition to the default fields, 'perf mem report' will provide the 128 following fields to break down sample periods. 177 "perf mem report" adds a number of new output fields specific to data source 179 sort keys ("mem" and "snoop"). So unlike other fields and sort keys, they'll 180 behave differently when it's used by -F/--fields or -s/--sort. 182 Using those two as output fields will aggregate samples altogether and show
|
| A D | perf-script.txt | 131 --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 153 fields from the defaults. For example 157 removes the cpu field and adds the insn field. Adding/removing fields 175 The first -F sets the fields for all events and the second -F 178 events are displayed with the given fields. 180 It's possible tp add/remove fields only for specific event type: [all …]
|
| A D | jit-interface.txt | 8 Each line has the following format, fields separated with spaces:
|
| A D | jitdump-specification.txt | 36 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/tests/shell/ |
| A D | test_brstack.sh | 41 perf script -i "$TMPDIR/perf.data" --fields brstacksym > "$TMPDIR/perf.script" 76 perf script -i "$TMPDIR/perf.data" --fields brstack > "$TMPDIR/perf.script"
|
| A D | header.sh | 27 declare -a fields=(
|
| /tools/net/sunrpc/xdrgen/ |
| A D | xdr_ast.py | 351 fields: List[_XdrDeclaration] 356 for field in self.fields: 363 for field in self.fields: 379 fields: List[_XdrDeclaration] 384 for field in self.fields[0:-1]: 392 for field in self.fields[0:-1]: 656 fields = children[1].children 658 last_field = fields[-1] 663 return _XdrPointer(name, fields) 665 return _XdrStruct(name, fields)
|
| /tools/perf/util/ |
| A D | data-convert-json.c | 234 struct tep_format_field **fields = tp_format ? tep_event_fields(tp_format) : NULL; in process_sample_event() local 236 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()
|
| /tools/testing/selftests/net/openvswitch/ |
| A D | ovs-dpctl.py | 362 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/ |
| A D | cmt_test.c | 94 int fields = 0; in check_results() local 97 token_array[fields++] = token; in check_results()
|
| A D | mba_test.c | 146 int fields = 0; in check_results() local 149 token_array[fields++] = token; in check_results()
|
| /tools/testing/selftests/hid/tests/ |
| A D | base_gamepad.py | 69 self.fields = [] 72 self.fields.extend([f.usage_name for f in r])
|
| /tools/testing/ktest/examples/bootconfigs/ |
| A D | boottrace.bconf | 12 fields = "unsigned long func", "u64 lat"
|
| /tools/net/sunrpc/xdrgen/generators/ |
| A D | pointer.py | 86 for field in node.fields[0:-1]: 166 for field in node.fields[0:-1]: 243 for field in node.fields[0:-1]:
|
| A D | struct.py | 86 for field in node.fields: 166 for field in node.fields: 243 for field in node.fields:
|
| /tools/perf/ |
| A D | builtin-script.c | 235 u64 fields; member 468 output[type].fields &= ~field; in evsel__do_check_stype() 664 if (evsel && output[j].fields && in perf_session__check_output_opt() 673 output[j].fields |= PERF_OUTPUT_DSO; in perf_session__check_output_opt() 707 output[j].fields |= PERF_OUTPUT_IP; in perf_session__check_output_opt() 708 output[j].fields |= PERF_OUTPUT_SYM; in perf_session__check_output_opt() 2201 if (output[type].fields == 0) in process_event() 3056 output[type].fields = 0; in parse_output_fields() 3077 output[j].fields = 0; in parse_output_fields() 3162 if (output[type].fields == 0) { in parse_output_fields() [all …]
|