Lines Matching refs:value

102  * strtoul: Go from a string to a value, i.e. for msr: MSR_FS_BASE to 0xc0000100
217 u##bits value; \
218 memcpy(&value, sample->raw_data + field->offset, sizeof(value)); \
219 return value; \
230 u##bits value; \
231 memcpy(&value, sample->raw_data + field->offset, sizeof(value)); \
232 return bswap_##bits(value);\
1511 size_t printed = scnprintf(bf, size, "\"%.*s\"", augmented_arg->size, augmented_arg->value);
2010 * Check if the value is in fact zero, i.e. mask whatever needs masking, such
2057 * right formatter for the return value (an fd? file flags?), which is
2079 * Suppress this argument if its value is zero and
2786 * Suppress this argument if its value is zero and
3560 bool value = true;
3565 err = bpf_map_update_elem(map_fd, &pids[i], &value, BPF_ANY);
3950 * fd->pathname table and were ending up showing the last value set by
4351 struct trace *trace = opt->value;
4362 struct trace *trace = opt->value;
4409 int *trace_pgfaults = opt->value;
4499 struct trace *trace = (struct trace *)opt->value;
4575 .value = &parse_events_option_args,
4591 struct trace *trace = opt->value;
4595 .value = &trace->evlist,
4604 static int trace__config(const char *var, const char *value, void *arg)
4610 trace->perfconfig_events = strdup(value);
4616 trace->show_tstamp = perf_config_bool(var, value);
4618 trace->show_duration = perf_config_bool(var, value);
4620 trace->show_arg_names = perf_config_bool(var, value);
4624 bool new_show_zeros = perf_config_bool(var, value);
4631 trace->show_string_prefix = perf_config_bool(var, value);
4633 trace->opts.no_inherit = perf_config_bool(var, value);
4636 if (perf_config_int(&args_alignment, var, value) == 0)
4639 if (strcasecmp(value, "libtraceevent") == 0)
4641 else if (strcasecmp(value, "libbeauty") == 0)