osnoise_context
struct osnoise_context *context;
int osnoise_set_cpus(struct osnoise_context *context, char *cpus);
void osnoise_restore_cpus(struct osnoise_context *context);
int osnoise_set_workload(struct osnoise_context *context, bool onoff);
int osnoise_set_stop_us(struct osnoise_context *context, long long stop_us);
int osnoise_set_stop_total_us(struct osnoise_context *context,
void osnoise_put_cpus(struct osnoise_context *context)
unsigned long long osnoise_get_runtime(struct osnoise_context *context)
unsigned long long osnoise_get_period(struct osnoise_context *context)
static int __osnoise_write_runtime(struct osnoise_context *context,
static int __osnoise_write_period(struct osnoise_context *context,
int osnoise_set_runtime_period(struct osnoise_context *context,
char *osnoise_get_cpus(struct osnoise_context *context)
void osnoise_restore_runtime_period(struct osnoise_context *context)
void osnoise_put_runtime_period(struct osnoise_context *context)
osnoise_get_timerlat_period_us(struct osnoise_context *context)
int osnoise_set_timerlat_period_us(struct osnoise_context *context, long long timerlat_period_us)
void osnoise_restore_timerlat_period_us(struct osnoise_context *context)
void osnoise_put_timerlat_period_us(struct osnoise_context *context)
osnoise_get_stop_us(struct osnoise_context *context)
int osnoise_set_stop_us(struct osnoise_context *context, long long stop_us)
void osnoise_restore_stop_us(struct osnoise_context *context)
void osnoise_put_stop_us(struct osnoise_context *context)
osnoise_get_stop_total_us(struct osnoise_context *context)
int osnoise_set_cpus(struct osnoise_context *context, char *cpus)
int osnoise_set_stop_total_us(struct osnoise_context *context, long long stop_total_us)
void osnoise_restore_stop_total_us(struct osnoise_context *context)
void osnoise_put_stop_total_us(struct osnoise_context *context)
osnoise_get_print_stack(struct osnoise_context *context)
int osnoise_set_print_stack(struct osnoise_context *context, long long print_stack)
void osnoise_restore_print_stack(struct osnoise_context *context)
void osnoise_put_print_stack(struct osnoise_context *context)
osnoise_get_tracing_thresh(struct osnoise_context *context)
int osnoise_set_tracing_thresh(struct osnoise_context *context, long long tracing_thresh)
void osnoise_restore_tracing_thresh(struct osnoise_context *context)
void osnoise_put_tracing_thresh(struct osnoise_context *context)
static int osnoise_get_irq_disable(struct osnoise_context *context)
int osnoise_set_irq_disable(struct osnoise_context *context, bool onoff)
static void osnoise_restore_irq_disable(struct osnoise_context *context)
static void osnoise_put_irq_disable(struct osnoise_context *context)
static int osnoise_get_workload(struct osnoise_context *context)
void osnoise_restore_cpus(struct osnoise_context *context)
int osnoise_set_workload(struct osnoise_context *context, bool onoff)
static void osnoise_restore_workload(struct osnoise_context *context)
static void osnoise_put_workload(struct osnoise_context *context)
int osnoise_get_context(struct osnoise_context *context)
struct osnoise_context *osnoise_context_alloc(void)
struct osnoise_context *context;
void osnoise_put_context(struct osnoise_context *context)
struct osnoise_context *osnoise_context_alloc(void);
int osnoise_get_context(struct osnoise_context *context);
void osnoise_put_context(struct osnoise_context *context);
int osnoise_set_runtime_period(struct osnoise_context *context,
void osnoise_restore_runtime_period(struct osnoise_context *context);
void osnoise_restore_stop_us(struct osnoise_context *context);
void osnoise_restore_stop_total_us(struct osnoise_context *context);
int osnoise_set_timerlat_period_us(struct osnoise_context *context,
void osnoise_restore_timerlat_period_us(struct osnoise_context *context);
int osnoise_set_tracing_thresh(struct osnoise_context *context,
void osnoise_restore_tracing_thresh(struct osnoise_context *context);
void osnoise_restore_print_stack(struct osnoise_context *context);
int osnoise_set_print_stack(struct osnoise_context *context,
int osnoise_set_irq_disable(struct osnoise_context *context, bool onoff);