Home
last modified time | relevance | path

Searched refs:tracefs_instance_create (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/libtracefs/Documentation/
H A Dlibtracefs-instances-manage.txt6 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 new
54 newly created by *tracefs_instance_create()*, or it has been in the system
65 The *tracefs_instance_create()* and *tracefs_instance_alloc()* functions return a pointer to
73 *tracefs_instance_create()* that allocated _instance_ also created the
76 *tracefs_instance_create()* or *tracefs_instance_alloc()*.
89 struct tracefs_instance *inst = tracefs_instance_create("foo");
H A Dlibtracefs-eprobes.txt98 instance = tracefs_instance_create("exec_open");
H A Dlibtracefs-instances-files.txt56 struct tracefs_instance *inst = tracefs_instance_create("foo");
H A Dlibtracefs-uprobes.txt99 instance = tracefs_instance_create("exec_open");
H A Dlibtracefs-hist-cont.txt105 instance = tracefs_instance_create("hist_test");
H A Dlibtracefs-tracer.txt151 inst = tracefs_instance_create(buf);
H A Dlibtracefs-instances-file-manip.txt82 struct tracefs_instance *inst = tracefs_instance_create("foo");
H A Dlibtracefs-iterator.txt165 instance = tracefs_instance_create("my-buffer");
H A Dlibtracefs-kprobes.txt190 instance = tracefs_instance_create("exec_open");
H A Dlibtracefs-cpu.txt157 instance = tracefs_instance_create("cpu_write");
H A Dlibtracefs-function-filter.txt138 struct tracefs_instance *inst = tracefs_instance_create(INST);
H A Dlibtracefs-dynevents.txt187 instance = tracefs_instance_create("exec_open");
H A Dlibtracefs-hist-mod.txt280 instance = tracefs_instance_create(instance_name);
H A Dlibtracefs-hist.txt259 instance = tracefs_instance_create(instance_name);
H A Dlibtracefs.txt23 struct tracefs_instance pass:[*]*tracefs_instance_create*(const char pass:[*]_name_);
H A Dlibtracefs-sql.txt428 instance = tracefs_instance_create(instance_name);
/aosp_15_r20/external/trace-cmd/utest/
H A Dtracefs-utest.c244 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()
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-clear.c30 new->instance = tracefs_instance_create(name); in add_new_instance()
H A Dtrace-vm.c77 open_instance = tracefs_instance_create("vsock_find_pid"); in start_trace_connect()
H A Dtrace-record.c376 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()
/aosp_15_r20/external/libtracefs/utest/
H A Dtracefs-utest.c1540 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()
/aosp_15_r20/external/libtracefs/include/
H A Dtracefs.h26 struct tracefs_instance *tracefs_instance_create(const char *name);
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-instance.c187 struct tracefs_instance *tracefs_instance_create(const char *name) in tracefs_instance_create() function
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-timesync.c350 instance = tracefs_instance_create(inst_name); in clock_synch_create_instance()