Home
last modified time | relevance | path

Searched refs:records (Results 1 – 17 of 17) sorted by relevance

/tools/firmware/
Dihex2fw.c252 static struct ihex_binrec *records; variable
256 struct ihex_binrec **p = &records; in file_record()
273 struct ihex_binrec *p = records; in output_records()
/tools/hv/
Dhv_kvp_daemon.c114 struct kvp_record *records; member
163 fwrite(kvp_file_info[pool].records, sizeof(struct kvp_record), in kvp_update_file()
179 struct kvp_record *record = kvp_file_info[pool].records; in kvp_update_mem_state()
225 kvp_file_info[pool].records = record; in kvp_update_mem_state()
257 kvp_file_info[i].records = malloc(alloc_unit); in kvp_file_init()
258 if (kvp_file_info[i].records == NULL) in kvp_file_init()
280 record = kvp_file_info[pool].records; in kvp_key_delete()
328 record = kvp_file_info[pool].records; in kvp_key_add_or_modify()
358 kvp_file_info[pool].records = record; in kvp_key_add_or_modify()
381 record = kvp_file_info[pool].records; in kvp_get_value()
[all …]
/tools/perf/Documentation/
Dperf.data-file-format.txt62 struct perf_header_string strings[nr]; /* variable length records */
149 } events[nr]; /* Variable length records */
173 } cpus[nr]; /* Variable length records */
205 } nodes[nr]; /* Variable length records */
221 } [nr]; /* Variable length records */
234 } [nr]; /* Variable length records */
373 Indicates that trace contains records of PERF_RECORD_COMPRESSED type
374 that have perf_events records in compressed form.
538 Describes a header feature. These are records used in pipe-mode that
549 into array of perf trace records. The size of the entire compressed event
Dperf-lock.txt18 'perf lock record <command>' records lock events
Dperf-inject.txt58 Process jitdump files by injecting the mmap records corresponding to jitted
Ddb-export.txt15 The export process provides records with unique sequential ids which allows the
Dperf-record.txt63 - 'aux-output': Generate AUX records instead of events. This requires
258 When "dwarf" recording is used, perf also records (user) stack dump
301 Collect raw sample records from all opened counters (default for tracepoint counters).
315 events looking for mmap records. The downside is that it can misresolve
420 records. See clock_gettime(). In particular CLOCK_MONOTONIC and
561 overwrite the oldest records, that thus will never make it to the
564 When '--overwrite' and '--switch-output' are used perf records and drops
Dperf-timechart.txt18 of an arbitrary workload. By default timechart records only scheduler
Djitdump-specification.txt29 The header is followed by a series of records, each starting with a fixed size header describing th…
53 The file header is immediately followed by records. Each record starts with a fixed size header des…
Dperf-kvm.txt55 events are supported. 'perf kvm stat record <command>' records kvm events
Dperf-c2c.txt166 Total records
Dperf-top.txt249 Enable this to use just the most recent records, which helps in high core count
Dperf-config.txt339 To compare two records on an instruction base, with this option
Dintel-pt.txt927 Some hardware has the feature to redirect PEBS records to the Intel PT trace.
/tools/lib/traceevent/Documentation/
Dlibtraceevent.txt108 Parsing various data from the records:
/tools/testing/nvdimm/test/
Dnfit.c554 ars_record = &ars_status->records[i]; in post_ars_status()
2832 record = &cmds.ars_stat.records[0]; in nfit_ctl_test()
2854 record = &cmds.ars_stat.records[0]; in nfit_ctl_test()
/tools/power/pm-graph/
Dsleepgraph.py5568 records = buf[36:]
5574 while(i < len(records)):
5575 header = struct.unpack('HBB', records[i:i+4])
5582 addr = struct.unpack('Q', records[i+8:i+16])[0]