Lines Matching defs:thread
58 int *thread;
93 /* one histogram for IRQ and one for thread, per CPU */
98 if (data->hist[cpu].thread)
99 free(data->hist[cpu].thread);
135 /* one histogram for IRQ and one for thread, per cpu */
141 data->hist[cpu].thread = calloc(1, sizeof(*data->hist->thread) * (entries + 1));
142 if (!data->hist[cpu].thread)
190 hist = data->hist[cpu].thread;
437 total += data->hist[cpu].thread[bucket];
439 data->hist[cpu].thread[bucket]);
476 data->hist[cpu].thread[data->entries]);
500 " [-P priority] [-E N] [-b N] [--no-irq] [--no-thread] [--no-header] [--no-summary] \\",
507 " -T/--thread us: stop trace if the thread latency is higher than the argument in us",
508 " -s/--stack us: save the stack trace at the IRQ if a thread latency is higher than the argument in us",
524 " --no-thread: ignore thread latencies",
595 {"thread", required_argument, 0, 'T'},
600 {"no-thread", no_argument, 0, '1'},
627 /* set thread stop to auto_thresh */
732 case '1': /* no thread */
793 timerlat_hist_usage("no-irq and no-thread set, there is nothing to do here");