Searched refs:osnoise_context (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/tracing/rtla/src/ |
| H A D | osnoise.h | 28 struct osnoise_context *osnoise_context_alloc(void); 29 int osnoise_get_context(struct osnoise_context *context); 30 void osnoise_put_context(struct osnoise_context *context); 32 int osnoise_set_runtime_period(struct osnoise_context *context, 35 void osnoise_restore_runtime_period(struct osnoise_context *context); 37 int osnoise_set_stop_us(struct osnoise_context *context, 39 void osnoise_restore_stop_us(struct osnoise_context *context); 41 int osnoise_set_stop_total_us(struct osnoise_context *context, 43 void osnoise_restore_stop_total_us(struct osnoise_context *context); 45 int osnoise_set_timerlat_period_us(struct osnoise_context *context, [all …]
|
| H A D | osnoise.c | 28 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 …]
|
| H A D | common.h | 12 struct osnoise_context { struct 125 struct osnoise_context *context; 146 int osnoise_set_cpus(struct osnoise_context *context, char *cpus); 147 void osnoise_restore_cpus(struct osnoise_context *context); 149 int osnoise_set_workload(struct osnoise_context *context, bool onoff);
|