Home
last modified time | relevance | path

Searched refs:osnoise_context (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/tools/tracing/rtla/src/
Dosnoise.h7 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);
[all …]
Dosnoise.c24 char *osnoise_get_cpus(struct osnoise_context *context) in osnoise_get_cpus()
48 int osnoise_set_cpus(struct osnoise_context *context, char *cpus) in osnoise_set_cpus()
82 void osnoise_restore_cpus(struct osnoise_context *context) in osnoise_restore_cpus()
110 void osnoise_put_cpus(struct osnoise_context *context) in osnoise_put_cpus()
168 unsigned long long osnoise_get_runtime(struct osnoise_context *context) in osnoise_get_runtime()
194 unsigned long long osnoise_get_period(struct osnoise_context *context) in osnoise_get_period()
215 static int __osnoise_write_runtime(struct osnoise_context *context, in __osnoise_write_runtime()
231 static int __osnoise_write_period(struct osnoise_context *context, in __osnoise_write_period()
254 int osnoise_set_runtime_period(struct osnoise_context *context, in osnoise_set_runtime_period()
304 void osnoise_restore_runtime_period(struct osnoise_context *context) in osnoise_restore_runtime_period()
[all …]