Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dosnoise.h56 struct osnoise_context { struct
107 struct osnoise_context *osnoise_context_alloc(void); argument
108 int osnoise_get_context(struct osnoise_context *context);
109 void osnoise_put_context(struct osnoise_context *context);
111 int osnoise_set_cpus(struct osnoise_context *context, char *cpus);
112 void osnoise_restore_cpus(struct osnoise_context *context);
114 int osnoise_set_runtime_period(struct osnoise_context *context,
117 void osnoise_restore_runtime_period(struct osnoise_context *context);
119 int osnoise_set_stop_us(struct osnoise_context *context,
121 void osnoise_restore_stop_us(struct osnoise_context *context);
[all …]
H A Dosnoise.c28 char *osnoise_get_cpus(struct osnoise_context *context) in osnoise_get_cpus()
52 int osnoise_set_cpus(struct osnoise_context *context, char *cpus) in osnoise_set_cpus()
86 void osnoise_restore_cpus(struct osnoise_context *context) in osnoise_restore_cpus()
114 void osnoise_put_cpus(struct osnoise_context *context) in osnoise_put_cpus()
172 unsigned long long osnoise_get_runtime(struct osnoise_context *context) in osnoise_get_runtime()
198 unsigned long long osnoise_get_period(struct osnoise_context *context) in osnoise_get_period()
219 static int __osnoise_write_runtime(struct osnoise_context *context, in __osnoise_write_runtime()
235 static int __osnoise_write_period(struct osnoise_context *context, in __osnoise_write_period()
258 int osnoise_set_runtime_period(struct osnoise_context *context, in osnoise_set_runtime_period()
308 void osnoise_restore_runtime_period(struct osnoise_context *context) in osnoise_restore_runtime_period()
[all …]