Lines Matching refs:osnoise_context
7 struct osnoise_context { struct
50 struct osnoise_context *osnoise_context_alloc(void); argument
51 int osnoise_get_context(struct osnoise_context *context);
52 void osnoise_put_context(struct osnoise_context *context);
54 int osnoise_set_cpus(struct osnoise_context *context, char *cpus);
55 void osnoise_restore_cpus(struct osnoise_context *context);
57 int osnoise_set_runtime_period(struct osnoise_context *context,
60 void osnoise_restore_runtime_period(struct osnoise_context *context);
62 int osnoise_set_stop_us(struct osnoise_context *context,
64 void osnoise_restore_stop_us(struct osnoise_context *context);
66 int osnoise_set_stop_total_us(struct osnoise_context *context,
68 void osnoise_restore_stop_total_us(struct osnoise_context *context);
70 int osnoise_set_timerlat_period_us(struct osnoise_context *context,
72 void osnoise_restore_timerlat_period_us(struct osnoise_context *context);
74 int osnoise_set_tracing_thresh(struct osnoise_context *context,
76 void osnoise_restore_tracing_thresh(struct osnoise_context *context);
78 void osnoise_restore_print_stack(struct osnoise_context *context);
79 int osnoise_set_print_stack(struct osnoise_context *context,
87 struct osnoise_context *context;