Home
last modified time | relevance | path

Searched refs:tracefs_instance_alloc (Results 1 – 8 of 8) 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,
17 struct tracefs_instance pass:[*]*tracefs_instance_alloc*(const char pass:[*]_tracing_dir_, const ch…
43 The tracefs_instance_alloc()* function allocates a new tracefs_instance structure
65 The *tracefs_instance_create()* and *tracefs_instance_alloc()* functions return a pointer to
76 *tracefs_instance_create()* or *tracefs_instance_alloc()*.
102 struct tracefs_instance *inst = tracefs_instance_alloc(NULL, "bar");
H A Dlibtracefs.txt25 …struct tracefs_instance pass:[*]*tracefs_instance_alloc*(const char pass:[*]_tracing_dir_, const c…
H A Dlibtracefs-sql.txt430 instance = tracefs_instance_alloc(trace_dir,
/aosp_15_r20/external/libtracefs/include/
H A Dtracefs.h27 struct tracefs_instance *tracefs_instance_alloc(const char *tracing_dir,
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-dynevents.c442 instance = tracefs_instance_alloc(NULL, list[i]); in disable_events()
H A Dtracefs-instance.c234 struct tracefs_instance *tracefs_instance_alloc(const char *tracing_dir, in tracefs_instance_alloc() function
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-output.c1313 instance = tracefs_instance_alloc(find_tracing_dir(handle), name); in get_trace_page_size()
2119 inst = tracefs_instance_alloc(handle->tracing_dir, NULL); in get_clock()
/aosp_15_r20/external/libtracefs/utest/
H A Dtracefs-utest.c2281 instance = tracefs_instance_alloc(dname, NULL); in test_custom_trace_dir()