Home
last modified time | relevance | path

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

/openbmc/linux/tools/tracing/rtla/src/
H A Dosnoise.h7 struct osnoise_context { struct
58 struct osnoise_context *osnoise_context_alloc(void); argument
59 int osnoise_get_context(struct osnoise_context *context);
60 void osnoise_put_context(struct osnoise_context *context);
63 void osnoise_restore_cpus(struct osnoise_context *context);
65 int osnoise_set_runtime_period(struct osnoise_context *context,
70 int osnoise_set_stop_us(struct osnoise_context *context,
72 void osnoise_restore_stop_us(struct osnoise_context *context);
74 int osnoise_set_stop_total_us(struct osnoise_context *context,
87 int osnoise_set_print_stack(struct osnoise_context *context,
[all …]
H A Dosnoise.c24 char *osnoise_get_cpus(struct osnoise_context *context) in osnoise_get_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()
424 osnoise_get_stop_us(struct osnoise_context *context) in osnoise_get_stop_us()
489 void osnoise_put_stop_us(struct osnoise_context *context) in osnoise_put_stop_us()
503 osnoise_get_stop_total_us(struct osnoise_context *context) in osnoise_get_stop_total_us()
583 osnoise_get_print_stack(struct osnoise_context *context) in osnoise_get_print_stack()
929 int osnoise_get_context(struct osnoise_context *context) in osnoise_get_context()
949 struct osnoise_context *osnoise_context_alloc(void) in osnoise_context_alloc()
951 struct osnoise_context *context; in osnoise_context_alloc()
[all …]