Searched refs:values (Results 1 – 25 of 25) sorted by relevance
/tools/perf/util/ |
D | values.c | 6 void perf_read_values_init(struct perf_read_values *values) in perf_read_values_init() argument 8 values->threads_max = 16; in perf_read_values_init() 9 values->pid = malloc(values->threads_max * sizeof(*values->pid)); in perf_read_values_init() 10 values->tid = malloc(values->threads_max * sizeof(*values->tid)); in perf_read_values_init() 11 values->value = malloc(values->threads_max * sizeof(*values->value)); in perf_read_values_init() 12 if (!values->pid || !values->tid || !values->value) in perf_read_values_init() 14 values->threads = 0; in perf_read_values_init() 16 values->counters_max = 16; in perf_read_values_init() 17 values->counterrawid = malloc(values->counters_max in perf_read_values_init() 18 * sizeof(*values->counterrawid)); in perf_read_values_init() [all …]
|
D | values.h | 17 void perf_read_values_init(struct perf_read_values *values); 18 void perf_read_values_destroy(struct perf_read_values *values); 20 void perf_read_values_add_value(struct perf_read_values *values, 24 void perf_read_values_display(FILE *fp, struct perf_read_values *values,
|
D | evsel.h | 19 u64 values[3]; member
|
D | event.h | 116 struct sample_read_value *values; member
|
D | session.c | 635 value = &sample->read.group.values[i]; in sample_read__printf() 766 &sample->read.group.values[i], in deliver_sample_group()
|
D | evsel.c | 1429 data->read.group.values = in perf_evsel__parse_sample() 1739 memcpy(array, sample->read.group.values, sz); in perf_event__synthesize_sample()
|
/tools/perf/tests/ |
D | sample-parsing.c | 72 MCOMP(read.group.values[i]); in samples_same() 191 struct sample_read_value values[] = {{1, 5}, {9, 3}, {2, 7}, {6, 4},}; in do_test() local 201 sample.read.group.values = values; in do_test()
|
/tools/perf/tests/attr/ |
D | README | 10 these files are checked for values we expect for command. 22 separate file. Besides 'struct perf_event_attr' values we also 23 store 'fd' and 'group_fd' values to allow checking for groups.
|
/tools/usb/usbip/ |
D | INSTALL | 18 The `configure' shell script attempts to guess correct values for 20 those values to create a `Makefile' in each directory of the package. 80 You can give `configure' initial values for configuration parameters 118 options like `--bindir=DIR' to specify different values for particular 158 See the file `config.sub' for the possible values of each field. If 174 If you want to set default values for `configure' scripts to share, you 176 values for variables like `CC', `cache_file', and `prefix'. 187 configure again during the build, and the customized values of these
|
/tools/perf/Documentation/ |
D | perf-kvm.txt | 106 event to be analyzed. Possible values: vmexit, mmio (x86 only), 110 Sorting key. Possible values: sample (default, sort by samples 141 event to be analyzed. Possible values: vmexit, 147 Sorting key. Possible values: sample (default, sort by samples
|
D | perf-lock.txt | 50 Sorting key. Possible values: acquired (default), contended,
|
D | perf-script-perl.txt | 45 Most of the event's field values are passed as arguments to the 181 and values parsed from the 'print fmt' fields of the event format 212 avg($total, $n) - returns average given a sum and a total number of values
|
D | perf-script-python.txt | 187 and its parameter values to stdout. The print_header() function is 252 values without having to go to the trouble of creating intermediate 262 and having the counts we've tallied as values. 443 Most of the event's field values are passed as arguments to the 576 and values parsed from the 'print fmt' fields of the event format 584 i.e. with autovivifying hashes, you can assign nested hash values 616 avg(total, n) - returns average given a sum and a total number of values
|
D | perf-stat.txt | 51 scale/normalize counter values
|
D | perf-diff.txt | 86 Show period values for both compared hist entries.
|
D | perf-record.txt | 51 Scale counter values.
|
/tools/testing/fault-injection/ |
D | failcmd.sh | 55 The following values for FAILCMD_TYPE are recognized:
|
/tools/perf/ |
D | design.txt | 145 tracer is available, and event_id values can be obtained from 156 additional values as specified by 'read_format', each value is a u64 (8 bytes) 169 Using these additional values one can establish the overcommit ratio for a 271 put onto the CPU. This means that the values of the member counters
|
D | builtin-stat.c | 398 u64 *count = counter->counts->aggr.values; in read_counter_aggr() 434 count = counter->counts->cpu[cpu].values; in read_counter()
|
D | Makefile.perf | 278 LIB_H += util/values.h 346 LIB_OBJS += $(OUTPUT)util/values.o
|
/tools/power/cpupower/po/ |
D | de.po | 629 "Error setting new values. Common errors:\n"
|
D | fr.po | 615 "Error setting new values. Common errors:\n"
|
D | cs.po | 618 "Error setting new values. Common errors:\n"
|
D | it.po | 624 "Error setting new values. Common errors:\n"
|
D | pt.po | 625 "Error setting new values. Common errors:\n"
|