Lines Matching defs:new
1340 static void write_file(const char *file, const char *cur, const char *new,
1346 /* Do nothing if we now that the current and new value are equal */
1347 if (cur && !needs_change(cur, new))
1350 r = tracefs_instance_file_write(NULL, file, new);
1361 printf("%s was set to %s\n", file, new);
1409 void set_trace_opts(struct ftrace_state *state, bool *new)
1421 state->opt[i] != new[i]) {
1422 r = set_trace_opt(optstr[i], new[i]);
1425 optstr[i], bool2str(new[i]));
1431 TR_OPTIONS, bool2str(new[i]));
1683 "\t\t\tchange your kernel config and build a new kernel.\n\n"