Searched defs:timerlat_hist_params (Results 1 – 1 of 1) sorted by relevance
23 struct timerlat_hist_params { struct24 char *cpus;25 cpu_set_t monitored_cpus;26 char *trace_output;27 char *cgroup_name;28 unsigned long long runtime;29 long long stop_us;30 long long stop_total_us;31 long long timerlat_period_us;32 long long print_stack;[all …]