Lines Matching defs:threshold
107 static const char *threshold = DFLT_THRESHOLD_US;
610 restore_file(TR_THRESH, &save_state.thresh, threshold);
1442 write_file(TR_THRESH, save_state.thresh, threshold, ERR_CLEANUP);
1702 "-s, --threshold TH\tConfigure ftrace to use a threshold of TH microseconds\n"
1834 { "threshold", required_argument, 0, 's' },
1890 check_alldigits(optarg, "-s [--threshold]");
1891 threshold = strdup(optarg);
2071 if (!strcmp(threshold, "0"))
2074 printf("Threshold:\t\t\t\t\t\t%s\n", threshold);