Home
last modified time | relevance | path

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

/linux-6.15/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);
112 void osnoise_restore_cpus(struct osnoise_context *context);
114 int osnoise_set_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);
123 int osnoise_set_stop_total_us(struct osnoise_context *context,
136 int osnoise_set_print_stack(struct osnoise_context *context,
[all …]
H A Dosnoise.c28 char *osnoise_get_cpus(struct osnoise_context *context) in osnoise_get_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()
428 osnoise_get_stop_us(struct osnoise_context *context) in osnoise_get_stop_us()
493 void osnoise_put_stop_us(struct osnoise_context *context) in osnoise_put_stop_us()
507 osnoise_get_stop_total_us(struct osnoise_context *context) in osnoise_get_stop_total_us()
587 osnoise_get_print_stack(struct osnoise_context *context) in osnoise_get_print_stack()
933 int osnoise_get_context(struct osnoise_context *context) in osnoise_get_context()
953 struct osnoise_context *osnoise_context_alloc(void) in osnoise_context_alloc()
955 struct osnoise_context *context; in osnoise_context_alloc()
[all …]