Lines Matching refs:tracefs_instance
15 struct tracefs_instance pass:[*]*tracefs_instance_create*(const char pass:[*]_name_);
16 int *tracefs_instance_destroy*(struct tracefs_instance pass:[*]_instance_);
17 struct tracefs_instance pass:[*]*tracefs_instance_alloc*(const char pass:[*]_tracing_dir_, const ch…
18 void *tracefs_instance_free*(struct tracefs_instance pass:[*]_instance_);
19 bool *tracefs_instance_is_new*(struct tracefs_instance pass:[*]_instance_);
21 void *tracefs_instance_clear*(struct tracefs_instance pass:[*]_instance_);
22 void *tracefs_instance_reset*(struct tracefs_instance pass:[*]_instance_);
35 tracefs_instance structure and returns it. If the instance with _name_ does
37 then the new tracefs_instance structure is initialized for the top instance.
45 The tracefs_instance_alloc()* function allocates a new tracefs_instance structure
52 The *tracefs_instance_free()* function frees the tracefs_instance structure,
73 a newly allocated tracefs_instance structure. It must be freed with *tracefs_instance_free()*.
99 struct tracefs_instance *inst = tracefs_instance_create("foo");
112 struct tracefs_instance *inst = tracefs_instance_alloc(NULL, "bar");