Lines Matching defs:user
59 int *user;
101 if (data->hist[cpu].user)
102 free(data->hist[cpu].user);
145 data->hist[cpu].user = calloc(1, sizeof(*data->hist->user) * (entries + 1));
146 if (!data->hist[cpu].user)
195 } else { /* user */
196 hist = data->hist[cpu].user;
443 total += data->hist[cpu].user[bucket];
445 data->hist[cpu].user[bucket]);
480 data->hist[cpu].user[data->entries]);
536 " -u/--user-threads: use rtla user-space threads instead of in-kernel timerlat threads",
597 {"user-threads", no_argument, 0, 'u'},
870 * Even if the user do not set a house-keeping CPU, try to
871 * move rtla to a CPU set different to the one where the user
1068 err_msg("Error creating timerlat user-space threads\n");
1088 /* is there still any user-threads ? */
1091 debug_msg("timerlat user-space threads stopped!\n");