Searched refs:tracefs_instance_create (Results 1 – 24 of 24) sorted by relevance
6 tracefs_instance_create, tracefs_instance_destroy, tracefs_instance_alloc, tracefs_instance_free,15 struct tracefs_instance pass:[*]*tracefs_instance_create*(const char pass:[*]_name_);32 The *tracefs_instance_create()* function allocates and initializes a new54 newly created by *tracefs_instance_create()*, or it has been in the system65 The *tracefs_instance_create()* and *tracefs_instance_alloc()* functions return a pointer to73 *tracefs_instance_create()* that allocated _instance_ also created the76 *tracefs_instance_create()* or *tracefs_instance_alloc()*.89 struct tracefs_instance *inst = tracefs_instance_create("foo");
98 instance = tracefs_instance_create("exec_open");
56 struct tracefs_instance *inst = tracefs_instance_create("foo");
99 instance = tracefs_instance_create("exec_open");
105 instance = tracefs_instance_create("hist_test");
151 inst = tracefs_instance_create(buf);
82 struct tracefs_instance *inst = tracefs_instance_create("foo");
165 instance = tracefs_instance_create("my-buffer");
190 instance = tracefs_instance_create("exec_open");
157 instance = tracefs_instance_create("cpu_write");
138 struct tracefs_instance *inst = tracefs_instance_create(INST);
187 instance = tracefs_instance_create("exec_open");
280 instance = tracefs_instance_create(instance_name);
259 instance = tracefs_instance_create(instance_name);
23 struct tracefs_instance pass:[*]*tracefs_instance_create*(const char pass:[*]_name_);
428 instance = tracefs_instance_create(instance_name);
244 instance = tracefs_instance_create(name); in test_instance_file()247 second = tracefs_instance_create(name); in test_instance_file()538 instances[i].instance = tracefs_instance_create(get_rand_str()); in test_instances_walk()598 test_instance = tracefs_instance_create(TEST_INSTANCE_NAME); in test_suite_init()
30 new->instance = tracefs_instance_create(name); in add_new_instance()
77 open_instance = tracefs_instance_create("vsock_find_pid"); in start_trace_connect()
376 instance->tracefs = tracefs_instance_create(name); in allocate_instance()3882 guest->instance = tracefs_instance_create("map_guest_pids"); in start_mapping_vcpus()5368 instance->tracefs = tracefs_instance_create(instance->name); in make_instances()5849 top_instance.tracefs = tracefs_instance_create(NULL); in init_top_instance()
1540 instance = tracefs_instance_create(name); in test_instance_file()1543 second = tracefs_instance_create(name); in test_instance_file()2124 instances[i].instance = tracefs_instance_create(get_rand_str()); in test_instances_walk()2327 test_instance = tracefs_instance_create(TEST_INSTANCE_NAME); in test_suite_init()
26 struct tracefs_instance *tracefs_instance_create(const char *name);
187 struct tracefs_instance *tracefs_instance_create(const char *name) in tracefs_instance_create() function
350 instance = tracefs_instance_create(inst_name); in clock_synch_create_instance()