Home
last modified time | relevance | path

Searched refs:tracefs_instance_exists (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/libtracefs/Documentation/
H A Dlibtracefs-instances-utils.txt6 …instance_get_name, tracefs_instance_get_trace_dir, tracefs_instances_walk, tracefs_instance_exists,
18 bool *tracefs_instance_exists*(const char pass:[*]_name_);
39 The *tracefs_instance_exists()* function checks if an instance with the given
62 The *tracefs_instance_exists()* returns true if an instance with the given _name_
97 if (tracefs_instance_exists("foo")) {
H A Dlibtracefs.txt42 bool *tracefs_instance_exists*(const char pass:[*]_name_);
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-clear.c25 if (!tracefs_instance_exists(name)) in add_new_instance()
H A Dtrace-record.c375 if (tracefs_instance_exists(name)) { in allocate_instance()
/aosp_15_r20/external/trace-cmd/utest/
H A Dtracefs-utest.c243 CU_TEST(tracefs_instance_exists(name) == false); in test_instance_file()
251 CU_TEST(tracefs_instance_exists(name) == true); in test_instance_file()
/aosp_15_r20/external/libtracefs/include/
H A Dtracefs.h63 bool tracefs_instance_exists(const char *name);
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-instance.c647 bool tracefs_instance_exists(const char *name) in tracefs_instance_exists() function
/aosp_15_r20/external/libtracefs/utest/
H A Dtracefs-utest.c1539 CU_TEST(tracefs_instance_exists(name) == false); in test_instance_file()
1547 CU_TEST(tracefs_instance_exists(name) == true); in test_instance_file()