Lines Matching refs:value
112 * Copy the original value and append a '\n'. Without this,
218 static int write_tracing_file_int(const char *name, int value)
222 snprintf(buf, sizeof(buf), "%d", value);
697 static int perf_ftrace_config(const char *var, const char *value, void *cb)
707 if (!strcmp(value, "function_graph") ||
708 !strcmp(value, "function")) {
709 ftrace->tracer = value;
760 struct list_head *head = opt->value;
786 unsigned long *s = (unsigned long *)opt->value;
818 struct perf_ftrace *ftrace = (struct perf_ftrace *) opt->value;
839 struct perf_ftrace *ftrace = (struct perf_ftrace *) opt->value;