Searched refs:records (Results 1 – 17 of 17) sorted by relevance
252 static struct ihex_binrec *records; variable256 struct ihex_binrec **p = &records; in file_record()273 struct ihex_binrec *p = records; in output_records()
114 struct kvp_record *records; member163 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 …]
62 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 type374 that have perf_events records in compressed form.538 Describes a header feature. These are records used in pipe-mode that549 into array of perf trace records. The size of the entire compressed event
18 'perf lock record <command>' records lock events
58 Process jitdump files by injecting the mmap records corresponding to jitted
15 The export process provides records with unique sequential ids which allows the
63 - 'aux-output': Generate AUX records instead of events. This requires258 When "dwarf" recording is used, perf also records (user) stack dump301 Collect raw sample records from all opened counters (default for tracepoint counters).315 events looking for mmap records. The downside is that it can misresolve420 records. See clock_gettime(). In particular CLOCK_MONOTONIC and561 overwrite the oldest records, that thus will never make it to the564 When '--overwrite' and '--switch-output' are used perf records and drops
18 of an arbitrary workload. By default timechart records only scheduler
29 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…
55 events are supported. 'perf kvm stat record <command>' records kvm events
166 Total records
249 Enable this to use just the most recent records, which helps in high core count
339 To compare two records on an instruction base, with this option
927 Some hardware has the feature to redirect PEBS records to the Intel PT trace.
108 Parsing various data from the records:
554 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()
5568 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]