PipeWire  1.2.5
profiler-types.h
Go to the documentation of this file.
1 /* Simple Plugin API */
2 /* SPDX-FileCopyrightText: Copyright © 2018 Wim Taymans */
3 /* SPDX-License-Identifier: MIT */
4 
5 #ifndef SPA_PARAM_PROFILER_TYPES_H
6 #define SPA_PARAM_PROFILER_TYPES_H
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
17 #include <spa/param/param-types.h>
18 #include <spa/param/profiler.h>
19 
20 #define SPA_TYPE_INFO_Profiler SPA_TYPE_INFO_OBJECT_BASE "Profiler"
21 #define SPA_TYPE_INFO_PROFILER_BASE SPA_TYPE_INFO_Profiler ":"
22 
23 static const struct spa_type_info spa_type_profiler[] = {
29  { 0, 0, NULL, NULL },
30 };
31 
36 #ifdef __cplusplus
37 } /* extern "C" */
38 #endif
39 
40 #endif /* SPA_PARAM_PROFILER_TYPES_H */
SPA_PROFILER_START
@ SPA_PROFILER_START
Definition: profiler.h:26
spa_type_info
Definition: type.h:143
SPA_TYPE_INFO_PROFILER_BASE
#define SPA_TYPE_INFO_PROFILER_BASE
Definition: profiler-types.h:28
SPA_PROFILER_clock
@ SPA_PROFILER_clock
clock information (Struct( Int : clock flags, Int : clock id, String: clock name, Long : clock nsec,...
Definition: profiler.h:36
SPA_PROFILER_followerBlock
@ SPA_PROFILER_followerBlock
generic follower info block (Struct( Int : id, String : name, Long : prev_signal, Long : signal,...
Definition: profiler.h:62
spa_type_profiler
static const struct spa_type_info spa_type_profiler[]
Definition: profiler-types.h:30
SPA_TYPE_Id
@ SPA_TYPE_Id
Definition: type.h:33
profiler.h
spa/param/profiler.h
param-types.h
spa/param/param-types.h
SPA_PROFILER_info
@ SPA_PROFILER_info
Generic info, counter and CPU load, (Struct( Long : counter, Float : cpu_load fast,...
Definition: profiler.h:29
spa_type_param
static const struct spa_type_info spa_type_param[]
Definition: param-types.h:32
SPA_PROFILER_driverBlock
@ SPA_PROFILER_driverBlock
generic driver info block (Struct( Int : driver_id, String : name, Long : driver prev_signal,...
Definition: profiler.h:49
SPA_TYPE_Struct
@ SPA_TYPE_Struct
Definition: type.h:44