Home
last modified time | relevance | path

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

/tools/perf/util/
Dvalues.c6 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 …]
Dvalues.h17 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,
Devsel.h19 u64 values[3]; member
Devent.h116 struct sample_read_value *values; member
Dsession.c635 value = &sample->read.group.values[i]; in sample_read__printf()
766 &sample->read.group.values[i], in deliver_sample_group()
Devsel.c1429 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/
Dsample-parsing.c72 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/
DREADME10 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/
DINSTALL18 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/
Dperf-kvm.txt106 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
Dperf-lock.txt50 Sorting key. Possible values: acquired (default), contended,
Dperf-script-perl.txt45 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
Dperf-script-python.txt187 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
Dperf-stat.txt51 scale/normalize counter values
Dperf-diff.txt86 Show period values for both compared hist entries.
Dperf-record.txt51 Scale counter values.
/tools/testing/fault-injection/
Dfailcmd.sh55 The following values for FAILCMD_TYPE are recognized:
/tools/perf/
Ddesign.txt145 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
Dbuiltin-stat.c398 u64 *count = counter->counts->aggr.values; in read_counter_aggr()
434 count = counter->counts->cpu[cpu].values; in read_counter()
DMakefile.perf278 LIB_H += util/values.h
346 LIB_OBJS += $(OUTPUT)util/values.o
/tools/power/cpupower/po/
Dde.po629 "Error setting new values. Common errors:\n"
Dfr.po615 "Error setting new values. Common errors:\n"
Dcs.po618 "Error setting new values. Common errors:\n"
Dit.po624 "Error setting new values. Common errors:\n"
Dpt.po625 "Error setting new values. Common errors:\n"