Lines Matching defs:osnoise_top_params
27 struct osnoise_top_params { struct
28 char *cpus;
29 cpu_set_t monitored_cpus;
30 char *trace_output;
31 char *cgroup_name;
32 unsigned long long runtime;
33 unsigned long long period;
34 long long threshold;
35 long long stop_us;
36 long long stop_total_us;
37 int sleep_time;
38 int duration;
39 int quiet;
40 int set_sched;
41 int cgroup;
42 int hk_cpus;
43 int warmup;
44 int buffer_size;
45 int pretty_output;
46 cpu_set_t hk_cpu_set;
47 struct sched_attr sched_param;
48 struct trace_events *events;
49 enum osnoise_mode mode;